zaurus-legacy-tar: Switch to subdir= in SRC_URI
authorTom Rini <tom_rini@mentor.com>
Mon, 7 Mar 2011 17:45:07 +0000 (10:45 -0700)
committerTom Rini <tom_rini@mentor.com>
Mon, 7 Mar 2011 17:51:50 +0000 (10:51 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/zaurus-utils/zaurus-legacy-tar.bb

index 87d4f98..fae0520 100644 (file)
@@ -2,11 +2,10 @@ DESCRIPTION = "Legacy GNU-tar to unpack hd images on install for Zaurus spitz"
 LICENSE = "GPL"
 PR = "r0"
 
-SRC_URI = "file://gnu-tar.gz"
-
-S = "${WORKDIR}"
+SRC_URI = "file://gnu-tar.gz;subdir=${BPN}-${PV}"
 
 do_compile() {
+        :
 }
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"