[oe] [meta-oe][PATCH 2/2] gvfs: remove dependency on broken libgphoto2
Martin Jansa
martin.jansa at gmail.com
Wed Jun 15 13:22:34 UTC 2016
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
meta-gnome/recipes-gnome/gvfs/gvfs_1.24.2.bb | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.24.2.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.24.2.bb
index aa62070..6f2bd42 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.24.2.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.24.2.bb
@@ -44,7 +44,10 @@ PACKAGES += "${PN}-bash-completion"
FILES_${PN}-bash-completion = "${datadir}/bash-completion"
RDEPENDS_${PN}-bash-completion = "bash-completion"
-PACKAGECONFIG ?= "libgphoto2"
+# libgphoto2 is currently broken
+# PACKAGECONFIG ?= "libgphoto2"
+PACKAGECONFIG ?= ""
+
PACKAGECONFIG[afc] = "--enable-afc, --disable-afc, libimobiledevice libplist"
PACKAGECONFIG[archive] = "--enable-archive, --disable-archive, libarchive"
--
2.9.0
More information about the Openembedded-devel
mailing list