[oe-commits] org.oe.dev shasum-native: Use do_stage as other recipes do, make sure directory exists before installing binary

rpurdie commit openembedded-commits at lists.openembedded.org
Sat Dec 1 23:30:26 UTC 2007


shasum-native: Use do_stage as other recipes do, make sure directory exists before installing binary

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 3aabc20dfb7d8071e5bdf12d6e53f635b0a51210
ViewMTN: http://monotone.openembedded.org/revision/info/3aabc20dfb7d8071e5bdf12d6e53f635b0a51210
Files:
1
packages/shasum/shasum-native.bb
Diffs:

#
# mt diff -rbc6a0b078a6a1546a0417af1bb7a6a82eb2d7b47 -r3aabc20dfb7d8071e5bdf12d6e53f635b0a51210
#
# 
# 
# patch "packages/shasum/shasum-native.bb"
#  from [b95046276d5dbfc6a4b6ddf7caeb118f40eb4edd]
#    to [ec69cdeaa4425bd2cd8dd606873c4834474b0465]
# 
============================================================
--- packages/shasum/shasum-native.bb	b95046276d5dbfc6a4b6ddf7caeb118f40eb4edd
+++ packages/shasum/shasum-native.bb	ec69cdeaa4425bd2cd8dd606873c4834474b0465
@@ -6,6 +6,7 @@ do_fetch[depends] = ""
 PATCHTOOL = "patch"
 
 do_fetch[depends] = ""
-do_populate_staging() {
+do_stage() {
+    install -d ${STAGING_BINDIR}
     install ${S}/oe_sha256sum ${STAGING_BINDIR}
 }






More information about the Openembedded-commits mailing list