git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe23104
)
zaurus-legacy-tar: Switch to subdir= in SRC_URI
author
Tom Rini
<tom_rini@mentor.com>
Mon, 7 Mar 2011 17:45:07 +0000
(10:45 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/recipes/zaurus-utils/zaurus-legacy-tar.bb
b/recipes/zaurus-utils/zaurus-legacy-tar.bb
index
87d4f98
..
fae0520
100644
(file)
--- 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}"