summaryrefslogtreecommitdiffstats
path: root/meta
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
parentd24c45c6db81a19d5632bc483396764ef2b09126 (diff)
downloadpoky-c9b23048a8742e0e2686f0e455c276643188bb5d.tar.gz
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')
-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 c73cc8684e..a28d5ac967 100644
--- a/meta/packages/shasum/shasum-native.bb
+++ b/meta/packages/shasum/shasum-native.bb
@@ -6,7 +6,7 @@ INHIBIT_DEFAULT_DEPS = "1"
6PATCHTOOL = "patch" 6PATCHTOOL = "patch"
7 7
8do_fetch[depends] = "" 8do_fetch[depends] = ""
9do_populate_staging() { 9do_stage() {
10 install -d ${STAGING_BINDIR} 10 install -d ${STAGING_BINDIR}
11 install ${S}/oe_sha256sum ${STAGING_BINDIR} 11 install ${S}/oe_sha256sum ${STAGING_BINDIR}
12} 12}