diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2018-09-13 12:33:30 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2018-09-19 09:55:34 +0000 |
commit | 85e665b15864a696a33ceb8cdbb42c5f902201a4 (patch) | |
tree | af5b4076eb4279cff1baa61b789b800f12dc5b8a /recipes-qt/qt5/qtwebengine_git.bb | |
parent | 75bc4403cc96f5c0fd2b16f92d537493355f84d5 (diff) | |
download | meta-qt5-85e665b15864a696a33ceb8cdbb42c5f902201a4.tar.gz |
qtwebengine: use nasm-native instead of yasm-native
* yasm-native was removed in:
http://git.openembedded.org/openembedded-core/commit/?id=b7f3f7ecfdf26129c5df2d3ee14e73c4633ea5a3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtwebengine_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index 9e28e02e..c8704384 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -17,7 +17,7 @@ DEPENDS += " \ | |||
17 | nss-native \ | 17 | nss-native \ |
18 | nspr-native \ | 18 | nspr-native \ |
19 | ninja-native \ | 19 | ninja-native \ |
20 | yasm-native \ | 20 | nasm-native \ |
21 | bison-native \ | 21 | bison-native \ |
22 | qtwebchannel \ | 22 | qtwebchannel \ |
23 | qtbase qtdeclarative qtxmlpatterns qtquickcontrols qtquickcontrols2 \ | 23 | qtbase qtdeclarative qtxmlpatterns qtquickcontrols qtquickcontrols2 \ |