summaryrefslogtreecommitdiffstats
path: root/recipes-support
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2017-08-10 17:07:09 +0300
committerLeon Anavi <leon.anavi@konsulko.com>2017-08-10 17:09:55 +0300
commit624e5e74caeb0fbedc4bec2503e3b4215010b7fa (patch)
tree57833868de20d0700f9f33e3d5e35fca392a8989 /recipes-support
parent67601afe1536636f9b11d188cd963ea25cec00c3 (diff)
downloadmeta-updater-624e5e74caeb0fbedc4bec2503e3b4215010b7fa.tar.gz
glib-networking_%.bbappend: Add again hackery
Revert the change from 24 Jul and add again the hackery which removes removes pkgconfig. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/glib-networking/glib-networking_%.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-support/glib-networking/glib-networking_%.bbappend b/recipes-support/glib-networking/glib-networking_%.bbappend
index 543aebe..1c4fe19 100644
--- a/recipes-support/glib-networking/glib-networking_%.bbappend
+++ b/recipes-support/glib-networking/glib-networking_%.bbappend
@@ -1,2 +1,6 @@
1BBCLASSEXTEND_append_sota = " native nativesdk" 1BBCLASSEXTEND_append_sota = " native nativesdk"
2 2
3# Hackery to prevent relocatable_native_pcfiles from crashing
4do_install_append_class-native () {
5 rmdir ${D}${libdir}/pkgconfig
6}