diff options
Diffstat (limited to 'meta-oe')
-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, 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 2fcd3da02..1033bf241 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 @@ | |||
1 | require qconnman.inc | 1 | require qconnman.inc |
2 | 2 | ||
3 | RCONFLICTS = "qconnman" | 3 | RCONFLICTS_${PN} = "qconnman" |
4 | 4 | ||
5 | inherit qt4e | 5 | inherit qt4e |
6 | 6 | ||
diff --git a/meta-oe/recipes-qt/qconnman/qconnman_git.bb b/meta-oe/recipes-qt/qconnman/qconnman_git.bb index 9f03b90af..d298cb521 100644 --- a/meta-oe/recipes-qt/qconnman/qconnman_git.bb +++ b/meta-oe/recipes-qt/qconnman/qconnman_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require qconnman.inc | 1 | require qconnman.inc |
2 | 2 | ||
3 | RCONFLICTS = "qconnman-e" | 3 | RCONFLICTS_${PN} = "qconnman-e" |
4 | 4 | ||
5 | inherit qt4x11 | 5 | inherit qt4x11 |
6 | 6 | ||