diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-09-14 19:12:26 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-09-14 19:50:04 +0200 |
commit | ecc327fed8f801f0d579bdd4e1d9ab9023a8eb49 (patch) | |
tree | 4b1659ecd9f8adc3ff2db6ac4f59ef73eaa0461b /recipes-qt | |
parent | 2f9f7f5ca7d4ee032bd9a7875da0a966b48eda59 (diff) |
Fix rpm metadata issue between cmake and nativesdk-qtbase
file /opt/poky-agl/4.90.0+snapshot/sysroots/x86_64-aglsdk-linux/environment-setup.d conflicts between attempted installs of nativesdk-cmake-3.7.2-r0.x86_64_nativesdk and nativesdk-qtbase-tools-5.8.0+git0+49dc9aa409-r0.x86_64_nativesdk
Reference: https://stackoverflow.com/questions/45716949/during-sdk-build-environment-setup-d-conflicts-between-attempted-installs
Bug-AGL: SPEC-888
Change-Id: Iba6dd819cec44da26744a35eee31da968c9eb6ce
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-qt')
-rw-r--r-- | recipes-qt/qt5/qtbase_%.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase_%.bbappend b/recipes-qt/qt5/qtbase_%.bbappend index af2722d04..2deed9a3a 100644 --- a/recipes-qt/qt5/qtbase_%.bbappend +++ b/recipes-qt/qt5/qtbase_%.bbappend @@ -16,3 +16,7 @@ PACKAGECONFIG[wayland]="-qpa wayland-egl -no-qpa-platform-guard" # Temporarily fix bug due to binutils 2.28 QT_CONFIG_FLAGS_append = " -no-use-gold-linker" + +# hotfix for RPM folder clash +# file /opt/poky-agl/4.90.0+snapshot/sysroots/x86_64-aglsdk-linux/environment-setup.d conflicts between attempted installs of nativesdk-cmake-3.7.2-r0.x86_64_nativesdk and nativesdk-qtbase-tools-5.8.0+git0+49dc9aa409-r0.x86_64_nativesdk +DIRFILES_class-nativesdk = ""
\ No newline at end of file |