summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/apmd/apmd-3.2.2-14/libtool.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp/apmd/apmd-3.2.2-14/libtool.patch')
-rw-r--r--meta/recipes-bsp/apmd/apmd-3.2.2-14/libtool.patch28
1 files changed, 16 insertions, 12 deletions
diff --git a/meta/recipes-bsp/apmd/apmd-3.2.2-14/libtool.patch b/meta/recipes-bsp/apmd/apmd-3.2.2-14/libtool.patch
index 711e777084..834ee080a1 100644
--- a/meta/recipes-bsp/apmd/apmd-3.2.2-14/libtool.patch
+++ b/meta/recipes-bsp/apmd/apmd-3.2.2-14/libtool.patch
@@ -1,15 +1,19 @@
1# Add by RP to address "unable to infer tagged configuration" error: 1Add by RP to address "unable to infer tagged configuration" error:
2# commit 35de05e61b88c0808a5e885bb0efdf420555d5ad 2 commit 35de05e61b88c0808a5e885bb0efdf420555d5ad
3# Author: Richard Purdie <rpurdie@rpsys.net> 3 Author: Richard Purdie <rpurdie@rpsys.net>
4# Date: Sun Jun 1 16:13:38 2008 +0000 4 Date: Sun Jun 1 16:13:38 2008 +0000
5# 5
6# apmd: Use libtool --tag options to avoid problems with libtool 2.2.4 (from poky) 6 apmd: Use libtool --tag options to avoid problems with libtool 2.2.4 (from poky)
7# 7
8# However I didn't see same issue with current libtool-2.2.10. Also per my understanding, 8However I didn't see same issue with current libtool-2.2.10. Also per my understanding,
9# the default tag, if not specified, falls back to CC. So disable it from patching, but 9the default tag, if not specified, falls back to CC. So disable it from patching, but
10# keep it here. If we encounter similar issue in the future, we could then push upstream 10keep it here. If we encounter similar issue in the future, we could then push upstream
11# 11
12# Comment added by Kevin Tian <kevin.tian@intel.com>, 2010-07-16 12Comment added by Kevin Tian <kevin.tian@intel.com>, 2010-07-16
13
14Upstream-Status: Pending
15
16Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 17
14Index: apmd-3.2.2.orig/Makefile 18Index: apmd-3.2.2.orig/Makefile
15=================================================================== 19===================================================================