blob: a28d5ac967a995ee71859f837ca3410b2e7235f6 (
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 ${S}/oe_sha256sum ${STAGING_BINDIR}
}
|