summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-09-14 14:40:00 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-15 11:23:58 +0100
commitdd605b177729f4602da99e4f80c110dcc5f820c5 (patch)
treea0421129603017185678d3569cf09d8a43ae49a1
parent7b6b3b86551fe2f6073b72b0a03d08192ca33e1d (diff)
downloadpoky-dd605b177729f4602da99e4f80c110dcc5f820c5.tar.gz
task-core-sdk: change task-core -> task-core-console
(From OE-Core rev: 504103ba42783e937c7201a8aa079a52cdde2846) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/tasks/task-core-sdk.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/tasks/task-core-sdk.bb b/meta/recipes-core/tasks/task-core-sdk.bb
index 52fdd75dd4..5743631787 100644
--- a/meta/recipes-core/tasks/task-core-sdk.bb
+++ b/meta/recipes-core/tasks/task-core-sdk.bb
@@ -6,7 +6,7 @@ DESCRIPTION = "Software Development Tasks for OpenedHand Poky"
6LICENSE = "MIT" 6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ 7LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
8 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 8 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
9DEPENDS = "task-core" 9DEPENDS = "task-core-console"
10PR = "r7" 10PR = "r7"
11 11
12ALLOW_EMPTY = "1" 12ALLOW_EMPTY = "1"