summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase_git.bbappend
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2017-01-25 15:29:26 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2017-01-26 08:12:59 +0000
commitcb87024a5895efe8ab7050ec407b72a12554539c (patch)
tree5b84fe45957f8f8bfd4c2720fcf3e27aab26e06a /recipes-qt/qt5/qtbase_git.bbappend
parent79a01a7082eb445fc6fd9c98d485357a814646eb (diff)
downloadmeta-boot2qt-cb87024a5895efe8ab7050ec407b72a12554539c.tar.gz
qt5: remove all sha1 overrides from qt5 module bbappends
From now on, use meta-qt5 as the authoritative source of Qt5 module sha1s. Remove gbm PACKAGECONFIG fix, as it's now available in meta-qt5. Change-Id: Ic501cdc8d05d2afffa25dbe9eb9e538f9ef17951 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'recipes-qt/qt5/qtbase_git.bbappend')
-rw-r--r--recipes-qt/qt5/qtbase_git.bbappend5
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bbappend b/recipes-qt/qt5/qtbase_git.bbappend
index f367dab..e216588 100644
--- a/recipes-qt/qt5/qtbase_git.bbappend
+++ b/recipes-qt/qt5/qtbase_git.bbappend
@@ -56,8 +56,3 @@ SRC_URI += " \
56do_configure_prepend() { 56do_configure_prepend() {
57 install -m 0644 ${WORKDIR}/oe-device-extra.pri ${S}/mkspecs 57 install -m 0644 ${WORKDIR}/oe-device-extra.pri ${S}/mkspecs
58} 58}
59
60SRCREV = "49dc9aa409d727824f26b246054a22b5a7dd5980"
61
62# make other libgbm providers possible
63PACKAGECONFIG[gbm] = "-gbm,-no-gbm,virtual/libgbm"