Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Upstream-Status: Update for some GPLv2 patch, edwin, May17, 2011
@ 2011-05-17 13:36 Zhai Edwin
  2011-05-17 13:36 ` [PATCH 1/1] Upstream-Status: Update patch upstream-status for GPLv2 recipes Zhai Edwin
  2011-05-17 13:58 ` [PATCH 0/1] Upstream-Status: Update for some GPLv2 patch, edwin, May17, 2011 Richard Purdie
  0 siblings, 2 replies; 3+ messages in thread
From: Zhai Edwin @ 2011-05-17 13:36 UTC (permalink / raw)
  To: openembedded-core

From: Zhai Edwin <edwin.zhai@intel.com>

Saul,
    Upstream-Status for some GPLv2 patches including gzip and mtools.

Thanks,
edwin

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: gzhai/fix3
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/fix3

Thanks,
    Zhai Edwin <edwin.zhai@intel.com>
---


Zhai Edwin (1):
  Upstream-Status: Update patch upstream-status for GPLv2 recipes

 .../mtools/mtools/mtools-makeinfo.patch            |    2 ++
 meta/recipes-devtools/mtools/mtools/mtools.patch   |    2 ++
 meta/recipes-devtools/mtools/mtools/no-x11.patch   |    2 ++
 .../gzip/gzip-1.3.12/dup-def-fix.patch             |    3 +++
 .../gzip/gzip-1.3.12/m4-extensions-fix.patch       |    3 +++
 5 files changed, 12 insertions(+), 0 deletions(-)




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] Upstream-Status: Update patch upstream-status for GPLv2 recipes
  2011-05-17 13:36 [PATCH 0/1] Upstream-Status: Update for some GPLv2 patch, edwin, May17, 2011 Zhai Edwin
@ 2011-05-17 13:36 ` Zhai Edwin
  2011-05-17 13:58 ` [PATCH 0/1] Upstream-Status: Update for some GPLv2 patch, edwin, May17, 2011 Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Zhai Edwin @ 2011-05-17 13:36 UTC (permalink / raw)
  To: openembedded-core

From: Zhai Edwin <edwin.zhai@intel.com>

Including gzip and mtoools

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
 .../mtools/mtools/mtools-makeinfo.patch            |    2 ++
 meta/recipes-devtools/mtools/mtools/mtools.patch   |    2 ++
 meta/recipes-devtools/mtools/mtools/no-x11.patch   |    2 ++
 .../gzip/gzip-1.3.12/dup-def-fix.patch             |    3 +++
 .../gzip/gzip-1.3.12/m4-extensions-fix.patch       |    3 +++
 5 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch b/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch
index 35fae44..2e2873a 100644
--- a/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch
+++ b/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [licensing]
+
 --- mtools-3.9.9/configure.in.orig	2006-04-14 16:05:54.337655192 -0600
 +++ mtools-3.9.9/configure.in	2006-04-14 16:12:29.736545424 -0600
 @@ -21,6 +21,33 @@
diff --git a/meta/recipes-devtools/mtools/mtools/mtools.patch b/meta/recipes-devtools/mtools/mtools/mtools.patch
index 2abf534..15a3208 100644
--- a/meta/recipes-devtools/mtools/mtools/mtools.patch
+++ b/meta/recipes-devtools/mtools/mtools/mtools.patch
@@ -4,6 +4,8 @@ $NetBSD: patch-aa,v 1.10 2007/08/17 20:55:34 joerg Exp $
  Makefile.in |   74 ++++++++++++++++++++++++++----------------------------------
  1 file changed, 33 insertions(+), 41 deletions(-)
 
+Upstream-Status: Inappropriate [licensing]
+
 Index: mtools-3.9.9/Makefile.in
 ===================================================================
 --- mtools-3.9.9.orig/Makefile.in	2007-10-12 11:18:46.000000000 +0100
