libtool: Don't install into staging since we need libtool-cross there

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-11-27 11:32:43 +00:00
parent c770141305
commit a813f239d4
3 changed files with 14 additions and 3 deletions

View File

@ -1,6 +1,6 @@
require gtk+.inc
PR = "r4"
PR = "r5"
SRC_URI = "http://download.gnome.org/sources/gtk+/2.16/gtk+-${PV}.tar.bz2 \
file://xsettings.patch;patch=1 \

View File

@ -1,6 +1,6 @@
require libtool_${PV}.bb
PR = "r24"
PR = "r25"
PACKAGES = ""
SRC_URI_append = " file://cross_compile.patch;patch=1 \
file://prefix.patch;patch=1"

View File

@ -1,6 +1,6 @@
require libtool.inc
PR = "r14"
PR = "r15"
SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}a.tar.gz \
file://dolt.m4"
@ -14,3 +14,14 @@ FILES_libltdl-dbg = "${libdir}/.debug/"
inherit autotools_stage
EXTRA_AUTORECONF = "--exclude=libtoolize"
#
# We want the results of libtool-cross preserved - don't stage anything ourselves.
#
SYSROOT_PREPROCESS_FUNCS += "libtool_sysroot_preprocess"
libtool_sysroot_preprocess () {
rm -rf ${SYSROOT_DESTDIR}/*
}