22 lines
418 B
BlitzBasic
22 lines
418 B
BlitzBasic
|
|
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"
|