Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
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 \
require libtool_${PV}.bb
-PR = "r24"
+PR = "r25"
PACKAGES = ""
SRC_URI_append = " file://cross_compile.patch;patch=1 \
file://prefix.patch;patch=1"
require libtool.inc
-PR = "r14"
+PR = "r15"
SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}a.tar.gz \
file://dolt.m4"
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}/*
+}
\ No newline at end of file