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:36:25 +0000 |
commit | 228c43cecd7ff9f649658342dc11f54ff3ee8831 (patch) | |
tree | b342b874adb719979c2c5de0c6a644f382129b91 /meta/recipes-devtools/libtool | |
parent | 54a0c2e303bf05a7cb17d265e209a34070068663 (diff) | |
download | poky-228c43cecd7ff9f649658342dc11f54ff3ee8831.tar.gz |
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>
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 @@ | |||
1 | require libtool-${PV}.inc | 1 | require libtool-${PV}.inc |
2 | 2 | ||
3 | PR = "${INC_PR}.0" | 3 | PR = "${INC_PR}.1" |
4 | PACKAGES = "" | 4 | PACKAGES = "" |
5 | SRC_URI += "file://prefix.patch" | 5 | SRC_URI += "file://prefix.patch" |
6 | SRC_URI += "file://fixinstall.patch" | 6 | SRC_URI += "file://fixinstall.patch" |
@@ -34,3 +34,5 @@ libtoolcross_sysroot_preprocess () { | |||
34 | sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts} | 34 | sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts} |
35 | sysroot_stage_dir ${D}${target_datadir} ${SYSROOT_DESTDIR}${target_datadir} | 35 | sysroot_stage_dir ${D}${target_datadir} ${SYSROOT_DESTDIR}${target_datadir} |
36 | } | 36 | } |
37 | |||
38 | SSTATE_SCAN_FILES += "libtoolize *-libtool" | ||