aboutsummaryrefslogtreecommitdiffstats
path: root/packages/autoconf/autoconf-native_2.61.bb
blob: e992de97b752143b7d2f9573f56343643d2c7d4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require autoconf_${PV}.bb

DEPENDS = "m4-native gnu-config-native"
RDEPENDS_${PN} = "m4-native gnu-config-native"

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

inherit native

#
# without it the build breaks:
# | make[1]: *** No rule to make target `../bin/autom4te', needed by `autoconf.in'.  Stop.
#
PARALLEL_MAKE = ""