[oe-commits] Martin Jansa : openbox: remove unrecognized configure option

git at git.openembedded.org git at git.openembedded.org
Sun Aug 10 14:17:08 UTC 2014


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

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

openbox: remove unrecognized configure option

* fixes following QA warnings:
  openbox-3.5.0: openbox: configure was passed unrecognised options:
    --with-plugins [unknown-configure-option]

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

---

 meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb b/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb
index 24407b0..7c1d4a0 100644
--- a/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb
+++ b/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb
@@ -24,8 +24,6 @@ PACKAGECONFIG[xrandr] = "--enable-xrandr,--disable-xrandr,libxrandr"
 PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama"
 PACKAGECONFIG[xcursor] = "--enable-xcursor,--disable-xcursor,libxcursor"
 
-EXTRA_OECONF += "--with-plugins=none"
-
 PACKAGES =+ "${PN}-core ${PN}-lxde ${PN}-gnome ${PN}-config"
 
 PACKAGES_DYNAMIC += "^${PN}-theme-.*"



More information about the Openembedded-commits mailing list