summaryrefslogtreecommitdiff
path: root/meta/packages/shasum/shasum-native.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-08-08 21:06:01 +0000
committerRichard Purdie <richard@openedhand.com>2007-08-08 21:06:01 +0000
commit20093245e320b661f949ca1bfb49d05a53f80aee (patch)
tree6b97cb4c7780bdebddeeaf9d8ae7c9c168ba71cc /meta/packages/shasum/shasum-native.bb
parent9c900768c48f5eac3d8e8171392b5d3dee91b422 (diff)
downloadopenembedded-core-20093245e320b661f949ca1bfb49d05a53f80aee.tar.gz
openembedded-core-20093245e320b661f949ca1bfb49d05a53f80aee.tar.bz2
openembedded-core-20093245e320b661f949ca1bfb49d05a53f80aee.tar.xz
openembedded-core-20093245e320b661f949ca1bfb49d05a53f80aee.zip
Add shasum (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2412 311d38ba-8fff-0310-9ca6-ca027cbcb966
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}
+}