This also drops 01-remove-python-check.patch, which was added previously
to allow Github Actions to work.
Signed-off-by: Sebastian Kemper <redacted>
include $(TOPDIR)/rules.mk
PKG_NAME:=json-glib
-PKG_VERSION:=1.6.2
+PKG_VERSION:=1.6.6
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNOME/json-glib/1.6
-PKG_HASH:=a33d66c6d038bda46b910c6c6d59c4e15db014e363dc997a0414c2e07d134f24
+PKG_HASH:=96ec98be7a91f6dde33636720e3da2ff6ecbb90e76ccaa49497f31a6855a490e
PKG_INSTALL:=1
+++ /dev/null
---- 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')