blob: 75b25d3123bb9ee7ad2b18722341ed337d1b57c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require shasum.inc
inherit native
INHIBIT_DEFAULT_DEPS = "1"
INHIBIT_PATCH_TOOL = "1"
do_fetch[depends] = ""
do_populate_staging() {
install ${S}/oe_sha256sum ${STAGING_BINDIR}
}
|