diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-12-06 08:01:57 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-12-17 12:55:40 +0100 |
commit | 96a92761c0a1bb2317fa4ea422c32e4473405103 (patch) | |
tree | e2fab4282e2049a333927f5a604676ea3ca0553a /meta-oe/recipes-extended | |
parent | 1e9d3afe66d9e99904f9ce2730c33bdf47060499 (diff) | |
download | meta-openembedded-96a92761c0a1bb2317fa4ea422c32e4473405103.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>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r-- | meta-oe/recipes-extended/acpica/acpitests_20140828.bb | 1 | ||||
-rw-r--r-- | meta-oe/recipes-extended/subsurface/subsurface_git.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-extended/zsh/zsh.inc | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/acpica/acpitests_20140828.bb b/meta-oe/recipes-extended/acpica/acpitests_20140828.bb index 93c20af5e..da2658218 100644 --- a/meta-oe/recipes-extended/acpica/acpitests_20140828.bb +++ b/meta-oe/recipes-extended/acpica/acpitests_20140828.bb | |||
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://tests/aapits/atexec.c;beginline=1;endline=115;md5=e92 | |||
6 | 6 | ||
7 | DEPENDS = "bison flex" | 7 | DEPENDS = "bison flex" |
8 | 8 | ||
9 | |||
10 | SRC_URI = "https://acpica.org/sites/acpica/files/acpitests-unix-${PV}.tar.gz;name=acpitests \ | 9 | SRC_URI = "https://acpica.org/sites/acpica/files/acpitests-unix-${PV}.tar.gz;name=acpitests \ |
11 | https://acpica.org/sites/acpica/files/acpica-unix2-${PV}.tar.gz;name=acpica \ | 10 | https://acpica.org/sites/acpica/files/acpica-unix2-${PV}.tar.gz;name=acpica \ |
12 | file://aapits-linux.patch \ | 11 | file://aapits-linux.patch \ |
diff --git a/meta-oe/recipes-extended/subsurface/subsurface_git.bb b/meta-oe/recipes-extended/subsurface/subsurface_git.bb index 1edb19e35..22b9d2fd7 100644 --- a/meta-oe/recipes-extended/subsurface/subsurface_git.bb +++ b/meta-oe/recipes-extended/subsurface/subsurface_git.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
4 | 4 | ||
5 | DEPENDS = "libdivecomputer gtk+ libxml2 glib-2.0 gconf" | 5 | DEPENDS = "libdivecomputer gtk+ libxml2 glib-2.0 gconf" |
6 | 6 | ||
7 | PNBLACKLIST[subsurface] = "Needs to be upgraded for compatibility with new libdivecomputer" | 7 | PNBLACKLIST[subsurface] ?= "Needs to be upgraded for compatibility with new libdivecomputer" |
8 | 8 | ||
9 | inherit gtk-icon-cache cmake | 9 | inherit gtk-icon-cache cmake |
10 | 10 | ||
diff --git a/meta-oe/recipes-extended/zsh/zsh.inc b/meta-oe/recipes-extended/zsh/zsh.inc index 86a546e6e..6dc40bf50 100644 --- a/meta-oe/recipes-extended/zsh/zsh.inc +++ b/meta-oe/recipes-extended/zsh/zsh.inc | |||
@@ -8,7 +8,7 @@ SECTION = "base/shell" | |||
8 | LICENSE = "zsh" | 8 | LICENSE = "zsh" |
9 | LIC_FILES_CHKSUM = "file://LICENCE;md5=b7bc853894664be455a922db9805288e" | 9 | LIC_FILES_CHKSUM = "file://LICENCE;md5=b7bc853894664be455a922db9805288e" |
10 | 10 | ||
11 | PNBLACKLIST[zsh] = "BROKEN: doesn't build with B!=S (gnu-configize executed in ${B})" | 11 | PNBLACKLIST[zsh] ?= "BROKEN: doesn't build with B!=S (gnu-configize executed in ${B})" |
12 | 12 | ||
13 | DEPENDS = "ncurses bison-native" | 13 | DEPENDS = "ncurses bison-native" |
14 | 14 | ||