From 0ca63b3ba3cfd1109bbaa5abfcf902ee49c36adb Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 19 Jun 2014 11:37:07 +0200 Subject: [PATCH] qconnman, qconnman-e: Blacklist because of broken with B!=S Signed-off-by: Martin Jansa --- 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 1033bf241f..baf802703d 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 d298cb5217..e2bd2edc57 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}"