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 | |
parent | fa9920fd56f123f0ad563840c839d19e6ca9b8f4 (diff) | |
download | openembedded-core-d12d86757f8b606c50626474ec858d15c5f1a25e.tar.gz openembedded-core-d12d86757f8b606c50626474ec858d15c5f1a25e.tar.bz2 openembedded-core-d12d86757f8b606c50626474ec858d15c5f1a25e.zip |
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')
-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" do_fetch[depends] = "" do_populate_staging() { + install -d ${STAGING_BINDIR} install ${S}/oe_sha256sum ${STAGING_BINDIR} } |