diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-05-16 17:34:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-18 14:32:46 +0100 |
commit | a0da8e7e8feccfc01646eb8f4fcfc5a1c6552b2c (patch) | |
tree | 998220b08f64b057f97d309e1078b9bdd27c7b17 /meta/recipes-bsp/apmd/apmd-3.2.2-14 | |
parent | ffef4dad894a6c8401ea0409936f52fe8e333fb2 (diff) | |
download | poky-a0da8e7e8feccfc01646eb8f4fcfc5a1c6552b2c.tar.gz |
recipes: add Upstream-Status to various recipe patches
Add Upstream-Status tag to patches for the following recipes:
apmd
insserv
linuxdoc-tools
openjade
sgmlspl
at
sudo
(From OE-Core rev: 89ff546de3ce6b1c441f04d7a153c4f8d514a749)
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/apmd/apmd-3.2.2-14')
-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 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: | 1 | Add 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, | 8 | However 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 | 9 | the 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 | 10 | keep 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 | 12 | Comment added by Kevin Tian <kevin.tian@intel.com>, 2010-07-16 |
13 | |||
14 | Upstream-Status: Pending | ||
15 | |||
16 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | ||
13 | 17 | ||
14 | Index: apmd-3.2.2.orig/Makefile | 18 | Index: apmd-3.2.2.orig/Makefile |
15 | =================================================================== | 19 | =================================================================== |
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 c64e7df524..ec8206cf17 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 @@ | |||
1 | # copy OE commit message here: | 1 | copy OE commit message here: |
2 | # commit 9456cdc1cf43e3ba9e6d88c63560c1b6fdee4359 | 2 | commit 9456cdc1cf43e3ba9e6d88c63560c1b6fdee4359 |
3 | # Author: Michael Krelin <hacker@klever.net> | 3 | Author: Michael Krelin <hacker@klever.net> |
4 | # Date: Tue May 29 12:27:45 2007 +0000 | 4 | Date: Tue May 29 12:27:45 2007 +0000 |
5 | # | 5 | |
6 | # apmd: prevent build from interferring with host kernel headers. Closes #1257 | 6 | apmd: prevent build from interferring with host kernel headers. Closes #1257 |
7 | # | 7 | |
8 | # comment added by Kevin Tian <kevin.tian@intel.com>, 2010-07-13 | 8 | comment added by Kevin Tian <kevin.tian@intel.com>, 2010-07-13 |
9 | |||
10 | Upstream-Status: Pending | ||
11 | |||
12 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | ||
9 | 13 | ||
10 | --- apmd-3.2.2.orig/Makefile | 14 | --- apmd-3.2.2.orig/Makefile |
11 | +++ apmd-3.2.2/Makefile | 15 | +++ apmd-3.2.2/Makefile |