summaryrefslogtreecommitdiff
path: root/meta/packages/shasum
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-11-30 08:16:33 +0000
committerRichard Purdie <richard@openedhand.com>2007-11-30 08:16:33 +0000
commitc9b23048a8742e0e2686f0e455c276643188bb5d (patch)
tree4c831feb5ebd3fa156af10a4dd895b0a664adaeb /meta/packages/shasum
parentd24c45c6db81a19d5632bc483396764ef2b09126 (diff)
downloadopenembedded-core-c9b23048a8742e0e2686f0e455c276643188bb5d.tar.gz
openembedded-core-c9b23048a8742e0e2686f0e455c276643188bb5d.tar.bz2
openembedded-core-c9b23048a8742e0e2686f0e455c276643188bb5d.tar.xz
openembedded-core-c9b23048a8742e0e2686f0e455c276643188bb5d.zip
shasum-native: Use do_stage function, not do_populate_staging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3270 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/shasum')
-rw-r--r--meta/packages/shasum/shasum-native.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/shasum/shasum-native.bb b/meta/packages/shasum/shasum-native.bb
index c73cc8684..a28d5ac96 100644
--- a/meta/packages/shasum/shasum-native.bb
+++ b/meta/packages/shasum/shasum-native.bb
@@ -6,7 +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}
}