blob: 0a33f71684dacc19f2dfa4578a1353501e76170a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
INHIBIT_AUTOTOOLS_DEPS = "1"
require gawk_${PV}.bb
inherit native
DEPENDS = ""
PATCHTOOL = "patch"
S = "${WORKDIR}/gawk-${PV}"
do_stage() {
install -d ${STAGING_BINDIR}
install -m 755 gawk ${STAGING_BINDIR}
}
|