blob: c73cc8684e2be6081459d22b4479c8ac068b6efe (
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_populate_staging() {
install -d ${STAGING_BINDIR}
install ${S}/oe_sha256sum ${STAGING_BINDIR}
}
|