diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-30 08:16:33 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-30 08:16:33 +0000 |
commit | c9b23048a8742e0e2686f0e455c276643188bb5d (patch) | |
tree | 4c831feb5ebd3fa156af10a4dd895b0a664adaeb /meta/packages | |
parent | d24c45c6db81a19d5632bc483396764ef2b09126 (diff) | |
download | poky-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/packages')
-rw-r--r-- | meta/packages/shasum/shasum-native.bb | 2 |
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" | |||
6 | PATCHTOOL = "patch" | 6 | PATCHTOOL = "patch" |
7 | 7 | ||
8 | do_fetch[depends] = "" | 8 | do_fetch[depends] = "" |
9 | do_populate_staging() { | 9 | do_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 | } |