aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-07 10:45:07 -0700
committerTom Rini <tom_rini@mentor.com>2011-03-07 10:51:50 -0700
commitef1d9f0dafc2eff12b8a7e9620a8917d2b3fecc0 (patch)
treecba647eda4054e4902f25df07b4e68de0a41ec7a /recipes
parentfe23104045739fcf578ac061e09271c13a20beab (diff)
downloadopenembedded-ef1d9f0dafc2eff12b8a7e9620a8917d2b3fecc0.tar.gz
zaurus-legacy-tar: Switch to subdir= in SRC_URI
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/zaurus-utils/zaurus-legacy-tar.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/zaurus-utils/zaurus-legacy-tar.bb b/recipes/zaurus-utils/zaurus-legacy-tar.bb
index 87d4f98b68..fae0520021 100644
--- a/recipes/zaurus-utils/zaurus-legacy-tar.bb
+++ b/recipes/zaurus-utils/zaurus-legacy-tar.bb
@@ -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}"