aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2017-02-20 14:16:14 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-22 13:16:55 +0100
commit4fe8f4037355bf157fa8609b33d6eaf7508d348e (patch)
treea35d7937f6490ebc6941e6a3f1ba5045d9ddb8c0 /meta-gnome
parent7a8f7dffa6f418417b82311d1e1e82e611f8d890 (diff)
downloadmeta-openembedded-contrib-4fe8f4037355bf157fa8609b33d6eaf7508d348e.tar.gz
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 <Martin.Jansa@gmail.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-support/florence/florence_0.5.4.bb2
1 files changed, 1 insertions, 1 deletions
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"