diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-12-14 16:06:22 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-15 14:34:44 +0000 |
commit | 69dfde005c7018b99a0397f4233841d76e383b4c (patch) | |
tree | 107d48cd5341db1ca887c7aaf26e392d04891081 /meta/recipes-devtools/libtool | |
parent | ec5319fc48f9fa10d23dc98e40e7bad2a56777fc (diff) | |
download | openembedded-core-69dfde005c7018b99a0397f4233841d76e383b4c.tar.gz openembedded-core-69dfde005c7018b99a0397f4233841d76e383b4c.tar.bz2 openembedded-core-69dfde005c7018b99a0397f4233841d76e383b4c.zip |
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@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/libtool')
-rw-r--r-- | meta/recipes-devtools/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 5003c9bd2c..97794a6210 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" |