aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shasum/shasum-native.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/shasum/shasum-native.bb')
-rw-r--r--recipes/shasum/shasum-native.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes/shasum/shasum-native.bb b/recipes/shasum/shasum-native.bb
index fab6244f71..d39a6c3865 100644
--- a/recipes/shasum/shasum-native.bb
+++ b/recipes/shasum/shasum-native.bb
@@ -6,7 +6,3 @@ INHIBIT_DEFAULT_DEPS = "1"
PATCHTOOL = "patch"
do_fetch[depends] = ""
-do_stage() {
- install -d ${STAGING_BINDIR}
- install -m 0755 ${S}/oe_sha256sum ${STAGING_BINDIR}
-}