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 | |
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')
20 files changed, 19 insertions, 20 deletions
diff --git a/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.1.4.bb b/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.1.4.bb index 9f2cc4970..5256ce0d2 100644 --- a/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.1.4.bb +++ b/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.1.4.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "\ | |||
8 | #| configure:17888: checking for native large file support | 8 | #| configure:17888: checking for native large file support |
9 | #| configure:17891: error: in `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/core2-64-oe-linux/libimobiledevice/1.1.4-r0/libimobiledevice-1.1.4': | 9 | #| configure:17891: error: in `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/core2-64-oe-linux/libimobiledevice/1.1.4-r0/libimobiledevice-1.1.4': |
10 | #| configure:17893: error: cannot run test program while cross compiling | 10 | #| configure:17893: error: cannot run test program while cross compiling |
11 | PNBLACKLIST[libimobiledevice] = "cannot run test program while cross compiling" | 11 | PNBLACKLIST[libimobiledevice] ?= "cannot run test program while cross compiling" |
12 | 12 | ||
13 | HOMEPAGE ="http://www.libimobiledevice.org/" | 13 | HOMEPAGE ="http://www.libimobiledevice.org/" |
14 | 14 | ||
diff --git a/meta-oe/recipes-connectivity/soft66/soft66_git.bb b/meta-oe/recipes-connectivity/soft66/soft66_git.bb index 050bf98aa..33ca2b568 100644 --- a/meta-oe/recipes-connectivity/soft66/soft66_git.bb +++ b/meta-oe/recipes-connectivity/soft66/soft66_git.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "GPLv3 LGPLv3+" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ |
4 | file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02 " | 4 | file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02 " |
5 | 5 | ||
6 | PNBLACKLIST[soft66] = "BROKEN: depends on broken libftdi" | 6 | PNBLACKLIST[soft66] ?= "BROKEN: depends on broken libftdi" |
7 | 7 | ||
8 | DEPENDS = "libftdi" | 8 | DEPENDS = "libftdi" |
9 | 9 | ||
diff --git a/meta-oe/recipes-connectivity/zeroc-ice/zeroc-ice_3.5.1.bb b/meta-oe/recipes-connectivity/zeroc-ice/zeroc-ice_3.5.1.bb index e39aa188c..2b6f56ed4 100644 --- a/meta-oe/recipes-connectivity/zeroc-ice/zeroc-ice_3.5.1.bb +++ b/meta-oe/recipes-connectivity/zeroc-ice/zeroc-ice_3.5.1.bb | |||
@@ -18,7 +18,7 @@ SRC_URI[sha256sum] = "989e51194c6adadbd156da3288e37bad847b93b3b876502e83033b7049 | |||
18 | #| /home/jenkins/oe/world/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/include/db_cxx.h:273:14: note: virtual int Db::set_bt_compare(int (*)(Db*, const Dbt*, const Dbt*, size_t*)) <near match> | 18 | #| /home/jenkins/oe/world/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/include/db_cxx.h:273:14: note: virtual int Db::set_bt_compare(int (*)(Db*, const Dbt*, const Dbt*, size_t*)) <near match> |
19 | #| /home/jenkins/oe/world/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/include/db_cxx.h:273:14: note: no known conversion for argument 1 from 'int (*)(DB*, const DBT*, const DBT*) {aka int (*)(__db*, const __db_dbt*, const __db_dbt*)}' to 'int (*)(Db*, const Dbt*, const Dbt*, size_t*) {aka int (*)(Db*, const Dbt*, const Dbt*, long unsigned int*)}' | 19 | #| /home/jenkins/oe/world/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/include/db_cxx.h:273:14: note: no known conversion for argument 1 from 'int (*)(DB*, const DBT*, const DBT*) {aka int (*)(__db*, const __db_dbt*, const __db_dbt*)}' to 'int (*)(Db*, const Dbt*, const Dbt*, size_t*) {aka int (*)(Db*, const Dbt*, const Dbt*, long unsigned int*)}' |
20 | #| make[3]: *** [MapDb.o] Error 1 | 20 | #| make[3]: *** [MapDb.o] Error 1 |
21 | PNBLACKLIST[zeroc-ice] = "BROKEN: not compatible with default db version" | 21 | PNBLACKLIST[zeroc-ice] ?= "BROKEN: not compatible with default db version" |
22 | 22 | ||
23 | S = "${WORKDIR}/Ice-${PV}" | 23 | S = "${WORKDIR}/Ice-${PV}" |
24 | 24 | ||
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 | ||
diff --git a/meta-oe/recipes-graphics/clutter/clutter-box2d_git.bb b/meta-oe/recipes-graphics/clutter/clutter-box2d_git.bb index b19110af2..194d1046f 100644 --- a/meta-oe/recipes-graphics/clutter/clutter-box2d_git.bb +++ b/meta-oe/recipes-graphics/clutter/clutter-box2d_git.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://box2d/License.txt;md5=e5d39ad91f7dc4692dcdb1d85139ec6 | |||
5 | # 0.12.1+gitAUTOINC+de5452e56b-r1/git/clutter-box2d/clutter-box2d.h:226:47: | 5 | # 0.12.1+gitAUTOINC+de5452e56b-r1/git/clutter-box2d/clutter-box2d.h:226:47: |
6 | # fatal error: clutter-box2d/clutter-box2d-child.h: No such file or directory | 6 | # fatal error: clutter-box2d/clutter-box2d-child.h: No such file or directory |
7 | # | #include <clutter-box2d/clutter-box2d-child.h> | 7 | # | #include <clutter-box2d/clutter-box2d-child.h> |
8 | PNBLACKLIST[clutter-box2d] = "BROKEN: doesn't build with B!=S" | 8 | PNBLACKLIST[clutter-box2d] ?= "BROKEN: doesn't build with B!=S" |
9 | 9 | ||
10 | SRCREV = "de5452e56b537a11fd7f9453d048ff4b4793b5a2" | 10 | SRCREV = "de5452e56b537a11fd7f9453d048ff4b4793b5a2" |
11 | PV = "0.12.1+git${SRCPV}" | 11 | PV = "0.12.1+git${SRCPV}" |
diff --git a/meta-oe/recipes-graphics/fim/fim_0.4-rc1.bb b/meta-oe/recipes-graphics/fim/fim_0.4-rc1.bb index 1d4e3317a..90ac70216 100644 --- a/meta-oe/recipes-graphics/fim/fim_0.4-rc1.bb +++ b/meta-oe/recipes-graphics/fim/fim_0.4-rc1.bb | |||
@@ -8,7 +8,7 @@ HOMEPAGE = "http://www.autistici.org/dezperado/fim/" | |||
8 | LICENSE = "GPLv2" | 8 | LICENSE = "GPLv2" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=fa01bff138cc98a62b8840a157951c88" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=fa01bff138cc98a62b8840a157951c88" |
10 | 10 | ||
11 | PNBLACKLIST[fim] = "BROKEN: doesn't build with B!=S (flex: can't open lex.lex)" | 11 | PNBLACKLIST[fim] ?= "BROKEN: doesn't build with B!=S (flex: can't open lex.lex)" |
12 | 12 | ||
13 | # flex with provide /usr/include/FlexLexer.h | 13 | # flex with provide /usr/include/FlexLexer.h |
14 | DEPENDS = "flex-native bison-native flex" | 14 | DEPENDS = "flex-native bison-native flex" |
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-input-mtev_git.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-input-mtev_git.bb index a1943be0a..547ec86c1 100644 --- a/meta-oe/recipes-graphics/xorg-driver/xf86-input-mtev_git.bb +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-input-mtev_git.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8a71d0475d08eee76d8b6d0c6dbec543" | |||
5 | 5 | ||
6 | DEPENDS += "pixman" | 6 | DEPENDS += "pixman" |
7 | 7 | ||
8 | PNBLACKLIST[xf86-input-mtev] = "BROKEN: doesn't build with B!=S (Makefile without ${S} in sed call)" | 8 | PNBLACKLIST[xf86-input-mtev] ?= "BROKEN: doesn't build with B!=S (Makefile without ${S} in sed call)" |
9 | 9 | ||
10 | SRC_URI = "git://gitorious.org/xorg/xf86-input-mtev.git file://fix-it.patch" | 10 | SRC_URI = "git://gitorious.org/xorg/xf86-input-mtev.git file://fix-it.patch" |
11 | SRCREV = "1eb469166ffc095c5801475f057f911f97a6e641" | 11 | SRCREV = "1eb469166ffc095c5801475f057f911f97a6e641" |
diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb index 65fab1fda..aa6c01168 100644 --- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb +++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | |||
@@ -13,7 +13,7 @@ RCONFLICTS_${PN} = "mplayer" | |||
13 | LICENSE = "GPLv3" | 13 | LICENSE = "GPLv3" |
14 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504" | 14 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504" |
15 | 15 | ||
16 | PNBLACKLIST[mplayer2] = "Requires newer libav which has negative D_P" | 16 | PNBLACKLIST[mplayer2] ?= "Requires newer libav which has negative D_P" |
17 | 17 | ||
18 | SRC_URI = "git://repo.or.cz/mplayer.git \ | 18 | SRC_URI = "git://repo.or.cz/mplayer.git \ |
19 | file://0001-configure-don-t-disable-ASS-support-when-explicitly-.patch \ | 19 | file://0001-configure-don-t-disable-ASS-support-when-explicitly-.patch \ |
diff --git a/meta-oe/recipes-navigation/omgps/omgps_svn.bb b/meta-oe/recipes-navigation/omgps/omgps_svn.bb index 2304b3686..aabdd43f1 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}" | |||
9 | PR = "r2" | 9 | PR = "r2" |
10 | S = "${WORKDIR}/${PN}" | 10 | S = "${WORKDIR}/${PN}" |
11 | 11 | ||
12 | PNBLACKLIST[omgps] = "BROKEN: sound.c:61:35: error: 'saveptr' may be used uninitialized in this function [-Werror=maybe-uninitialized]" | 12 | PNBLACKLIST[omgps] ?= "BROKEN: sound.c:61:35: error: 'saveptr' may be used uninitialized in this function [-Werror=maybe-uninitialized]" |
13 | 13 | ||
14 | do_configure_prepend() { | 14 | do_configure_prepend() { |
15 | sed -i "s#PY_VERSION = 2.6#PY_VERSION = ${PYTHON_BASEVERSION}#g" ${S}/Makefile.am | 15 | sed -i "s#PY_VERSION = 2.6#PY_VERSION = ${PYTHON_BASEVERSION}#g" ${S}/Makefile.am |
diff --git a/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb b/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb index baf802703..e307a72c1 100644 --- a/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb +++ b/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb | |||
@@ -4,7 +4,7 @@ RCONFLICTS_${PN} = "qconnman" | |||
4 | 4 | ||
5 | inherit qt4e | 5 | inherit qt4e |
6 | 6 | ||
7 | PNBLACKLIST[qconnman-e] = "BROKEN: doesn't work with B!=S, ls: cannot access *.pro: No such file or directory" | 7 | PNBLACKLIST[qconnman-e] ?= "BROKEN: doesn't work with B!=S, ls: cannot access *.pro: No such file or directory" |
8 | 8 | ||
9 | EXTRA_QMAKEVARS_PRE += "PREFIX=/usr" | 9 | EXTRA_QMAKEVARS_PRE += "PREFIX=/usr" |
10 | EXTRA_OEMAKE += "INSTALL_ROOT=${D}" | 10 | EXTRA_OEMAKE += "INSTALL_ROOT=${D}" |
diff --git a/meta-oe/recipes-qt/qconnman/qconnman_git.bb b/meta-oe/recipes-qt/qconnman/qconnman_git.bb index e2bd2edc5..2f8cca25a 100644 --- a/meta-oe/recipes-qt/qconnman/qconnman_git.bb +++ b/meta-oe/recipes-qt/qconnman/qconnman_git.bb | |||
@@ -4,7 +4,7 @@ RCONFLICTS_${PN} = "qconnman-e" | |||
4 | 4 | ||
5 | inherit qt4x11 | 5 | inherit qt4x11 |
6 | 6 | ||
7 | PNBLACKLIST[qconnman] = "BROKEN: doesn't work with B!=S, ls: cannot access *.pro: No such file or directory" | 7 | PNBLACKLIST[qconnman] ?= "BROKEN: doesn't work with B!=S, ls: cannot access *.pro: No such file or directory" |
8 | 8 | ||
9 | EXTRA_QMAKEVARS_PRE += "PREFIX=/usr" | 9 | EXTRA_QMAKEVARS_PRE += "PREFIX=/usr" |
10 | EXTRA_OEMAKE += "INSTALL_ROOT=${D}" | 10 | EXTRA_OEMAKE += "INSTALL_ROOT=${D}" |
diff --git a/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb b/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb index 214ca5826..1b010a5b6 100644 --- a/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb +++ b/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4 \ | |||
7 | 7 | ||
8 | PR = "r2" | 8 | PR = "r2" |
9 | 9 | ||
10 | PNBLACKLIST[sylpheed] = "BROKEN: Doesn't work with B!=S" | 10 | PNBLACKLIST[sylpheed] ?= "BROKEN: Doesn't work with B!=S" |
11 | 11 | ||
12 | SRC_URI = "http://sylpheed.sraoss.jp/sylpheed/v2.7/sylpheed-${PV}.tar.bz2 \ | 12 | SRC_URI = "http://sylpheed.sraoss.jp/sylpheed/v2.7/sylpheed-${PV}.tar.bz2 \ |
13 | file://glib-2.32.patch \ | 13 | file://glib-2.32.patch \ |
diff --git a/meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb b/meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb index 4cd3f774c..18979d574 100644 --- a/meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb +++ b/meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb | |||
@@ -7,7 +7,7 @@ SRC_URI = "http://garr.dl.sourceforge.net/project/apcupsd/apcupsd%20-%20Stable/3 | |||
7 | SRC_URI[md5sum] = "5928822d855c5cf7ac29655e3e0b8c23" | 7 | SRC_URI[md5sum] = "5928822d855c5cf7ac29655e3e0b8c23" |
8 | SRC_URI[sha256sum] = "0707b5ec9916fbde9e44eb8d18037c8d8f75dfd6aeef51aba5487e189eef2032" | 8 | SRC_URI[sha256sum] = "0707b5ec9916fbde9e44eb8d18037c8d8f75dfd6aeef51aba5487e189eef2032" |
9 | 9 | ||
10 | PNBLACKLIST[apcupsd] = "BROKEN: doesn't build with B!=S" | 10 | PNBLACKLIST[apcupsd] ?= "BROKEN: doesn't build with B!=S" |
11 | 11 | ||
12 | inherit autotools | 12 | inherit autotools |
13 | 13 | ||
diff --git a/meta-oe/recipes-support/emacs/emacs_23.4.bb b/meta-oe/recipes-support/emacs/emacs_23.4.bb index 3db5da68d..a32482883 100644 --- a/meta-oe/recipes-support/emacs/emacs_23.4.bb +++ b/meta-oe/recipes-support/emacs/emacs_23.4.bb | |||
@@ -2,7 +2,7 @@ require emacs.inc | |||
2 | 2 | ||
3 | PR = "r4" | 3 | PR = "r4" |
4 | 4 | ||
5 | PNBLACKLIST[emacs] = "qemu: uncaught target signal 11 (Segmentation fault) - core dumped" | 5 | PNBLACKLIST[emacs] ?= "qemu: uncaught target signal 11 (Segmentation fault) - core dumped" |
6 | 6 | ||
7 | SRC_URI = "${GNU_MIRROR}/emacs/emacs-${PV}.tar.gz;name=tarball \ | 7 | SRC_URI = "${GNU_MIRROR}/emacs/emacs-${PV}.tar.gz;name=tarball \ |
8 | file://use-qemu.patch \ | 8 | file://use-qemu.patch \ |
diff --git a/meta-oe/recipes-support/maliit/maliit-framework_git.bb b/meta-oe/recipes-support/maliit/maliit-framework_git.bb index f387ce26b..3eb7f30df 100644 --- a/meta-oe/recipes-support/maliit/maliit-framework_git.bb +++ b/meta-oe/recipes-support/maliit/maliit-framework_git.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=5c917f6ce94ceb8d8d5e16e2fca5b9ad" | |||
6 | 6 | ||
7 | inherit autotools qt4x11 gtk-immodules-cache | 7 | inherit autotools qt4x11 gtk-immodules-cache |
8 | 8 | ||
9 | PNBLACKLIST[maliit-framework] = "BROKEN: Wasn't updated to work with B!=S, maybe incorrectly inherits autotools" | 9 | PNBLACKLIST[maliit-framework] ?= "BROKEN: Wasn't updated to work with B!=S, maybe incorrectly inherits autotools" |
10 | 10 | ||
11 | DEPENDS = "libxcomposite dbus gtk+3 gtk+" | 11 | DEPENDS = "libxcomposite dbus gtk+3 gtk+" |
12 | 12 | ||
diff --git a/meta-oe/recipes-support/maliit/maliit-plugins_git.bb b/meta-oe/recipes-support/maliit/maliit-plugins_git.bb index 0fa8ac25e..3c040d87a 100644 --- a/meta-oe/recipes-support/maliit/maliit-plugins_git.bb +++ b/meta-oe/recipes-support/maliit/maliit-plugins_git.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f29b21caa8e460097bfad9c026a33621" | |||
6 | 6 | ||
7 | inherit autotools qt4x11 | 7 | inherit autotools qt4x11 |
8 | 8 | ||
9 | PNBLACKLIST[maliit-plugins] = "BROKEN: depends on broken maliit-framework" | 9 | PNBLACKLIST[maliit-plugins] ?= "BROKEN: depends on broken maliit-framework" |
10 | 10 | ||
11 | DEPENDS = "maliit-framework" | 11 | DEPENDS = "maliit-framework" |
12 | 12 | ||
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 | ||
8 | PR = "r3" | 8 | PR = "r3" |
9 | 9 | ||
10 | PNBLACKLIST[openmotif] = "BROKEN: doesn't build with B!=S" | 10 | PNBLACKLIST[openmotif] ?= "BROKEN: doesn't build with B!=S" |
11 | 11 | ||
12 | SRC_URI = "http://motif.ics.com/sites/default/files/openmotif-2.3.3.tar.gz \ | 12 | SRC_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" |
diff --git a/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb b/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb index 78af9b62c..07ff31820 100644 --- a/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb +++ b/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb | |||
@@ -8,7 +8,7 @@ PV = "1.3+gitr${SRCPV}" | |||
8 | PE = "1" | 8 | PE = "1" |
9 | PR = "r1" | 9 | PR = "r1" |
10 | 10 | ||
11 | PNBLACKLIST[vala-terminal] = "BROKEN: Doesn't work with B!=S, touch: cannot touch `src/.stamp': No such file or directory" | 11 | PNBLACKLIST[vala-terminal] ?= "BROKEN: Doesn't work with B!=S, touch: cannot touch `src/.stamp': No such file or directory" |
12 | 12 | ||
13 | inherit autotools perlnative vala | 13 | inherit autotools perlnative vala |
14 | 14 | ||