diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-06-05 13:09:13 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-06-05 13:11:06 +0200 |
commit | 9925146ee780e7a1df8bf2bc958619b7cfdae690 (patch) | |
tree | da53b2dc4af8fa77aefc3ce35a756017fb16cd77 | |
parent | 1d856bbaa8ead0c68724673c0adb83b82fa449b0 (diff) | |
download | meta-qt5-9925146ee780e7a1df8bf2bc958619b7cfdae690.tar.gz |
qt3d: fix DEPENDS
* nativesdk dependencies were incorrectly introduced in:
commit 48ee17af942ac9860e834c8dec049370e7802a56
Author: Martin Jansa <Martin.Jansa@gmail.com>
Date: Thu May 28 14:58:06 2015 +0200
Subject: qt5: merge .inc and _git.bb files
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qt3d_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qt3d_git.bb b/recipes-qt/qt5/qt3d_git.bb index 3bebcb59..62f17e13 100644 --- a/recipes-qt/qt5/qt3d_git.bb +++ b/recipes-qt/qt5/qt3d_git.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = " \ | |||
10 | file://LICENSE.GPL;md5=d32239bcb673463ab874e80d47fae504 \ | 10 | file://LICENSE.GPL;md5=d32239bcb673463ab874e80d47fae504 \ |
11 | " | 11 | " |
12 | 12 | ||
13 | DEPENDS = "nativesdk-qtbase qtbase-native qtdeclarative" | 13 | DEPENDS = "qtdeclarative" |
14 | 14 | ||
15 | FILES_${PN}-qmlplugins += " \ | 15 | FILES_${PN}-qmlplugins += " \ |
16 | ${OE_QMAKE_PATH_QML}/*/*/*.bez \ | 16 | ${OE_QMAKE_PATH_QML}/*/*/*.bez \ |