From patchwork Thu Dec 13 22:41:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,02/11] qconnman-e: fix unpackaged files QA warning Date: Thu, 13 Dec 2012 22:41:42 -0000 From: Martin Jansa X-Patchwork-Id: 40945 Message-Id: To: openembedded-devel@lists.openembedded.org * 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 --- meta-oe/recipes-qt/qconnman/qconnman-e_git.bb | 2 ++ meta-oe/recipes-qt/qconnman/qconnman.inc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb b/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb index 87a3610..2fcd3da 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 EXTRA_QMAKEVARS_PRE += "PREFIX=/usr" EXTRA_OEMAKE += "INSTALL_ROOT=${D}" + +FILES_${PN} += "${datadir}/qconnman/" diff --git a/meta-oe/recipes-qt/qconnman/qconnman.inc b/meta-oe/recipes-qt/qconnman/qconnman.inc index f26274b..44ad9a1 100644 --- a/meta-oe/recipes-qt/qconnman/qconnman.inc +++ b/meta-oe/recipes-qt/qconnman/qconnman.inc @@ -4,7 +4,7 @@ DEPENDS = "connman" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" -PR = "r1" +PR = "r2" inherit autotools