diff options
author | Richard Purdie <richard@openedhand.com> | 2007-10-29 17:27:00 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-10-29 17:27:00 +0000 |
commit | d12d86757f8b606c50626474ec858d15c5f1a25e (patch) | |
tree | ed6f2c96004fd6e70993e93b629c631ea648379a /meta/packages/shasum | |
parent | fa9920fd56f123f0ad563840c839d19e6ca9b8f4 (diff) | |
download | poky-d12d86757f8b606c50626474ec858d15c5f1a25e.tar.gz |
shasum-native: Create directory before installing files
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3023 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/shasum')
-rw-r--r-- | meta/packages/shasum/shasum-native.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/shasum/shasum-native.bb b/meta/packages/shasum/shasum-native.bb index 2b9dd9a09d..c73cc8684e 100644 --- a/meta/packages/shasum/shasum-native.bb +++ b/meta/packages/shasum/shasum-native.bb | |||
@@ -7,5 +7,6 @@ PATCHTOOL = "patch" | |||
7 | 7 | ||
8 | do_fetch[depends] = "" | 8 | do_fetch[depends] = "" |
9 | do_populate_staging() { | 9 | do_populate_staging() { |
10 | install -d ${STAGING_BINDIR} | ||
10 | install ${S}/oe_sha256sum ${STAGING_BINDIR} | 11 | install ${S}/oe_sha256sum ${STAGING_BINDIR} |
11 | } | 12 | } |