blob: fab6244f7139d72d8f9a7c4d21670b8f0ee99edf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require shasum.inc
inherit native
INHIBIT_DEFAULT_DEPS = "1"
PATCHTOOL = "patch"
do_fetch[depends] = ""
do_stage() {
install -d ${STAGING_BINDIR}
install -m 0755 ${S}/oe_sha256sum ${STAGING_BINDIR}
}
|