mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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>
This commit is contained in:
@@ -6,3 +6,5 @@ inherit qt4e
|
||||
|
||||
EXTRA_QMAKEVARS_PRE += "PREFIX=/usr"
|
||||
EXTRA_OEMAKE += "INSTALL_ROOT=${D}"
|
||||
|
||||
FILES_${PN} += "${datadir}/qconnman/"
|
||||
|
||||
@@ -4,7 +4,7 @@ DEPENDS = "connman"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
inherit autotools
|
||||
|
||||
|
||||
Reference in New Issue
Block a user