mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 01:10:08 +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:
@@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "0bea15da842a4b04a482b009d72dcc6d9c9524ccc1bf67e5748319ec5a
|
|||||||
|
|
||||||
inherit autotools lib_package binconfig pkgconfig
|
inherit autotools lib_package binconfig pkgconfig
|
||||||
|
|
||||||
CONFIGUREOPTS := "${@d.getVar('CONFIGUREOPTS', True).replace('--disable-silent-rules', ' ')}"
|
CONFIGUREOPTS_remove = "--disable-silent-rules"
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
# For some weird reason, libdvdread only provides a `configure2' script...
|
# For some weird reason, libdvdread only provides a `configure2' script...
|
||||||
|
|||||||
Reference in New Issue
Block a user