diff options
Diffstat (limited to 'meta/packages/libtool/libtool-cross_2.2.10.bb')
-rw-r--r-- | meta/packages/libtool/libtool-cross_2.2.10.bb | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/meta/packages/libtool/libtool-cross_2.2.10.bb b/meta/packages/libtool/libtool-cross_2.2.10.bb index a1164c9500..23135f7edb 100644 --- a/meta/packages/libtool/libtool-cross_2.2.10.bb +++ b/meta/packages/libtool/libtool-cross_2.2.10.bb | |||
@@ -1,19 +1,12 @@ | |||
1 | require libtool_${PV}.bb | 1 | require libtool_${PV}.bb |
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r1" |
4 | PACKAGES = "" | 4 | PACKAGES = "" |
5 | SRC_URI_append = " file://cross_compile.patch \ | 5 | SRC_URI_append = " file://cross_compile.patch \ |
6 | file://prefix.patch " | 6 | file://prefix.patch " |
7 | 7 | ||
8 | DEPENDS += "libtool-native" | 8 | DEPENDS += "libtool-native" |
9 | 9 | ||
10 | DOLT_PATCH = "" | ||
11 | DOLT_PATCH_arm = " file://add_dolt.patch" | ||
12 | DOLT_PATCH_i586 = " file://add_dolt.patch" | ||
13 | |||
14 | #SRC_URI_append_linux = "${DOLT_PATCH}" | ||
15 | #SRC_URI_append_linux-gnueabi = "${DOLT_PATCH}" | ||
16 | |||
17 | do_configure_prepend () { | 10 | do_configure_prepend () { |
18 | # Remove any existing libtool m4 since old stale versions would break | 11 | # Remove any existing libtool m4 since old stale versions would break |
19 | # any upgrade | 12 | # any upgrade |
@@ -31,7 +24,6 @@ do_install () { | |||
31 | install -c -m 0644 ${S}/libltdl/config/ltmain.sh ${D}${datadir}/libtool/ | 24 | install -c -m 0644 ${S}/libltdl/config/ltmain.sh ${D}${datadir}/libtool/ |
32 | install -c -m 0644 ${S}/libltdl/m4/libtool.m4 ${D}${datadir}/aclocal/ | 25 | install -c -m 0644 ${S}/libltdl/m4/libtool.m4 ${D}${datadir}/aclocal/ |
33 | install -c -m 0644 ${S}/libltdl/m4/ltdl.m4 ${D}${datadir}/aclocal/ | 26 | install -c -m 0644 ${S}/libltdl/m4/ltdl.m4 ${D}${datadir}/aclocal/ |
34 | install -c -m 0644 ${WORKDIR}/dolt.m4 ${D}${datadir}/aclocal/ | ||
35 | } | 27 | } |
36 | 28 | ||
37 | SYSROOT_PREPROCESS_FUNCS += "libtoolcross_sysroot_preprocess" | 29 | SYSROOT_PREPROCESS_FUNCS += "libtoolcross_sysroot_preprocess" |