ti-staging: rename -sdk to -sourcetree to make it clearer what it actually is
authorKoen Kooi <k-kooi@ti.com>
Tue, 2 Feb 2010 15:25:36 +0000 (16:25 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 12 Apr 2010 17:43:16 +0000 (19:43 +0200)
Signed-off-by: Koen Kooi <k-kooi@ti.com>
contrib/angstrom/upload-packages.sh
recipes/ti/ti-staging.inc

index 0225875..564156d 100644 (file)
@@ -33,6 +33,7 @@ cat files-uniq files-local | sort | uniq -d > files-trans
 
 rm -f upload-queue/bigbuck* 
 rm -f upload-queue/ti*-sdk*
+rm -f upload-queue/ti*-tree*
 
 # Copy over non-duplicate files
 echo "Starting rsync..."
index 947c383..1b3491d 100644 (file)
@@ -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"