Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] Added Upstream status to some patches
@ 2013-07-25 17:17 Ionut Radu
  2013-07-25 17:17 ` [PATCH 1/3] no-nls-dpkg.patch: Added Upstream Status Ionut Radu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ionut Radu @ 2013-07-25 17:17 UTC (permalink / raw)
  To: openembedded-core

Added Upstream Status to the following patches:
*no-nls-dpkg.patch
*use-host.patch
*fix-gcc-4.6-null-not-defined.patch

Ionut Radu (3):
  no-nls-dpkg.patch: Added Upstream Status
  use-host.patch: Added Upstream Status
  fix-gcc-4.6-null-not-defined.patch: Added Upstream Status

 .../apt/apt-0.9.8.2/fix-gcc-4.6-null-not-defined.patch               |    2 ++
 meta/recipes-devtools/apt/apt-0.9.8.2/no-nls-dpkg.patch              |    2 ++
 meta/recipes-devtools/apt/apt-0.9.8.2/use-host.patch                 |    2 ++
 3 files changed, 6 insertions(+)

-- 
1.7.10.4



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

* [PATCH 1/3] no-nls-dpkg.patch: Added Upstream Status
  2013-07-25 17:17 [PATCH 0/3] Added Upstream status to some patches Ionut Radu
@ 2013-07-25 17:17 ` Ionut Radu
  2013-07-25 17:17 ` [PATCH 2/3] use-host.patch: " Ionut Radu
  2013-07-25 17:17 ` [PATCH 3/3] fix-gcc-4.6-null-not-defined.patch: " Ionut Radu
  2 siblings, 0 replies; 4+ messages in thread
From: Ionut Radu @ 2013-07-25 17:17 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 meta/recipes-devtools/apt/apt-0.9.8.2/no-nls-dpkg.patch |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/apt/apt-0.9.8.2/no-nls-dpkg.patch b/meta/recipes-devtools/apt/apt-0.9.8.2/no-nls-dpkg.patch
index f1dd5fd..a0996d4 100644
--- a/meta/recipes-devtools/apt/apt-0.9.8.2/no-nls-dpkg.patch
+++ b/meta/recipes-devtools/apt/apt-0.9.8.2/no-nls-dpkg.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Pending
+
 --- a/apt-pkg/deb/dpkgpm.cc
 +++ b/apt-pkg/deb/dpkgpm.cc
 @@ -42,6 +42,12 @@
-- 
1.7.10.4



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

* [PATCH 2/3] use-host.patch: Added Upstream Status
  2013-07-25 17:17 [PATCH 0/3] Added Upstream status to some patches Ionut Radu
  2013-07-25 17:17 ` [PATCH 1/3] no-nls-dpkg.patch: Added Upstream Status Ionut Radu
@ 2013-07-25 17:17 ` Ionut Radu
  2013-07-25 17:17 ` [PATCH 3/3] fix-gcc-4.6-null-not-defined.patch: " Ionut Radu
  2 siblings, 0 replies; 4+ messages in thread
From: Ionut Radu @ 2013-07-25 17:17 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 meta/recipes-devtools/apt/apt-0.9.8.2/use-host.patch |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/apt/apt-0.9.8.2/use-host.patch b/meta/recipes-devtools/apt/apt-0.9.8.2/use-host.patch
index f7eaaed..25caa3b 100644
--- a/meta/recipes-devtools/apt/apt-0.9.8.2/use-host.patch
+++ b/meta/recipes-devtools/apt/apt-0.9.8.2/use-host.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Pending
+
 Index: apt-0.9.7.7/configure.in
 ===================================================================
 --- apt-0.9.7.7.orig/configure.in
-- 
1.7.10.4



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

* [PATCH 3/3] fix-gcc-4.6-null-not-defined.patch: Added Upstream Status
  2013-07-25 17:17 [PATCH 0/3] Added Upstream status to some patches Ionut Radu
  2013-07-25 17:17 ` [PATCH 1/3] no-nls-dpkg.patch: Added Upstream Status Ionut Radu
  2013-07-25 17:17 ` [PATCH 2/3] use-host.patch: " Ionut Radu
@ 2013-07-25 17:17 ` Ionut Radu
  2 siblings, 0 replies; 4+ messages in thread
From: Ionut Radu @ 2013-07-25 17:17 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 .../apt/apt-0.9.8.2/fix-gcc-4.6-null-not-defined.patch               |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/apt/apt-0.9.8.2/fix-gcc-4.6-null-not-defined.patch b/meta/recipes-devtools/apt/apt-0.9.8.2/fix-gcc-4.6-null-not-defined.patch
index 70ecd95..801ae6d 100644
--- a/meta/recipes-devtools/apt/apt-0.9.8.2/fix-gcc-4.6-null-not-defined.patch
+++ b/meta/recipes-devtools/apt/apt-0.9.8.2/fix-gcc-4.6-null-not-defined.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Pending
+
 --- a/apt-pkg/contrib/weakptr.h
 +++ b/apt-pkg/contrib/weakptr.h
 @@ -21,6 +21,7 @@
-- 
1.7.10.4



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

end of thread, other threads:[~2013-07-25 17:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-25 17:17 [PATCH 0/3] Added Upstream status to some patches Ionut Radu
2013-07-25 17:17 ` [PATCH 1/3] no-nls-dpkg.patch: Added Upstream Status Ionut Radu
2013-07-25 17:17 ` [PATCH 2/3] use-host.patch: " Ionut Radu
2013-07-25 17:17 ` [PATCH 3/3] fix-gcc-4.6-null-not-defined.patch: " Ionut Radu

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