diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-29 22:24:25 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-30 12:06:52 +0000 |
commit | 3f07975359d594abebd72cc44d51d0e752855baf (patch) | |
tree | e12176993c081b3d1adcef77595927eac607b843 /meta/recipes-qt | |
parent | 16cd8318984ab2ba50a00436098dcfb972d13df6 (diff) | |
download | poky-3f07975359d594abebd72cc44d51d0e752855baf.tar.gz |
qt: add fotowall back into qt task
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-qt')
-rw-r--r-- | meta/recipes-qt/tasks/task-poky-qt.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-qt/tasks/task-poky-qt.bb b/meta/recipes-qt/tasks/task-poky-qt.bb index e82e277586..da960db5b0 100644 --- a/meta/recipes-qt/tasks/task-poky-qt.bb +++ b/meta/recipes-qt/tasks/task-poky-qt.bb | |||
@@ -6,7 +6,7 @@ DESCRIPTION = "Qt Tasks for Poky" | |||
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 7 | LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
8 | file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 8 | file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
9 | PR = "r2" | 9 | PR = "r3" |
10 | 10 | ||
11 | PACKAGES = "\ | 11 | PACKAGES = "\ |
12 | task-poky-qt-demos \ | 12 | task-poky-qt-demos \ |
@@ -16,7 +16,7 @@ PACKAGES = "\ | |||
16 | 16 | ||
17 | ALLOW_EMPTY = "1" | 17 | ALLOW_EMPTY = "1" |
18 | 18 | ||
19 | QTDEMOS ?= "quicky ${COMMERCIAL_QT}" | 19 | QTDEMOS ?= "quicky ${COMMERCIAL_QT} fotowall" |
20 | QTDEMOS_disabled = "fotowall" | 20 | #QTDEMOS_disabled = "fotowall" |
21 | 21 | ||
22 | RDEPENDS_task-poky-qt-demos = "${QTDEMOS}" | 22 | RDEPENDS_task-poky-qt-demos = "${QTDEMOS}" |