summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-12-06 08:01:57 +0100
committerArmin Kuster <akuster808@gmail.com>2014-12-26 18:04:33 -0800
commit4bf3c443a56749f332913d3435f1850ab8207a8e (patch)
treee635df4eb32bdf97854f836594a75ab4af20b3da /meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb
parent80c4c5c4ae30716dd2b4e05651ab5536e528f2c8 (diff)
downloadmeta-openembedded-4bf3c443a56749f332913d3435f1850ab8207a8e.tar.gz
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 <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb')
-rw-r--r--meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb b/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb
index ac4d188c5..2baeda025 100644
--- a/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb
+++ b/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=14f692c82491db3d52419929d2f3b343"
7 7
8PR = "r3" 8PR = "r3"
9 9
10PNBLACKLIST[openmotif] = "BROKEN: doesn't build with B!=S" 10PNBLACKLIST[openmotif] ?= "BROKEN: doesn't build with B!=S"
11 11
12SRC_URI = "http://motif.ics.com/sites/default/files/openmotif-2.3.3.tar.gz \ 12SRC_URI = "http://motif.ics.com/sites/default/files/openmotif-2.3.3.tar.gz \
13 file://configure.patch;patch=1" 13 file://configure.patch;patch=1"