[oe-commits] org.oe.dev shasum: Replace INHIBIT_PATCH_TOOL with PATCHTOOL=patch

rpurdie commit openembedded-commits at lists.openembedded.org
Tue Apr 10 04:48:40 UTC 2007


shasum: Replace INHIBIT_PATCH_TOOL with PATCHTOOL=patch

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 38c8d04b074d2da5c68983c247ecf8522ed92c5c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=38c8d04b074d2da5c68983c247ecf8522ed92c5c
Files:
1
packages/shasum/shasum-native.bb
Diffs:

#
# mt diff -r7c9c87f800b051a6ee4a76706eb3b7133b5f070c -r38c8d04b074d2da5c68983c247ecf8522ed92c5c
#
# 
# 
# patch "packages/shasum/shasum-native.bb"
#  from [de9917e801d649c084c228e14590b5459be5d95e]
#    to [b95046276d5dbfc6a4b6ddf7caeb118f40eb4edd]
# 
============================================================
--- packages/shasum/shasum-native.bb	de9917e801d649c084c228e14590b5459be5d95e
+++ packages/shasum/shasum-native.bb	b95046276d5dbfc6a4b6ddf7caeb118f40eb4edd
@@ -1,9 +1,9 @@ INHIBIT_DEFAULT_DEPS = "1"
 require shasum.inc
 
 inherit native
 
 INHIBIT_DEFAULT_DEPS = "1"
-INHIBIT_PATCH_TOOL   = "1"
+PATCHTOOL = "patch"
 
 do_fetch[depends] = ""
 do_populate_staging() {






More information about the Openembedded-commits mailing list