summaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-staging.inc
diff options
context:
space:
mode:
authorKoen Kooi <k-kooi@ti.com>2010-02-02 16:25:36 +0100
committerKoen Kooi <koen@openembedded.org>2010-04-12 19:43:16 +0200
commitc85386fccb05a18583ca40bffdeccfcb55780359 (patch)
treea73e082107464a3876f8b83387b0a4aafc030137 /recipes/ti/ti-staging.inc
parent73ed3496a4028ec312ac740891d16858b52220e2 (diff)
downloadopenembedded-c85386fccb05a18583ca40bffdeccfcb55780359.tar.gz
ti-staging: rename -sdk to -sourcetree to make it clearer what it actually is
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/ti-staging.inc')
-rw-r--r--recipes/ti/ti-staging.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/ti/ti-staging.inc b/recipes/ti/ti-staging.inc
index 947c3835b2..1b3491db31 100644
--- a/recipes/ti/ti-staging.inc
+++ b/recipes/ti/ti-staging.inc
@@ -5,7 +5,7 @@ INHIBIT_PACKAGE_STRIP = "1"
ALLOW_EMPTY_${PN} = "1"
ALLOW_EMPTY_${PN}-dev = "1"
-PACKAGES =+ "${PN}-sdk"
-FILES_${PN}-sdk = "${installdir}/*-tree"
-INSANE_SKIP_${PN}-sdk = "True"
+PACKAGES =+ "${PN}-sourcetree"
+FILES_${PN}-sourcetree = "${installdir}/*-tree"
+INSANE_SKIP_${PN}-sourcetree = "True"