mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 08:14:32 +04:00
json-glib: bump to 1.6.0
Version bump. New stable branch. ABI_VERSION added. Tests can now be disabled directly. The python3 check is now disabled, as it causes problems with the new Github Action tests. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
12
libs/json-glib/patches/01-remove-python-check.patch
Normal file
12
libs/json-glib/patches/01-remove-python-check.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -151,7 +151,8 @@ root_dir = include_directories('.')
|
||||
|
||||
gnome = import('gnome')
|
||||
|
||||
-python3 = import('python').find_installation()
|
||||
+# Python is used only for tests, which we don't build in OpenWrt
|
||||
+#python3 = import('python').find_installation()
|
||||
gen_installed_test = files('build-aux/gen-installed-test.py')
|
||||
|
||||
subdir('json-glib')
|
||||
Reference in New Issue
Block a user