* [PATCH 0/1] update patch upstreaming status
@ 2011-05-17 10:05 Qing He
2011-05-17 10:05 ` [PATCH 1/1] update patch upstream status Qing He
2011-05-17 14:04 ` [PATCH 0/1] update patch upstreaming status Richard Purdie
0 siblings, 2 replies; 3+ messages in thread
From: Qing He @ 2011-05-17 10:05 UTC (permalink / raw)
To: openembedded-core
From: Qing He <qing.he@intel.com>
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: qhe/upstat
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=qhe/upstat
Thanks,
Qing He <qing.he@intel.com>
---
Qing He (1):
update patch upstream status
.../pcmciautils/pcmciautils-018/makefile_fix.patch | 2 ++
.../openssh/openssh-5.6p1/nostrip.patch | 2 ++
meta/recipes-core/udev/udev-145/enable-gudev.patch | 2 ++
meta/recipes-core/udev/udev-145/noasmlinkage.patch | 2 ++
meta/recipes-core/udev/udev-145/unbreak.patch | 2 ++
.../apt/apt-0.7.14/includes-fix.patch | 2 ++
.../apt/apt-0.7.14/no-ko-translation.patch | 2 ++
.../apt/apt-0.7.14/noconfigure.patch | 2 ++
meta/recipes-devtools/apt/apt-0.7.14/nodoc.patch | 2 ++
.../recipes-devtools/apt/apt-0.7.14/use-host.patch | 2 ++
.../apt/files/db_linking_hack.patch | 2 ++
meta/recipes-devtools/apt/files/environment.patch | 2 ++
meta/recipes-devtools/apt/files/no-curl.patch | 2 ++
.../gdbm/gdbm-1.8.3/libtool-mode.patch | 2 ++
.../recipes-support/gdbm/gdbm-1.8.3/makefile.patch | 1 +
15 files changed, 29 insertions(+), 0 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] update patch upstream status
2011-05-17 10:05 [PATCH 0/1] update patch upstreaming status Qing He
@ 2011-05-17 10:05 ` Qing He
2011-05-17 14:04 ` [PATCH 0/1] update patch upstreaming status Richard Purdie
1 sibling, 0 replies; 3+ messages in thread
From: Qing He @ 2011-05-17 10:05 UTC (permalink / raw)
To: openembedded-core
From: Qing He <qing.he@intel.com>
for the following recipes:
pcmciautils openssl udev apt gdm
Signed-off-by: Qing He <qing.he@intel.com>
---
.../pcmciautils/pcmciautils-018/makefile_fix.patch | 2 ++
.../openssh/openssh-5.6p1/nostrip.patch | 2 ++
meta/recipes-core/udev/udev-145/enable-gudev.patch | 2 ++
meta/recipes-core/udev/udev-145/noasmlinkage.patch | 2 ++
meta/recipes-core/udev/udev-145/unbreak.patch | 2 ++
.../apt/apt-0.7.14/includes-fix.patch | 2 ++
.../apt/apt-0.7.14/no-ko-translation.patch | 2 ++
.../apt/apt-0.7.14/noconfigure.patch | 2 ++
meta/recipes-devtools/apt/apt-0.7.14/nodoc.patch | 2 ++
.../recipes-devtools/apt/apt-0.7.14/use-host.patch | 2 ++
.../apt/files/db_linking_hack.patch | 2 ++
meta/recipes-devtools/apt/files/environment.patch | 2 ++
meta/recipes-devtools/apt/files/no-curl.patch | 2 ++
.../gdbm/gdbm-1.8.3/libtool-mode.patch | 2 ++
.../recipes-support/gdbm/gdbm-1.8.3/makefile.patch | 1 +
15 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-bsp/pcmciautils/pcmciautils-018/makefile_fix.patch b/meta/recipes-bsp/pcmciautils/pcmciautils-018/makefile_fix.patch
index 81269c9..7b0ce21 100644
--- a/meta/recipes-bsp/pcmciautils/pcmciautils-018/makefile_fix.patch
+++ b/meta/recipes-bsp/pcmciautils/pcmciautils-018/makefile_fix.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
Hardcoded paths are bad...
This lets us use the install from OE's native sysroot
rebase the patch to 018, removing hardcoded path for true
diff --git a/meta/recipes-connectivity/openssh/openssh-5.6p1/nostrip.patch b/meta/recipes-connectivity/openssh/openssh-5.6p1/nostrip.patch
index a88e18e..85846e2 100644
--- a/meta/recipes-connectivity/openssh/openssh-5.6p1/nostrip.patch
+++ b/meta/recipes-connectivity/openssh/openssh-5.6p1/nostrip.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
# Disable stripping binaries during make install.
#
# Signed-off-by: Scott Garman <scott.a.garman@intel.com>
diff --git a/meta/recipes-core/udev/udev-145/enable-gudev.patch b/meta/recipes-core/udev/udev-145/enable-gudev.patch
index 45fd373..8ee402b 100644
--- a/meta/recipes-core/udev/udev-145/enable-gudev.patch
+++ b/meta/recipes-core/udev/udev-145/enable-gudev.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
Index: udev-145/configure.ac
===================================================================
--- udev-145.orig/configure.ac 2010-01-29 14:41:29.000000000 +0000
diff --git a/meta/recipes-core/udev/udev-145/noasmlinkage.patch b/meta/recipes-core/udev/udev-145/noasmlinkage.patch
index 6f9fe94..6d22b1d 100644
--- a/meta/recipes-core/udev/udev-145/noasmlinkage.patch
+++ b/meta/recipes-core/udev/udev-145/noasmlinkage.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [legacy version]
+
Index: udev-141/udev/test-udev.c
===================================================================
--- udev-141.orig/udev/test-udev.c 2008-10-24 09:07:24.000000000 +0100
diff --git a/meta/recipes-core/udev/udev-145/unbreak.patch b/meta/recipes-core/udev/udev-145/unbreak.patch
index bb5988d..ef45c09 100644
--- a/meta/recipes-core/udev/udev-145/unbreak.patch
+++ b/meta/recipes-core/udev/udev-145/unbreak.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [legacy version]
+
Index: udev-141/extras/volume_id/lib/Makefile.am
===================================================================
--- udev-141.orig/extras/volume_id/lib/Makefile.am 2009-05-17 23:36:16.000000000 +0100
diff --git a/meta/recipes-devtools/apt/apt-0.7.14/includes-fix.patch b/meta/recipes-devtools/apt/apt-0.7.14/includes-fix.patch
index f466164..c85c388 100644
--- a/meta/recipes-devtools/apt/apt-0.7.14/includes-fix.patch
+++ b/meta/recipes-devtools/apt/apt-0.7.14/includes-fix.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Backport
+
Add missing includes required when building with modern toolchain, based on
patch from Debian bugzilla:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505954
diff --git a/meta/recipes-devtools/apt/apt-0.7.14/no-ko-translation.patch b/meta/recipes-devtools/apt/apt-0.7.14/no-ko-translation.patch
index 5f3634b..7fd1db8 100644
--- a/meta/recipes-devtools/apt/apt-0.7.14/no-ko-translation.patch
+++ b/meta/recipes-devtools/apt/apt-0.7.14/no-ko-translation.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
---
po/LINGUAS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/apt/apt-0.7.14/noconfigure.patch b/meta/recipes-devtools/apt/apt-0.7.14/noconfigure.patch
index 682a96d..04e721d 100644
--- a/meta/recipes-devtools/apt/apt-0.7.14/noconfigure.patch
+++ b/meta/recipes-devtools/apt/apt-0.7.14/noconfigure.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
---
apt-pkg/packagemanager.cc | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/meta/recipes-devtools/apt/apt-0.7.14/nodoc.patch b/meta/recipes-devtools/apt/apt-0.7.14/nodoc.patch
index db8cf93..216c091 100644
--- a/meta/recipes-devtools/apt/apt-0.7.14/nodoc.patch
+++ b/meta/recipes-devtools/apt/apt-0.7.14/nodoc.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/apt/apt-0.7.14/use-host.patch b/meta/recipes-devtools/apt/apt-0.7.14/use-host.patch
index 09698a6..485ad7b 100644
--- a/meta/recipes-devtools/apt/apt-0.7.14/use-host.patch
+++ b/meta/recipes-devtools/apt/apt-0.7.14/use-host.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
---
buildlib/sizetable | 4 +++-
configure.in | 2 +-
diff --git a/meta/recipes-devtools/apt/files/db_linking_hack.patch b/meta/recipes-devtools/apt/files/db_linking_hack.patch
index 3c8368b..d2246b3 100644
--- a/meta/recipes-devtools/apt/files/db_linking_hack.patch
+++ b/meta/recipes-devtools/apt/files/db_linking_hack.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Backport
+
Index: apt-0.7.3/configure.in
===================================================================
--- apt-0.7.3.orig/configure.in 2007-07-01 10:38:45.000000000 +0000
diff --git a/meta/recipes-devtools/apt/files/environment.patch b/meta/recipes-devtools/apt/files/environment.patch
index 5bea1a0..9a03038 100644
--- a/meta/recipes-devtools/apt/files/environment.patch
+++ b/meta/recipes-devtools/apt/files/environment.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Backport
+
Index: apt-0.6.46.2/buildlib/environment.mak.in
===================================================================
--- apt-0.6.46.2.orig/buildlib/environment.mak.in 2007-03-29 11:38:58.000000000 +0100
diff --git a/meta/recipes-devtools/apt/files/no-curl.patch b/meta/recipes-devtools/apt/files/no-curl.patch
index 4e07c8f..eb2f100 100644
--- a/meta/recipes-devtools/apt/files/no-curl.patch
+++ b/meta/recipes-devtools/apt/files/no-curl.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
---
configure.in | 6 ------
methods/makefile | 7 -------
diff --git a/meta/recipes-support/gdbm/gdbm-1.8.3/libtool-mode.patch b/meta/recipes-support/gdbm/gdbm-1.8.3/libtool-mode.patch
index c56bac2..0f9d04f 100644
--- a/meta/recipes-support/gdbm/gdbm-1.8.3/libtool-mode.patch
+++ b/meta/recipes-support/gdbm/gdbm-1.8.3/libtool-mode.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Pending
+
--- gdbm-1.8.3/Makefile.in.orig 2006-02-16 15:17:25.000000000 +0000
+++ gdbm-1.8.3/Makefile.in 2006-02-16 15:18:08.000000000 +0000
@@ -131,7 +131,7 @@
diff --git a/meta/recipes-support/gdbm/gdbm-1.8.3/makefile.patch b/meta/recipes-support/gdbm/gdbm-1.8.3/makefile.patch
index 5350c53..369145c 100644
--- a/meta/recipes-support/gdbm/gdbm-1.8.3/makefile.patch
+++ b/meta/recipes-support/gdbm/gdbm-1.8.3/makefile.patch
@@ -1,3 +1,4 @@
+Upstream-Status: Pending
#
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
--
1.7.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 0/1] update patch upstreaming status
2011-05-17 10:05 [PATCH 0/1] update patch upstreaming status Qing He
2011-05-17 10:05 ` [PATCH 1/1] update patch upstream status Qing He
@ 2011-05-17 14:04 ` Richard Purdie
1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-05-17 14:04 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Tue, 2011-05-17 at 18:05 +0800, Qing He wrote:
> From: Qing He <qing.he@intel.com>
>
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: qhe/upstat
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=qhe/upstat
>
> Thanks,
> Qing He <qing.he@intel.com>
> ---
>
>
> Qing He (1):
> update patch upstream status
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-05-17 14:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-17 10:05 [PATCH 0/1] update patch upstreaming status Qing He
2011-05-17 10:05 ` [PATCH 1/1] update patch upstream status Qing He
2011-05-17 14:04 ` [PATCH 0/1] update patch upstreaming status Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.