]> code.ossystems Code Review - openembedded-core.git/commitdiff
shasum-native: Create directory before installing files
authorRichard Purdie <richard@openedhand.com>
Mon, 29 Oct 2007 17:27:00 +0000 (17:27 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 29 Oct 2007 17:27:00 +0000 (17:27 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3023 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/shasum/shasum-native.bb

index 2b9dd9a09d9cacc0860917850951130968b6b6e6..c73cc8684e2be6081459d22b4479c8ac068b6efe 100644 (file)
@@ -7,5 +7,6 @@ PATCHTOOL = "patch"
 
 do_fetch[depends] = ""
 do_populate_staging() {
+    install -d ${STAGING_BINDIR}
     install ${S}/oe_sha256sum ${STAGING_BINDIR}
 }