From 96a92761c0a1bb2317fa4ea422c32e4473405103 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 6 Dec 2014 08:01:57 +0100 Subject: PNBLACKLIST: use weak assignments * this makes it easier to unblacklist it from local.conf which is parsed before the recipes Signed-off-by: Martin Jansa --- meta-oe/recipes-navigation/omgps/omgps_svn.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-navigation') diff --git a/meta-oe/recipes-navigation/omgps/omgps_svn.bb b/meta-oe/recipes-navigation/omgps/omgps_svn.bb index 2304b3686e..aabdd43f17 100644 --- a/meta-oe/recipes-navigation/omgps/omgps_svn.bb +++ b/meta-oe/recipes-navigation/omgps/omgps_svn.bb @@ -9,7 +9,7 @@ PV = "0.1+svnr${SRCPV}" PR = "r2" S = "${WORKDIR}/${PN}" -PNBLACKLIST[omgps] = "BROKEN: sound.c:61:35: error: 'saveptr' may be used uninitialized in this function [-Werror=maybe-uninitialized]" +PNBLACKLIST[omgps] ?= "BROKEN: sound.c:61:35: error: 'saveptr' may be used uninitialized in this function [-Werror=maybe-uninitialized]" do_configure_prepend() { sed -i "s#PY_VERSION = 2.6#PY_VERSION = ${PYTHON_BASEVERSION}#g" ${S}/Makefile.am -- cgit 1.2.3-korg