Skip to content

Commit

Permalink
Correctly update qtquickcompiler SHA1
Browse files Browse the repository at this point in the history
Change-Id: I0176af2f3f8d8f3d04b9898138d7d745a345ed76
Reviewed-by: Simon Hausmann <[email protected]>
  • Loading branch information
sapiippo committed Aug 22, 2016
1 parent cec708c commit 797b8c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes-qt/qt5/qtquickcompiler_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ SRC_URI = " \
git://codereview.qt-project.org/qt/tqtc-qmlcompiler;branch=${BRANCH};protocol=ssh \
"

SRCREV = "a2eac30f3be41447af1c9f2c3f3c841b68ca4d9c"
SRCREV = "321c7d8bbc9e25fbb49dbba187b04916eddfdb2a"
BRANCH = "5.6"

S = "${WORKDIR}/git"
Expand Down
2 changes: 1 addition & 1 deletion scripts/update-qt5-modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ for S in $SHA1S; do
sed -i -e "/^SRCREV_chromium/s/\".*\"/\"${SHA1}\"/" qtwebengine_git.bb*
echo "qtwebengine (chromium) -> ${SHA1}"
elif [ "${PROJECT}" = "tqtc-qmlcompiler" ]; then
sed -i -e "/^SRCREV_chromium/s/\".*\"/\"${SHA1}\"/" qtquickcompiler_git.bb*
sed -i -e "/^SRCREV/s/\".*\"/\"${SHA1}\"/" qtquickcompiler_git.bb*
echo "qtquickcompiler -> ${SHA1}"
elif [ "$(echo *${PROJECT}*_git.bb*)" != "*${PROJECT}*_git.bb*" ]; then
sed -i -e "/^SRCREV/s/\".*\"/\"${SHA1}\"/" *${PROJECT}*_git.bb*
Expand Down

0 comments on commit 797b8c9

Please sign in to comment.