json-glib: bump to version 1.6.6

This also drops 01-remove-python-check.patch, which was added previously
to allow Github Actions to work.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
Sebastian Kemper 2021-08-29 01:03:43 +02:00 committed by Rosen Penev
parent d27edd5fff
commit 95023a15cc
2 changed files with 2 additions and 14 deletions

View File

@ -8,12 +8,12 @@
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

View File

@ -1,12 +0,0 @@
--- 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')