diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-08-30 18:49:22 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-08-30 18:49:22 +0200 |
commit | 2798254db8ac54abc8ab73a7242a37865fcc9147 (patch) | |
tree | fb319a87f5aad4bae21556722157b3420b5340ec /recipes-core/musl/musl_git.bbappend | |
parent | 232e35eb40faf9ce8b3516bb5ea1986a8507db37 (diff) | |
download | meta-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.bbappend | 7 |
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)} \ + " |