diff --git a/meta/recipes-devtools/mtools/mtools/no-x11.patch b/meta/recipes-devtools/mtools/mtools/no-x11.patch
index 300f43f..705b629 100644
--- a/meta/recipes-devtools/mtools/mtools/no-x11.patch
+++ b/meta/recipes-devtools/mtools/mtools/no-x11.patch
@@ -2,6 +2,8 @@
  Makefile.in |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
+Upstream-Status: Inappropriate [licensing]
+
 --- mtools-3.9.9.orig/Makefile.in
 +++ mtools-3.9.9/Makefile.in
 @@ -128,11 +128,11 @@ X_EXTRA_LIBS = @X_EXTRA_LIBS@
diff --git a/meta/recipes-extended/gzip/gzip-1.3.12/dup-def-fix.patch b/meta/recipes-extended/gzip/gzip-1.3.12/dup-def-fix.patch
index 8308865..d9e8d21 100644
--- a/meta/recipes-extended/gzip/gzip-1.3.12/dup-def-fix.patch
+++ b/meta/recipes-extended/gzip/gzip-1.3.12/dup-def-fix.patch
@@ -1,6 +1,9 @@
 gzip uses gnulib, whose header conflict with glibc. This patch rename some function to avoid conflict.
 
 Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
+
+Upstream-Status: Inappropriate [licensing]
+
 Index: gzip-1.3.12/gzip.c
 ===================================================================
 --- gzip-1.3.12.orig/gzip.c	2010-08-13 10:29:38.000000000 +0800
diff --git a/meta/recipes-extended/gzip/gzip-1.3.12/m4-extensions-fix.patch b/meta/recipes-extended/gzip/gzip-1.3.12/m4-extensions-fix.patch
index 9273772..6b2f698 100644
--- a/meta/recipes-extended/gzip/gzip-1.3.12/m4-extensions-fix.patch
+++ b/meta/recipes-extended/gzip/gzip-1.3.12/m4-extensions-fix.patch
@@ -2,6 +2,9 @@ remove AC_USE_SYSTEM_EXTENSIONS to fix the autoconf error "AC_REQUIRE: circular
 dependency of AC_GNU_SOURCE"
 
 Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
+
+Upstream-Status: Inappropriate [licensing]
+
 Index: gzip-1.3.12/m4/extensions.m4
 ===================================================================
 --- gzip-1.3.12.orig/m4/extensions.m4	2010-08-16 14:18:16.000000000 +0800
-- 
1.7.1




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/1] Upstream-Status: Update for some GPLv2 patch, edwin, May17, 2011
  2011-05-17 13:36 [PATCH 0/1] Upstream-Status: Update for some GPLv2 patch, edwin, May17, 2011 Zhai Edwin
  2011-05-17 13:36 ` [PATCH 1/1] Upstream-Status: Update patch upstream-status for GPLv2 recipes Zhai Edwin
@ 2011-05-17 13:58 ` Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-05-17 13:58 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Tue, 2011-05-17 at 21:36 +0800, Zhai Edwin wrote:
> From: Zhai Edwin <edwin.zhai@intel.com>
> 
> Saul,
>     Upstream-Status for some GPLv2 patches including gzip and mtools.
> 
> Thanks,
> edwin
> 
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>   Branch: gzhai/fix3
>   Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/fix3
> 
> Thanks,
>     Zhai Edwin <edwin.zhai@intel.com>
> ---
> 
> 
> Zhai Edwin (1):
>   Upstream-Status: Update patch upstream-status for GPLv2 recipes

Merged to master, thanks.

Richard




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-05-17 14:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-17 13:36 [PATCH 0/1] Upstream-Status: Update for some GPLv2 patch, edwin, May17, 2011 Zhai Edwin
2011-05-17 13:36 ` [PATCH 1/1] Upstream-Status: Update patch upstream-status for GPLv2 recipes Zhai Edwin
2011-05-17 13:58 ` [PATCH 0/1] Upstream-Status: Update for some GPLv2 patch, edwin, May17, 2011 Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox