diff options
author | Ross Burton <ross@burtonini.com> | 2021-12-10 14:22:42 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-12 18:10:22 +0000 |
commit | 3c1c16b96d2bd032d4114484403ee982927360e8 (patch) | |
tree | ae4782b81d0a2b98da21e7ce174710127ca9af9b /meta/recipes-bsp | |
parent | cd5aa858a8a6133f1e6f419f2c00ff27be90c7eb (diff) | |
download | poky-3c1c16b96d2bd032d4114484403ee982927360e8.tar.gz |
apmd: 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: d772775b3f77a753e8401dba3b4a73d5246a290f)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/apmd/apmd/libtool.patch | 22 | ||||
-rw-r--r-- | meta/recipes-bsp/apmd/apmd_3.2.2-15.bb | 2 |
2 files changed, 16 insertions, 8 deletions
diff --git a/meta/recipes-bsp/apmd/apmd/libtool.patch b/meta/recipes-bsp/apmd/apmd/libtool.patch index 834ee080a1..fd0a952890 100644 --- a/meta/recipes-bsp/apmd/apmd/libtool.patch +++ b/meta/recipes-bsp/apmd/apmd/libtool.patch | |||
@@ -1,3 +1,8 @@ | |||
1 | From d5dde7ca91a5aed273d8fe269e1a5194e85c8c79 Mon Sep 17 00:00:00 2001 | ||
2 | From: Scott Garman <scott.a.garman@intel.com> | ||
3 | Date: Tue, 13 Jul 2010 16:46:46 +0800 | ||
4 | Subject: [PATCH] apmd: upgrade to 3.2.2-14 | ||
5 | |||
1 | Add by RP to address "unable to infer tagged configuration" error: | 6 | Add by RP to address "unable to infer tagged configuration" error: |
2 | commit 35de05e61b88c0808a5e885bb0efdf420555d5ad | 7 | commit 35de05e61b88c0808a5e885bb0efdf420555d5ad |
3 | Author: Richard Purdie <rpurdie@rpsys.net> | 8 | Author: Richard Purdie <rpurdie@rpsys.net> |
@@ -15,15 +20,18 @@ Upstream-Status: Pending | |||
15 | 20 | ||
16 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | 21 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> |
17 | 22 | ||
18 | Index: apmd-3.2.2.orig/Makefile | 23 | --- |
19 | =================================================================== | 24 | Makefile | 4 ++-- |
20 | --- apmd-3.2.2.orig.orig/Makefile 2004-01-04 08:13:18.000000000 +0000 | 25 | 1 file changed, 2 insertions(+), 2 deletions(-) |
21 | +++ apmd-3.2.2.orig/Makefile 2008-04-21 17:10:03.000000000 +0100 | 26 | |
22 | @@ -58,9 +57,8 @@ | 27 | diff --git a/Makefile b/Makefile |
23 | #CFLAGS=-O3 -m486 -fomit-frame-pointer | 28 | index 92fc0fd..8e283dc 100644 |
29 | --- a/Makefile | ||
30 | +++ b/Makefile | ||
31 | @@ -59,8 +59,8 @@ RANLIB=ranlib | ||
24 | #LDFLAGS=-s | 32 | #LDFLAGS=-s |
25 | 33 | ||
26 | -LIBTOOL=libtool --quiet | 34 | LIBTOOL=libtool --quiet |
27 | -LT_COMPILE = $(LIBTOOL) --mode=compile $(CC) | 35 | -LT_COMPILE = $(LIBTOOL) --mode=compile $(CC) |
28 | -LT_LINK = $(LIBTOOL) --mode=link $(CC) | 36 | -LT_LINK = $(LIBTOOL) --mode=link $(CC) |
29 | +LT_COMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) | 37 | +LT_COMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) |
diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb b/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb index da17e5a235..1779e8b2a0 100644 --- a/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb +++ b/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb | |||
@@ -43,7 +43,7 @@ EXTRA_OEMAKE = "-e MAKEFLAGS=" | |||
43 | 43 | ||
44 | do_compile() { | 44 | do_compile() { |
45 | # apmd doesn't use whole autotools. Just libtool for installation | 45 | # apmd doesn't use whole autotools. Just libtool for installation |
46 | oe_runmake "LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool" apm apmd | 46 | oe_runmake apm apmd |
47 | } | 47 | } |
48 | 48 | ||
49 | do_install() { | 49 | do_install() { |