diff options
author | John Klug <john.klug@multitech.com> | 2017-04-21 19:35:19 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-04-24 17:01:09 -0500 |
commit | 045096e418acb0184620dbe50393e67eb016061d (patch) | |
tree | fe41d028298973fb11708925a917fd48704fbd1a /recipes-core/eglibc/eglibc_%.bbappend | |
parent | f5bfbad9fb7faed03fca669a5b07f582a3f486f0 (diff) | |
download | meta-mlinux-045096e418acb0184620dbe50393e67eb016061d.tar.gz meta-mlinux-045096e418acb0184620dbe50393e67eb016061d.tar.bz2 meta-mlinux-045096e418acb0184620dbe50393e67eb016061d.zip |
eglibc gethostbyname fix
Diffstat (limited to 'recipes-core/eglibc/eglibc_%.bbappend')
-rw-r--r-- | recipes-core/eglibc/eglibc_%.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/eglibc/eglibc_%.bbappend b/recipes-core/eglibc/eglibc_%.bbappend new file mode 100644 index 0000000..68af86e --- /dev/null +++ b/recipes-core/eglibc/eglibc_%.bbappend @@ -0,0 +1,3 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}" +SRC_URI += "file://cvs-gethostbyname4-memory-leak.patch" +PR = "r2" |