diff options
author | Sebastian Kemper <sebastian_ml@gmx.net> | 2021-08-29 01:03:43 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-08-29 10:12:20 -0700 |
commit | 95023a15cca6a9184c8f80b1a59de31bf81322fd (patch) | |
tree | fe86f7a064cf5b9f4e386a62f51bf6f99b949015 /libs | |
parent | d27edd5fff9b95dd26e94a2c9fa6c9e12d02f8bc (diff) |
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>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/json-glib/Makefile | 4 | ||||
-rw-r--r-- | libs/json-glib/patches/01-remove-python-check.patch | 12 |
2 files changed, 2 insertions, 14 deletions
diff --git a/libs/json-glib/Makefile b/libs/json-glib/Makefile index e4f74050c..c865808df 100644 --- a/libs/json-glib/Makefile +++ b/libs/json-glib/Makefile @@ -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 diff --git a/libs/json-glib/patches/01-remove-python-check.patch b/libs/json-glib/patches/01-remove-python-check.patch deleted file mode 100644 index babfcf0b3..000000000 --- a/libs/json-glib/patches/01-remove-python-check.patch +++ /dev/null @@ -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') |