diff options
author | Ionut Radu <ionutx.radu@intel.com> | 2013-07-25 20:17:42 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-29 13:09:16 +0100 |
commit | 6784e26d2e4b9abeeab28f0242895133672ea3ec (patch) | |
tree | 430adee4ca516dd7538bbe26516e8674523e01b7 /meta/recipes-devtools | |
parent | 4e7d4aa5d43c16e8f34a9fb253efdd25dfa53aa9 (diff) | |
download | poky-6784e26d2e4b9abeeab28f0242895133672ea3ec.tar.gz |
apt: Add Upstream Status to patches
no-nls-dpkg.patch: Added Upstream Status
use-host.patch: Added Upstream Status
fix-gcc-4.6-null-not-defined.patch: Added Upstream Status
(From OE-Core rev: 9d0da2e46c1b23163ad76b10d5fad889521a68b3)
Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
[sgw - Squashed patches and fixed up commit subject]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
3 files changed, 6 insertions, 0 deletions
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 70ecd95096..801ae6dddb 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 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | --- a/apt-pkg/contrib/weakptr.h | 3 | --- a/apt-pkg/contrib/weakptr.h |
2 | +++ b/apt-pkg/contrib/weakptr.h | 4 | +++ b/apt-pkg/contrib/weakptr.h |
3 | @@ -21,6 +21,7 @@ | 5 | @@ -21,6 +21,7 @@ |
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 f1dd5fd05b..a0996d4d44 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 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | --- a/apt-pkg/deb/dpkgpm.cc | 3 | --- a/apt-pkg/deb/dpkgpm.cc |
2 | +++ b/apt-pkg/deb/dpkgpm.cc | 4 | +++ b/apt-pkg/deb/dpkgpm.cc |
3 | @@ -42,6 +42,12 @@ | 5 | @@ -42,6 +42,12 @@ |
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 f7eaaedf8d..25caa3b0a5 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 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | Index: apt-0.9.7.7/configure.in | 3 | Index: apt-0.9.7.7/configure.in |
2 | =================================================================== | 4 | =================================================================== |
3 | --- apt-0.9.7.7.orig/configure.in | 5 | --- apt-0.9.7.7.orig/configure.in |