diff options
-rw-r--r-- | meta-oe/recipes-qt/qconnman/qconnman-e_git.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-qt/qconnman/qconnman.inc | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb b/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb index 87a36108df..2fcd3da026 100644 --- a/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb +++ b/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb | |||
@@ -6,3 +6,5 @@ inherit qt4e | |||
6 | 6 | ||
7 | EXTRA_QMAKEVARS_PRE += "PREFIX=/usr" | 7 | EXTRA_QMAKEVARS_PRE += "PREFIX=/usr" |
8 | EXTRA_OEMAKE += "INSTALL_ROOT=${D}" | 8 | EXTRA_OEMAKE += "INSTALL_ROOT=${D}" |
9 | |||
10 | FILES_${PN} += "${datadir}/qconnman/" | ||
diff --git a/meta-oe/recipes-qt/qconnman/qconnman.inc b/meta-oe/recipes-qt/qconnman/qconnman.inc index f26274ba8f..44ad9a1d1d 100644 --- a/meta-oe/recipes-qt/qconnman/qconnman.inc +++ b/meta-oe/recipes-qt/qconnman/qconnman.inc | |||
@@ -4,7 +4,7 @@ DEPENDS = "connman" | |||
4 | LICENSE = "LGPLv2.1" | 4 | LICENSE = "LGPLv2.1" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
6 | 6 | ||
7 | PR = "r1" | 7 | PR = "r2" |
8 | 8 | ||
9 | inherit autotools | 9 | inherit autotools |
10 | 10 | ||