diff options
-rw-r--r-- | meta-oe/recipes-qt/qconnman/qconnman-e_git.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-qt/qconnman/qconnman_git.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb b/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb index 1033bf241..baf802703 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" | |||
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" | ||
8 | |||
7 | EXTRA_QMAKEVARS_PRE += "PREFIX=/usr" | 9 | EXTRA_QMAKEVARS_PRE += "PREFIX=/usr" |
8 | EXTRA_OEMAKE += "INSTALL_ROOT=${D}" | 10 | EXTRA_OEMAKE += "INSTALL_ROOT=${D}" |
9 | 11 | ||
diff --git a/meta-oe/recipes-qt/qconnman/qconnman_git.bb b/meta-oe/recipes-qt/qconnman/qconnman_git.bb index d298cb521..e2bd2edc5 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" | |||
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" | ||
8 | |||
7 | EXTRA_QMAKEVARS_PRE += "PREFIX=/usr" | 9 | EXTRA_QMAKEVARS_PRE += "PREFIX=/usr" |
8 | EXTRA_OEMAKE += "INSTALL_ROOT=${D}" | 10 | EXTRA_OEMAKE += "INSTALL_ROOT=${D}" |