diff options
| -rw-r--r-- | meta/recipes-devtools/libtool/nativesdk-libtool_2.4.2.bb (renamed from meta/recipes-devtools/libtool/libtool-nativesdk_2.4.2.bb) | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/meta/recipes-devtools/libtool/libtool-nativesdk_2.4.2.bb b/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.2.bb index 03854f22f3..7b5c97a97a 100644 --- a/meta/recipes-devtools/libtool/libtool-nativesdk_2.4.2.bb +++ b/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.2.bb | |||
| @@ -1,11 +1,17 @@ | |||
| 1 | require libtool-${PV}.inc | 1 | require libtool-${PV}.inc | 
| 2 | 2 | ||
| 3 | PR = "${INC_PR}.0" | 3 | PR = "${INC_PR}.0" | 
| 4 | |||
| 5 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/libtool:" | ||
| 6 | |||
| 4 | SRC_URI += "file://prefix.patch" | 7 | SRC_URI += "file://prefix.patch" | 
| 5 | SRC_URI += "file://fixinstall.patch" | 8 | SRC_URI += "file://fixinstall.patch" | 
| 6 | 9 | ||
| 7 | inherit nativesdk | 10 | inherit nativesdk | 
| 8 | 11 | ||
| 12 | S = "${WORKDIR}/libtool-${PV}" | ||
| 13 | FILES_${PN} += "${datadir}/libtool/*" | ||
| 14 | |||
| 9 | do_configure_prepend () { | 15 | do_configure_prepend () { | 
| 10 | # Remove any existing libtool m4 since old stale versions would break | 16 | # Remove any existing libtool m4 since old stale versions would break | 
| 11 | # any upgrade | 17 | # any upgrade | 
