mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
e2e263321c
commit
2cfff097a4
|
|
@ -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...
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user