[oe-commits] Martin Jansa : libgsf: remove unrecognized configure options

git at git.openembedded.org git at git.openembedded.org
Sat Aug 9 16:13:26 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: a1c2502c13b33053925b3aaddb0a305d9595273d
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=a1c2502c13b33053925b3aaddb0a305d9595273d

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Aug  9 15:51:06 2014 +0200

libgsf: remove unrecognized configure options

* fixes following QA warnings:
  libgsf-1.14.29: libgsf: configure was passed unrecognised options:
    --without-python --without-gnome-vfs --without-bonobo
    [unknown-configure-option]

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-gnome/recipes-gnome/libgsf/libgsf_1.14.29.bb | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.29.bb b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.29.bb
index 881d19e..d7bbd3b 100644
--- a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.29.bb
+++ b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.29.bb
@@ -18,9 +18,6 @@ PACKAGECONFIG ??= ""
 PACKAGECONFIG[gdk-pixbuf] = "--with-gdk-pixbuf,--without-gdk-pixbuf,gdk-pixbuf"
 
 EXTRA_OECONF = "\
-    --without-python \
-    --without-gnome-vfs \
-    --without-bonobo \
     --disable-gtk-doc \
     --with-bz2 \
 "



More information about the Openembedded-commits mailing list