[oe-commits] Martin Jansa : libdvdread: Use _remove operator to drop silent rules

git at git.openembedded.org git at git.openembedded.org
Sat Jan 4 10:55:43 UTC 2014


Module: meta-openembedded.git
Branch: dora
Commit: 2cfff097a45d1882e1e7d63c6fc8bc9877ffd262
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=2cfff097a45d1882e1e7d63c6fc8bc9877ffd262

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Nov 17 14:10:53 2013 +0100

libdvdread: Use _remove operator to drop silent rules

* replace causes different signatures for different MACHINES, see
  http://lists.openembedded.org/pipermail/openembedded-core/2013-November/086510.html

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

---

 meta-oe/recipes-multimedia/libdvdread/libdvdread_4.2.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-multimedia/libdvdread/libdvdread_4.2.0.bb b/meta-oe/recipes-multimedia/libdvdread/libdvdread_4.2.0.bb
index d5695ca..afc8a14 100644
--- a/meta-oe/recipes-multimedia/libdvdread/libdvdread_4.2.0.bb
+++ b/meta-oe/recipes-multimedia/libdvdread/libdvdread_4.2.0.bb
@@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "0bea15da842a4b04a482b009d72dcc6d9c9524ccc1bf67e5748319ec5a
 
 inherit autotools lib_package binconfig pkgconfig
 
-CONFIGUREOPTS := "${@d.getVar('CONFIGUREOPTS', True).replace('--disable-silent-rules', ' ')}"
+CONFIGUREOPTS_remove = "--disable-silent-rules"
 
 do_configure_prepend() {
     # For some weird reason, libdvdread only provides a `configure2' script...



More information about the Openembedded-commits mailing list