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

git at git.openembedded.org git at git.openembedded.org
Sat Jun 21 17:25:29 UTC 2014


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

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

qconnman, qconnman-e: Blacklist because of broken with B!=S

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

---

 meta-oe/recipes-qt/qconnman/qconnman-e_git.bb | 2 ++
 meta-oe/recipes-qt/qconnman/qconnman_git.bb   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb b/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb
index 1033bf2..baf8027 100644
--- a/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb
+++ b/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb
@@ -4,6 +4,8 @@ RCONFLICTS_${PN} = "qconnman"
 
 inherit qt4e
 
+PNBLACKLIST[qconnman-e] = "BROKEN: doesn't work with B!=S, ls: cannot access *.pro: No such file or directory"
+
 EXTRA_QMAKEVARS_PRE += "PREFIX=/usr"
 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 d298cb5..e2bd2ed 100644
--- a/meta-oe/recipes-qt/qconnman/qconnman_git.bb
+++ b/meta-oe/recipes-qt/qconnman/qconnman_git.bb
@@ -4,5 +4,7 @@ RCONFLICTS_${PN} = "qconnman-e"
 
 inherit qt4x11
 
+PNBLACKLIST[qconnman] = "BROKEN: doesn't work with B!=S, ls: cannot access *.pro: No such file or directory"
+
 EXTRA_QMAKEVARS_PRE += "PREFIX=/usr"
 EXTRA_OEMAKE += "INSTALL_ROOT=${D}"



More information about the Openembedded-commits mailing list