blob: fa16d09d21a29b6a02fea3b3eb19742e204a31f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
require libtool-${PV}.inc
require remove-buildpaths.inc
RDEPENDS:${PN} += "bash"
#
# We want the results of libtool-cross preserved - don't stage anything ourselves.
#
SYSROOT_DIRS_IGNORE += " \
${bindir} \
${datadir}/aclocal \
${datadir}/libtool/build-aux \
"
inherit multilib_script
MULTILIB_SCRIPTS = "${PN}:${bindir}/libtool"
|