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 <[email protected]> Signed-off-by: Paul Gortmaker <[email protected]> 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 dfdb6bdb8c4d..8ce85c9670fe 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" -- 2.7.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
