Both patches against opkg have been accepted upstream with modifications and will be included in the v0.3.0 release.
Signed-off-by: Paul Barker <[email protected]> --- meta/recipes-devtools/opkg/opkg/add-exclude.patch | 2 +- 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 a10014d..48de923 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. v2: Use xmalloc instead of malloc and xrealloc instead of realloc. In opkg, these functions are guaranteed not to return NULL. -Upstream-Status: Pending +Upstream-Status: Accepted for v0.3.0 release with modifications Signed-off-by: Mark Hatle <[email protected]> Signed-off-by: Jonathan Liu <[email protected]> diff --git a/meta/recipes-devtools/opkg/opkg/no-install-recommends.patch b/meta/recipes-devtools/opkg/opkg/no-install-recommends.patch index b4aed9c..c2d244d 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 Add the ability to not install ANY recommended packages. -Upstream-Status: Pending +Upstream-Status: Accepted for v0.3.0 release with modifications Signed-off-by: Mark Hatle <[email protected]> --- -- 2.1.3 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
