From 4fe8f4037355bf157fa8609b33d6eaf7508d348e Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Mon, 20 Feb 2017 14:16:14 -0500 Subject: florence: add explicit dependency on gconf-native to fix install error We currently see: | /bin/bash: gconftool-2: command not found | Makefile:841: recipe for target 'install-data-local' failed | make[3]: *** [install-data-local] Error 127 Presumably this now happens more regularly with demise of the shared sysroot. Adding gconf-native to the dependency list fixes it. Cc: Martin Jansa Signed-off-by: Paul Gortmaker Signed-off-by: Martin Jansa --- meta-gnome/recipes-support/florence/florence_0.5.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-support/florence/florence_0.5.4.bb b/meta-gnome/recipes-support/florence/florence_0.5.4.bb index d7e5b09594..72b68987ce 100644 --- a/meta-gnome/recipes-support/florence/florence_0.5.4.bb +++ b/meta-gnome/recipes-support/florence/florence_0.5.4.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" PR = "r1" -DEPENDS = "gtk+ libxml2 libglade librsvg libxtst gconf cairo intltool-native gnome-doc-utils libnotify gstreamer" +DEPENDS = "gtk+ libxml2 libglade librsvg libxtst gconf gconf-native cairo intltool-native gnome-doc-utils libnotify gstreamer" SRC_URI = "${SOURCEFORGE_MIRROR}/florence/florence/${PV}-gtk2/florence-${PV}.tar.bz2 \ file://fix-no-atspi-compile.patch" -- cgit v1.2.3-54-g00ecf