[oe-commits] [meta-openembedded] 08/48: zile: Fix build with musl

git at git.openembedded.org git at git.openembedded.org
Thu Mar 30 09:50:04 UTC 2017


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

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 1ce4dfbac506936cbaef289d69b88e8fc46dc85b
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sun Mar 19 22:31:46 2017 -0700

    zile: Fix build with musl
    
    With musl charset.alias is generated due to a gnu-config bug
    
    Fixes
    
    QA Issue: zile: Files/directories were installed but not shipped in any package:
      /usr/lib
      /usr/lib/charset.alias
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/zile/zile_2.4.11.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-oe/recipes-support/zile/zile_2.4.11.bb b/meta-oe/recipes-support/zile/zile_2.4.11.bb
index ff0517c..05a6afb 100644
--- a/meta-oe/recipes-support/zile/zile_2.4.11.bb
+++ b/meta-oe/recipes-support/zile/zile_2.4.11.bb
@@ -14,6 +14,11 @@ SRC_URI[sha256sum] = "1fd27bbddc61491b1fbb29a345d0d344734aa9e80cfa07b02892eedf83
 
 inherit autotools pkgconfig
 
+do_install_append() {
+        rm -rf ${D}${libdir}/charset.alias
+        rmdir --ignore-fail-on-non-empty ${D}${libdir}
+}
+
 PACKAGECONFIG ??= ""
 PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'acl', d)}"
 

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


More information about the Openembedded-commits mailing list