blob: c1e315aece424fe40982e4aabb02a2c79cebdf15 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
require libtool-${PV}.inc
require remove-buildpaths.inc
SRC_URI += "file://multilib.patch"
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 \
"
ACLOCALEXTRAPATH:class-target = ""
inherit multilib_script
MULTILIB_SCRIPTS = "${PN}:${bindir}/libtool"
|