diff options
| -rw-r--r-- | conf/layer.conf | 3 | ||||
| -rw-r--r-- | recipes-qt/examples/qt5everywheredemo_1.0.bb | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 73ce00a6..7eb3b2db 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -33,5 +33,6 @@ LICENSE_PATH += "${LAYERDIR}/licenses" | |||
| 33 | 33 | ||
| 34 | IMAGE_FEATURES[validitems] += "qtcreator-debug" | 34 | IMAGE_FEATURES[validitems] += "qtcreator-debug" |
| 35 | 35 | ||
| 36 | QT_GIT ?= "git://github.com/qtproject" | 36 | QT_GIT ?= "git://github.com/qt" |
| 37 | QT_LABS_GIT ?= "git://github.com/qt-labs" | ||
| 37 | QT_GIT_PROTOCOL ?= "git" | 38 | QT_GIT_PROTOCOL ?= "git" |
diff --git a/recipes-qt/examples/qt5everywheredemo_1.0.bb b/recipes-qt/examples/qt5everywheredemo_1.0.bb index ab2bbd4a..7735d902 100644 --- a/recipes-qt/examples/qt5everywheredemo_1.0.bb +++ b/recipes-qt/examples/qt5everywheredemo_1.0.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://main.cpp;md5=1187cb795a0f96bce64e63dd1a67dc2b" | |||
| 7 | DEPENDS = "qtdeclarative qtgraphicaleffects" | 7 | DEPENDS = "qtdeclarative qtgraphicaleffects" |
| 8 | 8 | ||
| 9 | SRCREV = "c17fe9e0ec0882ac4c4dc1168095f569acab5d09" | 9 | SRCREV = "c17fe9e0ec0882ac4c4dc1168095f569acab5d09" |
| 10 | SRC_URI = "${QT_GIT}/qt-labs-qt5-everywhere-demo" | 10 | SRC_URI = "${QT_LABS_GIT}/qt-labs-qt5-everywhere-demo" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git/QtDemo" | 12 | S = "${WORKDIR}/git/QtDemo" |
| 13 | 13 | ||
