From: Paul Barker Date: Sat, 15 Nov 2014 20:15:42 +0000 (+0000) Subject: opkg: Update patch status X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~31987 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a7d9c220779878a535baf21e57cc9d08868476d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git opkg: Update patch status 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 Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/opkg/opkg/add-exclude.patch b/meta/recipes-devtools/opkg/opkg/add-exclude.patch index a10014dee93..48de923590f 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 Signed-off-by: Jonathan Liu diff --git a/meta/recipes-devtools/opkg/opkg/no-install-recommends.patch b/meta/recipes-devtools/opkg/opkg/no-install-recommends.patch index b4aed9cd6bd..c2d244d26ec 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 ---