From: Richard Purdie Date: Fri, 30 Nov 2007 08:16:33 +0000 (+0000) Subject: shasum-native: Use do_stage function, not do_populate_staging X-Git-Tag: 2011-1~10152 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c9b23048a8742e0e2686f0e455c276643188bb5d;p=openembedded-core.git 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 --- 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" PATCHTOOL = "patch" do_fetch[depends] = "" -do_populate_staging() { +do_stage() { install -d ${STAGING_BINDIR} install ${S}/oe_sha256sum ${STAGING_BINDIR} }