summaryrefslogtreecommitdiff
path: root/packages/shasum/shasum-native.bb
blob: 9a4b42c64a365814701b1b9da459ba3d1b13a99e (plain)
1
2
3
4
5
6
7
require shasum.inc

inherit native

do_populate_staging() {
    install ${S}/sha256sum ${STAGING_BINDIR}
}