summaryrefslogtreecommitdiff
path: root/meta/packages/shasum/shasum-native.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/shasum/shasum-native.bb')
-rw-r--r--meta/packages/shasum/shasum-native.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/shasum/shasum-native.bb b/meta/packages/shasum/shasum-native.bb
new file mode 100644
index 000000000..2b9dd9a09
--- /dev/null
+++ b/meta/packages/shasum/shasum-native.bb
@@ -0,0 +1,11 @@
+require shasum.inc
+
+inherit native
+
+INHIBIT_DEFAULT_DEPS = "1"
+PATCHTOOL = "patch"
+
+do_fetch[depends] = ""
+do_populate_staging() {
+ install ${S}/oe_sha256sum ${STAGING_BINDIR}
+}