diff options
author | Paul Barker <paul@paulbarker.me.uk> | 2014-11-15 20:15:42 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-25 13:03:27 +0000 |
commit | 417ce465d335f39f367f069108ec88c4d12c79a4 (patch) | |
tree | 09c262b3b3d64074f1486162b37c9d955b3450c4 /meta | |
parent | 0ee83d781c40bc343092ace705d9bc1c010572bf (diff) | |
download | poky-417ce465d335f39f367f069108ec88c4d12c79a4.tar.gz |
opkg: Update patch status
Both patches against opkg have been accepted upstream with modifications and
will be included in the v0.3.0 release.
(From OE-Core rev: 6a7d9c220779878a535baf21e57cc9d08868476d)
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg/add-exclude.patch | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/opkg/opkg/no-install-recommends.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/opkg/opkg/add-exclude.patch b/meta/recipes-devtools/opkg/opkg/add-exclude.patch index a10014dee9..48de923590 100644 --- a/meta/recipes-devtools/opkg/opkg/add-exclude.patch +++ b/meta/recipes-devtools/opkg/opkg/add-exclude.patch | |||
@@ -15,7 +15,7 @@ so there is no need to free the data. | |||
15 | v2: Use xmalloc instead of malloc and xrealloc instead of realloc. In opkg, | 15 | v2: Use xmalloc instead of malloc and xrealloc instead of realloc. In opkg, |
16 | these functions are guaranteed not to return NULL. | 16 | these functions are guaranteed not to return NULL. |
17 | 17 | ||
18 | Upstream-Status: Pending | 18 | Upstream-Status: Accepted for v0.3.0 release with modifications |
19 | 19 | ||
20 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | 20 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> |
21 | Signed-off-by: Jonathan Liu <net147@gmail.com> | 21 | Signed-off-by: Jonathan Liu <net147@gmail.com> |
diff --git a/meta/recipes-devtools/opkg/opkg/no-install-recommends.patch b/meta/recipes-devtools/opkg/opkg/no-install-recommends.patch index b4aed9cd6b..c2d244d26e 100644 --- a/meta/recipes-devtools/opkg/opkg/no-install-recommends.patch +++ b/meta/recipes-devtools/opkg/opkg/no-install-recommends.patch | |||
@@ -5,7 +5,7 @@ Subject: [PATCH 1/2] opkg-0.2.x: no-install-recommends | |||
5 | 5 | ||
6 | Add the ability to not install ANY recommended packages. | 6 | Add the ability to not install ANY recommended packages. |
7 | 7 | ||
8 | Upstream-Status: Pending | 8 | Upstream-Status: Accepted for v0.3.0 release with modifications |
9 | 9 | ||
10 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | 10 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> |
11 | --- | 11 | --- |