summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-03-09 23:59:31 +1000
committerJuro Bystricky <juro.bystricky@intel.com>2017-04-06 13:47:39 -0700
commit9b61a110e63c2ae0698bbb50d655793f39507099 (patch)
tree52ae75838d92e945bf967306308303dc10f5248a
parent0234c2291ad35b637821efda80f1ba5e77c7bf26 (diff)
downloadmeta-mingw-9b61a110e63c2ae0698bbb50d655793f39507099.tar.gz
glib-2.0: Clean up unnecessary appends that are resolved in oe-core
The changes that are appended for '--enable-include=printf=yes' and removal of charset.alias are handled in oe-core. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r--recipes-core/glib-2.0/glib-2.0_%.bbappend2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-core/glib-2.0/glib-2.0_%.bbappend b/recipes-core/glib-2.0/glib-2.0_%.bbappend
index 2accd7a..08f7261 100644
--- a/recipes-core/glib-2.0/glib-2.0_%.bbappend
+++ b/recipes-core/glib-2.0/glib-2.0_%.bbappend
@@ -1,5 +1,3 @@
1EXTRA_OECONF_mingw32 = "--enable-included-printf=yes ${CORECONF}"
2FILES_${PN}_append_mingw32 = " ${libdir}/charset.alias"
3 1
4# glib always provides bash-completion output, package the output but prevent 2# glib always provides bash-completion output, package the output but prevent
5# the dependency chain on bash (via bash-completion) for mingw32 targets only. 3# the dependency chain on bash (via bash-completion) for mingw32 targets only.