libtool-cross: Add libtool & libtoolize to SSTATE_SCAN_FILES

This fixes problems where hardcoded paths in the file were incorrect
during sstate reusage of the task output.

(From OE-Core rev: 69dfde005c7018b99a0397f4233841d76e383b4c)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold
2011-12-14 16:06:22 -08:00
committed by Richard Purdie
parent 54a0c2e303
commit 228c43cecd

View File

@@ -1,6 +1,6 @@
require libtool-${PV}.inc
PR = "${INC_PR}.0"
PR = "${INC_PR}.1"
PACKAGES = ""
SRC_URI += "file://prefix.patch"
SRC_URI += "file://fixinstall.patch"
@@ -34,3 +34,5 @@ libtoolcross_sysroot_preprocess () {
sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts}
sysroot_stage_dir ${D}${target_datadir} ${SYSROOT_DESTDIR}${target_datadir}
}
SSTATE_SCAN_FILES += "libtoolize *-libtool"