diff options
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)} \ + " |