From dbd823cfbfc9f332aa40c4a55affba71807fcb41 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 11 Dec 2012 15:03:08 +0100 Subject: 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 --- 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(-) (limited to 'meta-oe') 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 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 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" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" -PR = "r1" +PR = "r2" inherit autotools -- cgit 1.2.3-korg