shasum-native: Use do_stage as other recipes do, make sure directory exists before...
authorRichard Purdie <rpurdie@rpsys.net>
Sat, 1 Dec 2007 19:47:29 +0000 (19:47 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Sat, 1 Dec 2007 19:47:29 +0000 (19:47 +0000)
packages/shasum/shasum-native.bb

index 2b9dd9a..a28d5ac 100644 (file)
@@ -6,6 +6,7 @@ INHIBIT_DEFAULT_DEPS = "1"
 PATCHTOOL = "patch"
 
 do_fetch[depends] = ""
-do_populate_staging() {
+do_stage() {
+    install -d ${STAGING_BINDIR}
     install ${S}/oe_sha256sum ${STAGING_BINDIR}
 }