mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
7a8f7dffa6
commit
4fe8f40373
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
|||||||
|
|
||||||
PR = "r1"
|
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 \
|
SRC_URI = "${SOURCEFORGE_MIRROR}/florence/florence/${PV}-gtk2/florence-${PV}.tar.bz2 \
|
||||||
file://fix-no-atspi-compile.patch"
|
file://fix-no-atspi-compile.patch"
|
||||||
|
|||||||
Reference in New Issue
Block a user