diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-16 21:53:21 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-16 21:53:21 +0000 |
commit | d89b641578a4b3ef3dbe168e59e47cf6d4f1cc5d (patch) | |
tree | d489de01f5166090c011dff9ed5dd67d6e1d8945 /meta/packages/shasum/shasum-native.bb | |
parent | 30445784030c59d2d0a8c9aa7801a6ffab55e360 (diff) | |
download | poky-d89b641578a4b3ef3dbe168e59e47cf6d4f1cc5d.tar.gz |
sha-native: Update staging function
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/shasum/shasum-native.bb')
-rw-r--r-- | meta/packages/shasum/shasum-native.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/packages/shasum/shasum-native.bb b/meta/packages/shasum/shasum-native.bb index a28d5ac967..d39a6c3865 100644 --- a/meta/packages/shasum/shasum-native.bb +++ b/meta/packages/shasum/shasum-native.bb | |||
@@ -6,7 +6,3 @@ INHIBIT_DEFAULT_DEPS = "1" | |||
6 | PATCHTOOL = "patch" | 6 | PATCHTOOL = "patch" |
7 | 7 | ||
8 | do_fetch[depends] = "" | 8 | do_fetch[depends] = "" |
9 | do_stage() { | ||
10 | install -d ${STAGING_BINDIR} | ||
11 | install ${S}/oe_sha256sum ${STAGING_BINDIR} | ||
12 | } | ||