diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-11 15:03:08 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-12 19:39:11 +0100 |
| commit | dbd823cfbfc9f332aa40c4a55affba71807fcb41 (patch) | |
| tree | 6ff2e9a26954ed49b4f8a207f03970abc55e8860 /meta-oe/recipes-qt/qconnman | |
| parent | 48a62d1a72190420205c4d7e015c3df092ae66c8 (diff) | |
| download | meta-openembedded-dbd823cfbfc9f332aa40c4a55affba71807fcb41.tar.gz | |
qconnman-e: fix unpackaged files QA warning
* fixes:
qconnman-e-0.0+gitr1+f976b18c7c5584627224784801803e9fd3ebe0ff: qconnman-e: Files/directories were installed but not shipped
/usr/share
/usr/share/qconnman
/usr/share/qconnman/i18n
/usr/share/qconnman/i18n/pt_BR.qm
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-qt/qconnman')
| -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 | ||
