]> code.ossystems Code Review - openembedded-core.git/commitdiff
shasum-native: Use do_stage function, not do_populate_staging
authorRichard Purdie <richard@openedhand.com>
Fri, 30 Nov 2007 08:16:33 +0000 (08:16 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 30 Nov 2007 08:16:33 +0000 (08:16 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3270 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/shasum/shasum-native.bb

index c73cc8684e2be6081459d22b4479c8ac068b6efe..a28d5ac967a995ee71859f837ca3410b2e7235f6 100644 (file)
@@ -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}
 }