summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-10-29 17:27:00 +0000
committerRichard Purdie <richard@openedhand.com>2007-10-29 17:27:00 +0000
commitd12d86757f8b606c50626474ec858d15c5f1a25e (patch)
treeed6f2c96004fd6e70993e93b629c631ea648379a /meta
parentfa9920fd56f123f0ad563840c839d19e6ca9b8f4 (diff)
downloadopenembedded-core-d12d86757f8b606c50626474ec858d15c5f1a25e.tar.gz
openembedded-core-d12d86757f8b606c50626474ec858d15c5f1a25e.tar.bz2
openembedded-core-d12d86757f8b606c50626474ec858d15c5f1a25e.tar.xz
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.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/shasum/shasum-native.bb b/meta/packages/shasum/shasum-native.bb
index 2b9dd9a09..c73cc8684 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}
}