diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-16 16:23:39 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 13:43:38 +0000 |
| commit | 69c5e0992d811d4df6653382d4d8714829ea4309 (patch) | |
| tree | e8a5e6cba4d19fe0dc0ac7f723045b160a760b0d /meta/recipes-devtools/libtool/libtool-native_2.4.6.bb | |
| parent | ad8250868f9420d779dc5c4233ffb87e329e4565 (diff) | |
| download | poky-69c5e0992d811d4df6653382d4d8714829ea4309.tar.gz | |
libtool: 2.4.5 -> 2.4.6
Drop patch merged upstream.
(From OE-Core rev: cd03ef79b50ed42b9d407ee45fc3e3321385281c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool-native_2.4.6.bb')
| -rw-r--r-- | meta/recipes-devtools/libtool/libtool-native_2.4.6.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb b/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb new file mode 100644 index 0000000000..4c5218ade0 --- /dev/null +++ b/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | require libtool-${PV}.inc | ||
| 2 | |||
| 3 | DEPENDS = "" | ||
| 4 | |||
| 5 | SRC_URI += "file://prefix.patch" | ||
| 6 | |||
| 7 | inherit native | ||
| 8 | |||
| 9 | EXTRA_OECONF = " --with-libtool-sysroot=${STAGING_DIR_NATIVE}" | ||
| 10 | |||
| 11 | do_configure_prepend () { | ||
| 12 | # Remove any existing libtool m4 since old stale versions would break | ||
| 13 | # any upgrade | ||
| 14 | rm -f ${STAGING_DATADIR}/aclocal/libtool.m4 | ||
| 15 | rm -f ${STAGING_DATADIR}/aclocal/lt*.m4 | ||
| 16 | } | ||
| 17 | |||
| 18 | do_install () { | ||
| 19 | autotools_do_install | ||
| 20 | install -d ${D}${bindir}/ | ||
| 21 | install -m 0755 ${HOST_SYS}-libtool ${D}${bindir}/${HOST_SYS}-libtool | ||
| 22 | } | ||
