* replace causes different signatures for different MACHINES, see http://lists.openembedded.org/pipermail/openembedded-core/2013-November/086510.html
Signed-off-by: Martin Jansa <[email protected]> --- 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... -- 1.8.4.3 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
