diff options
| author | Ross Burton <ross@burtonini.com> | 2021-12-10 14:22:37 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-12 18:10:22 +0000 |
| commit | 4dd5f2d15492af1744da703e4809c53752f4dc96 (patch) | |
| tree | c6905de3273b8636a0ad0e84c276432582768c59 /meta/recipes-support | |
| parent | a84ab0a193b064906f10cc05663118f6a0617af2 (diff) | |
| download | poky-4dd5f2d15492af1744da703e4809c53752f4dc96.tar.gz | |
db: remove obsolete support for renamed libtool
libtool is now longer renamed to ${host}-libtool, so remove the changes
to support this.
(From OE-Core rev: 291654cb31ff3568f278d143510f1e9fac573966)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
| -rw-r--r-- | meta/recipes-support/db/db_5.3.28.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-support/db/db_5.3.28.bb b/meta/recipes-support/db/db_5.3.28.bb index d5b788a3d7..c5427f54eb 100644 --- a/meta/recipes-support/db/db_5.3.28.bb +++ b/meta/recipes-support/db/db_5.3.28.bb | |||
| @@ -66,8 +66,6 @@ PACKAGECONFIG ??= "" | |||
| 66 | PACKAGECONFIG[verify] = "--enable-verify, --disable-verify" | 66 | PACKAGECONFIG[verify] = "--enable-verify, --disable-verify" |
| 67 | PACKAGECONFIG[dbm] = "--enable-dbm,--disable-dbm," | 67 | PACKAGECONFIG[dbm] = "--enable-dbm,--disable-dbm," |
| 68 | 68 | ||
| 69 | EXTRA_OEMAKE += "LIBTOOL='./${HOST_SYS}-libtool'" | ||
| 70 | |||
| 71 | EXTRA_AUTORECONF += "--exclude=autoheader -I ${S}/dist/aclocal -I${S}/dist/aclocal_java" | 69 | EXTRA_AUTORECONF += "--exclude=autoheader -I ${S}/dist/aclocal -I${S}/dist/aclocal_java" |
| 72 | AUTOTOOLS_SCRIPT_PATH = "${S}/dist" | 70 | AUTOTOOLS_SCRIPT_PATH = "${S}/dist" |
| 73 | 71 | ||
| @@ -91,7 +89,7 @@ oe_runconf:prepend() { | |||
| 91 | 89 | ||
| 92 | do_compile:prepend() { | 90 | do_compile:prepend() { |
| 93 | # Stop libtool adding RPATHs | 91 | # Stop libtool adding RPATHs |
| 94 | sed -i -e 's|hardcode_into_libs=yes|hardcode_into_libs=no|' ${B}/${HOST_SYS}-libtool | 92 | sed -i -e 's|hardcode_into_libs=yes|hardcode_into_libs=no|' ${B}/libtool |
| 95 | } | 93 | } |
| 96 | 94 | ||
| 97 | do_install:append() { | 95 | do_install:append() { |
