[oe-commits] Saul Wold : libtool-cross: Add libtool & libtoolize to SSTATE_SCAN_FILES

git at git.openembedded.org git at git.openembedded.org
Thu Dec 15 14:41:26 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 69dfde005c7018b99a0397f4233841d76e383b4c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=69dfde005c7018b99a0397f4233841d76e383b4c

Author: Saul Wold <sgw at linux.intel.com>
Date:   Wed Dec 14 16:06:22 2011 -0800

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.

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../libtool/libtool-cross_2.4.2.bb                 |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/libtool/libtool-cross_2.4.2.bb b/meta/recipes-devtools/libtool/libtool-cross_2.4.2.bb
index 5003c9b..97794a6 100644
--- a/meta/recipes-devtools/libtool/libtool-cross_2.4.2.bb
+++ b/meta/recipes-devtools/libtool/libtool-cross_2.4.2.bb
@@ -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"





More information about the Openembedded-commits mailing list