diff options
Diffstat (limited to 'meta/recipes-devtools/shasum/shasum-native.bb')
-rw-r--r-- | meta/recipes-devtools/shasum/shasum-native.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-devtools/shasum/shasum-native.bb b/meta/recipes-devtools/shasum/shasum-native.bb new file mode 100644 index 0000000000..d39a6c3865 --- /dev/null +++ b/meta/recipes-devtools/shasum/shasum-native.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | require shasum.inc | ||
2 | |||
3 | inherit native | ||
4 | |||
5 | INHIBIT_DEFAULT_DEPS = "1" | ||
6 | PATCHTOOL = "patch" | ||
7 | |||
8 | do_fetch[depends] = "" | ||