[oe-commits] [meta-openembedded] 48/73: libunique: fix installed-vs-shipped qa issue

git at git.openembedded.org git at git.openembedded.org
Sun Nov 25 20:55:59 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch thud-next
in repository meta-openembedded.

commit cfe2b7d07ef26ffce123e14a9e2aa19254bc8bdd
Author: Kai Kang <kai.kang at windriver.com>
AuthorDate: Mon Nov 5 00:59:15 2018 -0500

    libunique: fix installed-vs-shipped qa issue
    
    libunique shows installed-vs-shipped QA issue if configure option
    '--disable-introspection' is set by:
    1) in gobject-introspection*.bbclass that the 'qemu-usermode' is not
       supported by bsp and then not set in MACHINE_FEATURES
    or:
    2) set in local.conf directly:
       EXTRA_OECONF_append_pn-libunique = " --disable-introspection"
    
    Remove empty directory to fix the QA issue.
    
    Signed-off-by: Kai Kang <kai.kang at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-xfce/recipes-extended/libunique/libunique_1.1.6.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-xfce/recipes-extended/libunique/libunique_1.1.6.bb b/meta-xfce/recipes-extended/libunique/libunique_1.1.6.bb
index 49ed07a..a6475ce 100644
--- a/meta-xfce/recipes-extended/libunique/libunique_1.1.6.bb
+++ b/meta-xfce/recipes-extended/libunique/libunique_1.1.6.bb
@@ -28,3 +28,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
 inherit autotools pkgconfig gobject-introspection distro_features_check gtk-doc
 
 REQUIRED_DISTRO_FEATURES = "x11"
+
+do_install_append () {
+    rmdir --ignore-fail-on-non-empty ${D}${datadir}
+}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list