diff options
author | Markus Volk <f_l_k@t-online.de> | 2022-11-29 07:56:37 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-11-29 14:07:52 -0800 |
commit | 455b3c58158f8f1f4c6035403c61624b0f592abb (patch) | |
tree | c16a7bcfb3076843abc8b80f7c929bd0f40042ba | |
parent | 9cbd247b428cdc4cf8da6e6479ad96a45a68847c (diff) | |
download | meta-openembedded-455b3c58158f8f1f4c6035403c61624b0f592abb.tar.gz |
appstream-glib: update 0.7.18 -> 0.8.2
Code switched from using soup-2 to libcurl
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-support/appstream-glib/appstream-glib_0.8.2.bb (renamed from meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb b/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.8.2.bb index c56e9e3dd9..efb85d77c5 100644 --- a/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb +++ b/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.8.2.bb | |||
@@ -4,12 +4,12 @@ LICENSE = "LGPL-2.1-only" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
5 | 5 | ||
6 | DEPENDS = " \ | 6 | DEPENDS = " \ |
7 | curl \ | ||
7 | gperf-native \ | 8 | gperf-native \ |
8 | glib-2.0 \ | 9 | glib-2.0 \ |
9 | gtk+3 \ | 10 | gtk+3 \ |
10 | libyaml \ | 11 | libyaml \ |
11 | libarchive \ | 12 | libarchive \ |
12 | libsoup-2.4 \ | ||
13 | json-glib \ | 13 | json-glib \ |
14 | gdk-pixbuf \ | 14 | gdk-pixbuf \ |
15 | freetype \ | 15 | freetype \ |
@@ -20,7 +20,7 @@ DEPENDS = " \ | |||
20 | inherit meson gobject-introspection gettext bash-completion pkgconfig manpages | 20 | inherit meson gobject-introspection gettext bash-completion pkgconfig manpages |
21 | 21 | ||
22 | SRC_URI = "https://people.freedesktop.org/~hughsient/${BPN}/releases/${BP}.tar.xz" | 22 | SRC_URI = "https://people.freedesktop.org/~hughsient/${BPN}/releases/${BP}.tar.xz" |
23 | SRC_URI[sha256sum] = "ca1ed22e3bde3912cb903aaa7de085d55771da454f1c0573fd9608e1de9c4002" | 23 | SRC_URI[sha256sum] = "71256500add5048d6f08878904708b3d0c3875f402e0adcd358e91d47dcd8b96" |
24 | 24 | ||
25 | EXTRA_OEMESON = " \ | 25 | EXTRA_OEMESON = " \ |
26 | -Drpm=false \ | 26 | -Drpm=false \ |