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

git at git.openembedded.org git at git.openembedded.org
Tue Aug 12 11:40:41 UTC 2014


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

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

polkit-gnome: remove unrecognized configure options

* fixes following QA warnings:
  polkit-gnome-0.102: polkit-gnome: configure was passed unrecognised
    options: --disable-scrollkeeper --disable-man-pages
    [unknown-configure-option]

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

---

 meta-oe/recipes-extended/polkit/polkit-gnome_0.102.bb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-extended/polkit/polkit-gnome_0.102.bb b/meta-oe/recipes-extended/polkit/polkit-gnome_0.102.bb
index f018773..b262b5e 100644
--- a/meta-oe/recipes-extended/polkit/polkit-gnome_0.102.bb
+++ b/meta-oe/recipes-extended/polkit/polkit-gnome_0.102.bb
@@ -12,10 +12,10 @@ SRC_URI = "http://hal.freedesktop.org/releases/polkit-gnome-${PV}.tar.bz2 \
 
 PR = "r2"
 
-EXTRA_OECONF = " --disable-scrollkeeper \
-                 --disable-man-pages \
-                 --disable-examples \
-                 --disable-introspection "
+EXTRA_OECONF = "\
+    --disable-examples \
+    --disable-introspection \
+"
 
 inherit autotools gtk-doc pkgconfig
 



More information about the Openembedded-commits mailing list