[oe-commits] Martin Jansa : talloc: Blacklist because of broken with B!=S

git at git.openembedded.org git at git.openembedded.org
Thu Jun 19 11:45:05 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 10fc65398ab076bc6e985f1df29bd5c7ff30af9e
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=10fc65398ab076bc6e985f1df29bd5c7ff30af9e

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Jun 19 11:53:45 2014 +0200

talloc: Blacklist because of broken with B!=S

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/talloc/talloc_2.0.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/talloc/talloc_2.0.1.bb b/meta-oe/recipes-support/talloc/talloc_2.0.1.bb
index 6b7e4f1..98d0fc7 100644
--- a/meta-oe/recipes-support/talloc/talloc_2.0.1.bb
+++ b/meta-oe/recipes-support/talloc/talloc_2.0.1.bb
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://NEWS;md5=5fe776b23a711c9153ee94bc87e47334"
 
 inherit autotools pkgconfig
 
+PNBLACKLIST[talloc] = "BROKEN: doesn't build with B!=S (gnu-configize executed in ${B})"
+
 SRC_URI = "http://samba.org/ftp/${BPN}/${BPN}-${PV}.tar.gz \
            file://install-swig-interface-in-SWINGLIBDIR.patch \
 "



More information about the Openembedded-commits mailing list