aboutsummaryrefslogtreecommitdiffstats
path: root/packages/make/make-native_3.81.bb
blob: 7aa219b109a228d577baccc6b6516b8e974fb936 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
FILE_PR = "r0"

S = "${WORKDIR}/make-${PV}"

inherit native

do_stage() {
        install -d ${STAGING_BINDIR}
        install -m 755 make ${STAGING_BINDIR}
}

FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/make-${PV}"

require make_${PV}.bb