aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-qt
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-02-04 11:29:38 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-02-05 11:05:51 +0100
commit451c5cd71087077d2f09a539845caecaf2a2fa38 (patch)
tree4ac53b18a3490b8fedc46082885831b9f2cb9afa /meta-oe/recipes-qt
parent26f4012c8774d94c2317d916000fbcb1452fd55e (diff)
downloadmeta-openembedded-contrib-451c5cd71087077d2f09a539845caecaf2a2fa38.tar.gz
qconnman: use RCONFLICTS correctly
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-qt')
-rw-r--r--meta-oe/recipes-qt/qconnman/qconnman-e_git.bb2
-rw-r--r--meta-oe/recipes-qt/qconnman/qconnman_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb b/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb
index 2fcd3da026..1033bf241f 100644
--- a/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb
+++ b/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb
@@ -1,6 +1,6 @@
require qconnman.inc
-RCONFLICTS = "qconnman"
+RCONFLICTS_${PN} = "qconnman"
inherit qt4e
diff --git a/meta-oe/recipes-qt/qconnman/qconnman_git.bb b/meta-oe/recipes-qt/qconnman/qconnman_git.bb
index 9f03b90af3..d298cb5217 100644
--- a/meta-oe/recipes-qt/qconnman/qconnman_git.bb
+++ b/meta-oe/recipes-qt/qconnman/qconnman_git.bb
@@ -1,6 +1,6 @@
require qconnman.inc
-RCONFLICTS = "qconnman-e"
+RCONFLICTS_${PN} = "qconnman-e"
inherit qt4x11