aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shasum/shasum-native.bb
blob: 2b9dd9a09d9cacc0860917850951130968b6b6e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
require shasum.inc

inherit native

INHIBIT_DEFAULT_DEPS = "1"
PATCHTOOL = "patch"

do_fetch[depends] = ""
do_populate_staging() {
    install ${S}/oe_sha256sum ${STAGING_BINDIR}
}