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@gmail.com>
This commit is contained in:
Martin Jansa 2013-11-17 14:10:53 +01:00
parent e2e263321c
commit 2cfff097a4

View File

@ -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...