diff options
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/apmd/apmd-3.2.2-14/libtool.patch | 28 | ||||
-rw-r--r-- | meta/recipes-bsp/apmd/apmd-3.2.2-14/unlinux.patch | 20 |
2 files changed, 28 insertions, 20 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 711e77708..834ee080a 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 @@ -# Add by RP to address "unable to infer tagged configuration" error: -# commit 35de05e61b88c0808a5e885bb0efdf420555d5ad -# Author: Richard Purdie <rpurdie@rpsys.net> -# Date: Sun Jun 1 16:13:38 2008 +0000 -# -# apmd: Use libtool --tag options to avoid problems with libtool 2.2.4 (from poky) -# -# However I didn't see same issue with current libtool-2.2.10. Also per my understanding, -# the default tag, if not specified, falls back to CC. So disable it from patching, but -# keep it here. If we encounter similar issue in the future, we could then push upstream -# -# Comment added by Kevin Tian <kevin.tian@intel.com>, 2010-07-16 +Add by RP to address "unable to infer tagged configuration" error: + commit 35de05e61b88c0808a5e885bb0efdf420555d5ad + Author: Richard Purdie <rpurdie@rpsys.net> + Date: Sun Jun 1 16:13:38 2008 +0000 + + apmd: Use libtool --tag options to avoid problems with libtool 2.2.4 (from poky) + +However I didn't see same issue with current libtool-2.2.10. Also per my understanding, +the default tag, if not specified, falls back to CC. So disable it from patching, but +keep it here. If we encounter similar issue in the future, we could then push upstream + +Comment added by Kevin Tian <kevin.tian@intel.com>, 2010-07-16 + +Upstream-Status: Pending + +Signed-off-by: Scott Garman <scott.a.garman@intel.com> Index: apmd-3.2.2.orig/Makefile =================================================================== diff --git a/meta/recipes-bsp/apmd/apmd-3.2.2-14/unlinux.patch b/meta/recipes-bsp/apmd/apmd-3.2.2-14/unlinux.patch index c64e7df52..ec8206cf1 100644 --- a/meta/recipes-bsp/apmd/apmd-3.2.2-14/unlinux.patch +++ b/meta/recipes-bsp/apmd/apmd-3.2.2-14/unlinux.patch @@ -1,11 +1,15 @@ -# copy OE commit message here: -# commit 9456cdc1cf43e3ba9e6d88c63560c1b6fdee4359 -# Author: Michael Krelin <hacker@klever.net> -# Date: Tue May 29 12:27:45 2007 +0000 -# -# apmd: prevent build from interferring with host kernel headers. Closes #1257 -# -# comment added by Kevin Tian <kevin.tian@intel.com>, 2010-07-13 +copy OE commit message here: + commit 9456cdc1cf43e3ba9e6d88c63560c1b6fdee4359 + Author: Michael Krelin <hacker@klever.net> + Date: Tue May 29 12:27:45 2007 +0000 + + apmd: prevent build from interferring with host kernel headers. Closes #1257 + +comment added by Kevin Tian <kevin.tian@intel.com>, 2010-07-13 + +Upstream-Status: Pending + +Signed-off-by: Scott Garman <scott.a.garman@intel.com> --- apmd-3.2.2.orig/Makefile +++ apmd-3.2.2/Makefile |