diff options
| author | cajun-rat <p@beta16.co.uk> | 2017-07-04 17:40:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-04 17:40:20 +0200 |
| commit | 02c4dbb38ffd3d1b52c175adb89eeec5a5f886d9 (patch) | |
| tree | 8057661467ed37db9f567f04af49a56949a84376 /recipes-support | |
| parent | 00cf945345a981e9cae155f66bda99e650eb6bf2 (diff) | |
| parent | e39692a25858acf79fedf44b9d9fdd8e71337957 (diff) | |
| download | meta-updater-02c4dbb38ffd3d1b52c175adb89eeec5a5f886d9.tar.gz | |
Merge pull request #98 from advancedtelematic/bugfix/pokybuild
Fix build issues with yocto pyro
Diffstat (limited to 'recipes-support')
| -rw-r--r-- | recipes-support/glib-networking/glib-networking_%.bbappend | 7 | ||||
| -rw-r--r-- | recipes-support/libsoup/libsoup-2.4_%.bbappend | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/recipes-support/glib-networking/glib-networking_%.bbappend b/recipes-support/glib-networking/glib-networking_%.bbappend index fccb949..1c4fe19 100644 --- a/recipes-support/glib-networking/glib-networking_%.bbappend +++ b/recipes-support/glib-networking/glib-networking_%.bbappend | |||
| @@ -1 +1,6 @@ | |||
| 1 | BBCLASSEXTEND_append_sota = " native" | 1 | BBCLASSEXTEND_append_sota = " native nativesdk" |
| 2 | |||
| 3 | # Hackery to prevent relocatable_native_pcfiles from crashing | ||
| 4 | do_install_append_class-native () { | ||
| 5 | rmdir ${D}${libdir}/pkgconfig | ||
| 6 | } | ||
diff --git a/recipes-support/libsoup/libsoup-2.4_%.bbappend b/recipes-support/libsoup/libsoup-2.4_%.bbappend index ce4df6d..18383f1 100644 --- a/recipes-support/libsoup/libsoup-2.4_%.bbappend +++ b/recipes-support/libsoup/libsoup-2.4_%.bbappend | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | BBCLASSEXTEND_append_sota = " native" | 1 | BBCLASSEXTEND_append_sota = " native nativesdk" |
| 2 | 2 | ||
| 3 | DEPENDS_append_class-native = "${@bb.utils.contains('DISTRO_FEATURES', 'sota', ' glib-networking-native', ' ', d)}" | 3 | DEPENDS_append_class-native = "${@bb.utils.contains('DISTRO_FEATURES', 'sota', ' glib-networking-native', ' ', d)}" |
