diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-10-07 23:39:04 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-08 16:47:19 +0100 |
commit | 5f17c07331fd0bfcc5aba87587ede385bd896c47 (patch) | |
tree | ac21c49459a2830a110f8d432565d1afdafe826c /meta/recipes-qt/tasks | |
parent | 7d429655652eb3ab5efa5473050b5270b098446e (diff) | |
download | poky-5f17c07331fd0bfcc5aba87587ede385bd896c47.tar.gz |
gststream commercial: modified recipes and tasks to add commercial identifier
Modified DEPENDS and RDEPENDS in these recipes and tasks to make packages
which have potential license implications opt in through options in
poky/local.conf.
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/recipes-qt/tasks')
-rw-r--r-- | meta/recipes-qt/tasks/task-poky-qt.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-qt/tasks/task-poky-qt.bb b/meta/recipes-qt/tasks/task-poky-qt.bb index 5990d4df05..f357ca8337 100644 --- a/meta/recipes-qt/tasks/task-poky-qt.bb +++ b/meta/recipes-qt/tasks/task-poky-qt.bb | |||
@@ -14,7 +14,7 @@ PACKAGES = "\ | |||
14 | 14 | ||
15 | ALLOW_EMPTY = "1" | 15 | ALLOW_EMPTY = "1" |
16 | 16 | ||
17 | QTDEMOS ?= "fotowall quicky qmmp" | 17 | QTDEMOS ?= "fotowall quicky ${COMMERCIAL_QT}" |
18 | QTDEMOS_mips ?= "" | 18 | QTDEMOS_mips ?= "" |
19 | QTDEMOS_mipsel ?= "" | 19 | QTDEMOS_mipsel ?= "" |
20 | 20 | ||