summaryrefslogtreecommitdiffstats
path: root/recipes-core/musl/musl_git.bbappend
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-08-30 18:49:22 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-08-30 18:49:22 +0200
commit2798254db8ac54abc8ab73a7242a37865fcc9147 (patch)
treefb319a87f5aad4bae21556722157b3420b5340ec /recipes-core/musl/musl_git.bbappend
parent232e35eb40faf9ce8b3516bb5ea1986a8507db37 (diff)
downloadmeta-gluon-2798254db8ac54abc8ab73a7242a37865fcc9147.tar
meta-gluon-2798254db8ac54abc8ab73a7242a37865fcc9147.zip
musl: add minification patch from OpenWrt
Diffstat (limited to 'recipes-core/musl/musl_git.bbappend')
-rw-r--r--recipes-core/musl/musl_git.bbappend7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-core/musl/musl_git.bbappend b/recipes-core/musl/musl_git.bbappend
new file mode 100644
index 0000000..741b467
--- /dev/null
+++ b/recipes-core/musl/musl_git.bbappend
@@ -0,0 +1,7 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
+
+PACKAGECONFIG[minimal_iconv] = ",,"
+
+SRC_URI += "\
+ ${@bb.utils.contains('PACKAGECONFIG', 'minimal_iconv', 'file://iconv_size_hack.patch', '', d)} \
+ "