summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Sommer <joerg.sommer@navimatix.de>2025-11-03 08:27:00 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-11-06 15:09:32 +0000
commita193146b74fee7914e3f91c99333a23cf7b63fb4 (patch)
treee922af7bec7b3769c192f54793c2d63cf49a6e22
parent97f46a65cb80df5716bbbb2989c0e6d956d0ffa7 (diff)
downloadpoky-a193146b74fee7914e3f91c99333a23cf7b63fb4.tar.gz
gconf: Use SRC_URI from gnomebase
(From OE-Core rev: 40457d7ad87a8149f1d36b43a77419b414e77ebc) Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-gnome/gnome/gconf_3.2.6.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.6.bb b/meta/recipes-gnome/gnome/gconf_3.2.6.bb
index 54666801c5..45de01d9b1 100644
--- a/meta/recipes-gnome/gnome/gconf_3.2.6.bb
+++ b/meta/recipes-gnome/gnome/gconf_3.2.6.bb
@@ -9,20 +9,20 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
9 9
10DEPENDS = "glib-2.0 glib-2.0-native dbus dbus-glib libxml2 intltool-native" 10DEPENDS = "glib-2.0 glib-2.0-native dbus dbus-glib libxml2 intltool-native"
11 11
12GNOMEBN = "GConf"
12GNOMEBASEBUILDCLASS = "autotools" 13GNOMEBASEBUILDCLASS = "autotools"
13inherit gnomebase gtk-doc gettext gobject-introspection gio-module-cache 14inherit gnomebase gtk-doc gettext gobject-introspection gio-module-cache
14 15
15SRC_URI = "${GNOME_MIRROR}/GConf/${@gnome_verdir("${PV}")}/GConf-${PV}.tar.xz;name=archive \ 16SRC_URI += "\
16 file://remove_plus_from_invalid_characters_list.patch \ 17 file://remove_plus_from_invalid_characters_list.patch \
17 file://unable-connect-dbus.patch \ 18 file://unable-connect-dbus.patch \
18 file://create_config_directory.patch \ 19 file://create_config_directory.patch \
19 file://python3.patch \ 20 file://python3.patch \
20" 21"
21 22
22SRC_URI[archive.md5sum] = "2b16996d0e4b112856ee5c59130e822c"
23SRC_URI[archive.sha256sum] = "1912b91803ab09a5eed34d364bf09fe3a2a9c96751fde03a4e0cfa51a04d784c" 23SRC_URI[archive.sha256sum] = "1912b91803ab09a5eed34d364bf09fe3a2a9c96751fde03a4e0cfa51a04d784c"
24 24
25S = "${UNPACKDIR}/GConf-${PV}" 25S = "${UNPACKDIR}/${GNOMEBN}-${PV}"
26 26
27EXTRA_OECONF = "--enable-shared --disable-static \ 27EXTRA_OECONF = "--enable-shared --disable-static \
28 --disable-orbit --with-openldap=no --disable-gtk" 28 --disable-orbit --with-openldap=no --disable-gtk"