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:
bf7e089
)
shasum-native: Use do_stage as other recipes do, make sure directory exists before...
author
Richard Purdie
<rpurdie@rpsys.net>
Sat, 1 Dec 2007 19:47:29 +0000
(19:47 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Sat, 1 Dec 2007 19:47:29 +0000
(19:47 +0000)
packages/shasum/shasum-native.bb
patch
|
blob
|
history
diff --git
a/packages/shasum/shasum-native.bb
b/packages/shasum/shasum-native.bb
index
2b9dd9a
..
a28d5ac
100644
(file)
--- a/
packages/shasum/shasum-native.bb
+++ b/
packages/shasum/shasum-native.bb
@@
-6,6
+6,7
@@
INHIBIT_DEFAULT_DEPS = "1"
PATCHTOOL = "patch"
do_fetch[depends] = ""
-do_populate_staging() {
+do_stage() {
+ install -d ${STAGING_BINDIR}
install ${S}/oe_sha256sum ${STAGING_BINDIR}
}