diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2017-07-24 15:06:03 +0300 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2017-07-25 11:11:32 +0300 |
commit | 2c43ed02320350056a671c87188f3edfd2612a54 (patch) | |
tree | 3360c0e6d7fe563e8d07581ca5815447cce1dfcb /recipes-support | |
parent | ad5245eb8cbf7f106febc595b807271163af90ec (diff) | |
download | meta-updater-2c43ed02320350056a671c87188f3edfd2612a54.tar.gz |
glib-networking_%.bbappend: Remove hackery
Remove the hackery that removes pkgconfig because
it broke the build of glib-networking-native.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'recipes-support')
-rw-r--r-- | recipes-support/glib-networking/glib-networking_%.bbappend | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-support/glib-networking/glib-networking_%.bbappend b/recipes-support/glib-networking/glib-networking_%.bbappend index 1c4fe19..543aebe 100644 --- a/recipes-support/glib-networking/glib-networking_%.bbappend +++ b/recipes-support/glib-networking/glib-networking_%.bbappend | |||
@@ -1,6 +1,2 @@ | |||
1 | BBCLASSEXTEND_append_sota = " native nativesdk" | 1 | BBCLASSEXTEND_append_sota = " native nativesdk" |
2 | 2 | ||
3 | # Hackery to prevent relocatable_native_pcfiles from crashing | ||
4 | do_install_append_class-native () { | ||
5 | rmdir ${D}${libdir}/pkgconfig | ||
6 | } | ||