diff options
Diffstat (limited to 'meta/recipes-devtools')
14 files changed, 52 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils/binutils-armv5e.patch b/meta/recipes-devtools/binutils/binutils/binutils-armv5e.patch index 4ac1a9c981..c95eed6f94 100644 --- a/meta/recipes-devtools/binutils/binutils/binutils-armv5e.patch +++ b/meta/recipes-devtools/binutils/binutils/binutils-armv5e.patch | |||
@@ -5,6 +5,10 @@ the support "-march=" settings, but it was lacking the armv5e setting. This | |||
5 | was a simple way to add it, as thumb instructions shouldn't be generated by | 5 | was a simple way to add it, as thumb instructions shouldn't be generated by |
6 | the compiler anyway. | 6 | the compiler anyway. |
7 | 7 | ||
8 | Upstream-Status: Denied | ||
9 | Upstream maintainer indicated that we should not be using armv5e, even though | ||
10 | it is a legal archicture defined by our gcc. | ||
11 | |||
8 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | 12 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> |
9 | 13 | ||
10 | diff -urN binutils-2.22.orig/gas/config/tc-arm.c binutils-2.22/gas/config/tc-arm.c | 14 | diff -urN binutils-2.22.orig/gas/config/tc-arm.c binutils-2.22/gas/config/tc-arm.c |
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid/0001-Change-library-name.patch b/meta/recipes-devtools/ossp-uuid/ossp-uuid/0001-Change-library-name.patch index a46e244c8b..ed67c501cb 100644 --- a/meta/recipes-devtools/ossp-uuid/ossp-uuid/0001-Change-library-name.patch +++ b/meta/recipes-devtools/ossp-uuid/ossp-uuid/0001-Change-library-name.patch | |||
@@ -12,6 +12,13 @@ uuid library. | |||
12 | uuid.pc.in | 4 ++-- | 12 | uuid.pc.in | 4 ++-- |
13 | 5 files changed, 13 insertions(+), 13 deletions(-) | 13 | 5 files changed, 13 insertions(+), 13 deletions(-) |
14 | 14 | ||
15 | ---- | ||
16 | Upstream-Status: Inappropriate [not author] | ||
17 | |||
18 | This patch is from debian ossp-uuid 1.6.2 integration. | ||
19 | |||
20 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | ||
21 | |||
15 | diff --git a/Makefile.in b/Makefile.in | 22 | diff --git a/Makefile.in b/Makefile.in |
16 | index d28f4be..c2ba99d 100644 | 23 | index d28f4be..c2ba99d 100644 |
17 | --- a/Makefile.in | 24 | --- a/Makefile.in |
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid/0002-uuid-preserve-m-option-status-in-v-option-handling.patch b/meta/recipes-devtools/ossp-uuid/ossp-uuid/0002-uuid-preserve-m-option-status-in-v-option-handling.patch index 1467207f51..804a62731d 100644 --- a/meta/recipes-devtools/ossp-uuid/ossp-uuid/0002-uuid-preserve-m-option-status-in-v-option-handling.patch +++ b/meta/recipes-devtools/ossp-uuid/ossp-uuid/0002-uuid-preserve-m-option-status-in-v-option-handling.patch | |||
@@ -7,6 +7,13 @@ Bug: 531396 | |||
7 | uuid_cli.c | 19 ++++++++++--------- | 7 | uuid_cli.c | 19 ++++++++++--------- |
8 | 1 files changed, 10 insertions(+), 9 deletions(-) | 8 | 1 files changed, 10 insertions(+), 9 deletions(-) |
9 | 9 | ||
10 | ---- | ||
11 | Upstream-Status: Inappropriate [not author] | ||
12 | |||
13 | This patch is from debian ossp-uuid 1.6.2 integration. | ||
14 | |||
15 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | ||
16 | |||
10 | diff --git a/uuid_cli.c b/uuid_cli.c | 17 | diff --git a/uuid_cli.c b/uuid_cli.c |
11 | index d1b0b11..14a67fe 100644 | 18 | index d1b0b11..14a67fe 100644 |
12 | --- a/uuid_cli.c | 19 | --- a/uuid_cli.c |
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid/0003-Fix-whatis-entries.patch b/meta/recipes-devtools/ossp-uuid/ossp-uuid/0003-Fix-whatis-entries.patch index 060a7540f1..13cbb59896 100644 --- a/meta/recipes-devtools/ossp-uuid/ossp-uuid/0003-Fix-whatis-entries.patch +++ b/meta/recipes-devtools/ossp-uuid/ossp-uuid/0003-Fix-whatis-entries.patch | |||
@@ -9,6 +9,13 @@ Fix whatis entry of uuid.1, uuid.3ossp and uuid++.3ossp manpages | |||
9 | uuid_cli.pod | 2 +- | 9 | uuid_cli.pod | 2 +- |
10 | 3 files changed, 3 insertions(+), 3 deletions(-) | 10 | 3 files changed, 3 insertions(+), 3 deletions(-) |
11 | 11 | ||
12 | ---- | ||
13 | Upstream-Status: Inappropriate [not author] | ||
14 | |||
15 | This patch is from debian ossp-uuid 1.6.2 integration. | ||
16 | |||
17 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | ||
18 | |||
12 | diff --git a/uuid++.pod b/uuid++.pod | 19 | diff --git a/uuid++.pod b/uuid++.pod |
13 | index 8b5a4b1..89c5efb 100644 | 20 | index 8b5a4b1..89c5efb 100644 |
14 | --- a/uuid++.pod | 21 | --- a/uuid++.pod |
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid/0004-fix-data-uuid-from-string.patch b/meta/recipes-devtools/ossp-uuid/ossp-uuid/0004-fix-data-uuid-from-string.patch index 1f92cea3ae..bc5e111ee5 100644 --- a/meta/recipes-devtools/ossp-uuid/ossp-uuid/0004-fix-data-uuid-from-string.patch +++ b/meta/recipes-devtools/ossp-uuid/ossp-uuid/0004-fix-data-uuid-from-string.patch | |||
@@ -4,6 +4,13 @@ Bug-Debian: http://bugs.debian.org/635607 | |||
4 | 4 | ||
5 | The module Data::GUID depends on Data::UUID supporting this behaviour. | 5 | The module Data::GUID depends on Data::UUID supporting this behaviour. |
6 | 6 | ||
7 | ---- | ||
8 | Upstream-Status: Inappropriate [not author] | ||
9 | |||
10 | This patch is from debian ossp-uuid 1.6.2 integration. | ||
11 | |||
12 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | ||
13 | |||
7 | --- a/perl/uuid_compat.pm | 14 | --- a/perl/uuid_compat.pm |
8 | +++ b/perl/uuid_compat.pm | 15 | +++ b/perl/uuid_compat.pm |
9 | @@ -93,7 +93,9 @@ | 16 | @@ -93,7 +93,9 @@ |
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-libtool.patch b/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-libtool.patch index 97daca46d1..4bc91b86ee 100644 --- a/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-libtool.patch +++ b/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-libtool.patch | |||
@@ -1,5 +1,8 @@ | |||
1 | Remove hardcoded libtool name, fall back to generated name | 1 | Remove hardcoded libtool name, fall back to generated name |
2 | 2 | ||
3 | Upstream-Status: Inappropriate [no upstream] | ||
4 | The project appears to no longer be accepting changes. | ||
5 | |||
3 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | 6 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> |
4 | 7 | ||
5 | diff -ur uuid-1.6.2.orig/Makefile.in uuid-1.6.2/Makefile.in | 8 | diff -ur uuid-1.6.2.orig/Makefile.in uuid-1.6.2/Makefile.in |
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-nostrip.patch b/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-nostrip.patch index 78f3c94a55..d806b5fb70 100644 --- a/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-nostrip.patch +++ b/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-nostrip.patch | |||
@@ -1,5 +1,8 @@ | |||
1 | We don't want anything stripped | 1 | We don't want anything stripped |
2 | 2 | ||
3 | Upstream-Status: Inappropriate [no upstream] | ||
4 | The project appears to no longer be accepting changes. | ||
5 | |||
3 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | 6 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> |
4 | 7 | ||
5 | diff -ur uuid-1.6.2.orig/Makefile.in uuid-1.6.2/Makefile.in | 8 | diff -ur uuid-1.6.2.orig/Makefile.in uuid-1.6.2/Makefile.in |
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-lua.patch b/meta/recipes-devtools/rpm/rpm/rpm-lua.patch index 980e1b1476..348a9198dd 100644 --- a/meta/recipes-devtools/rpm/rpm/rpm-lua.patch +++ b/meta/recipes-devtools/rpm/rpm/rpm-lua.patch | |||
@@ -1,5 +1,7 @@ | |||
1 | Add support for cross compiling lua | 1 | Add support for cross compiling lua |
2 | 2 | ||
3 | Upstream-Status: Pending | ||
4 | |||
3 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | 5 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> |
4 | 6 | ||
5 | diff -ur rpm-5.4.9.orig/configure.ac rpm-5.4.9/configure.ac | 7 | diff -ur rpm-5.4.9.orig/configure.ac rpm-5.4.9/configure.ac |
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-macros.patch b/meta/recipes-devtools/rpm/rpm/rpm-macros.patch index f25656a23d..c1516a422a 100644 --- a/meta/recipes-devtools/rpm/rpm/rpm-macros.patch +++ b/meta/recipes-devtools/rpm/rpm/rpm-macros.patch | |||
@@ -3,6 +3,8 @@ macros/macros.in: Revert settings to the same as RPM 5.4.0 | |||
3 | Enable a reasonable set of rpmdeps dependency helper macros. These sets | 3 | Enable a reasonable set of rpmdeps dependency helper macros. These sets |
4 | were used by RPM 5.4.0. | 4 | were used by RPM 5.4.0. |
5 | 5 | ||
6 | Upstream-Status: Inappropriate [configuration] | ||
7 | |||
6 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | 8 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> |
7 | 9 | ||
8 | diff -ur rpm-5.4.8.orig/macros/macros.in rpm-5.4.8/macros/macros.in | 10 | diff -ur rpm-5.4.8.orig/macros/macros.in rpm-5.4.8/macros/macros.in |
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-no-perl-urpm.patch b/meta/recipes-devtools/rpm/rpm/rpm-no-perl-urpm.patch index 90fee35dce..442afbc43b 100644 --- a/meta/recipes-devtools/rpm/rpm/rpm-no-perl-urpm.patch +++ b/meta/recipes-devtools/rpm/rpm/rpm-no-perl-urpm.patch | |||
@@ -5,6 +5,8 @@ This causes a configure failure when perl-URPM is not used. | |||
5 | | configure.ac:1159: required file `perl-URPM/Makefile.PL.in' not found | 5 | | configure.ac:1159: required file `perl-URPM/Makefile.PL.in' not found |
6 | | configure.ac:1159: required file `perl-URPM/Makefile.in' not found | 6 | | configure.ac:1159: required file `perl-URPM/Makefile.in' not found |
7 | 7 | ||
8 | Upstream-Status: Inappropriate [disable feature] | ||
9 | |||
8 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | 10 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> |
9 | 11 | ||
10 | --- rpm-5.4.8/configure.ac.orig 2012-04-24 09:10:01.856749153 -0500 | 12 | --- rpm-5.4.8/configure.ac.orig 2012-04-24 09:10:01.856749153 -0500 |
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-ossp-uuid.patch b/meta/recipes-devtools/rpm/rpm/rpm-ossp-uuid.patch index 1f4ba980b1..db424b8493 100644 --- a/meta/recipes-devtools/rpm/rpm/rpm-ossp-uuid.patch +++ b/meta/recipes-devtools/rpm/rpm/rpm-ossp-uuid.patch | |||
@@ -4,6 +4,8 @@ We need to avoid including the util-linux uuid library, instead | |||
4 | we need ossp-uuid. There is a related hack in do_configure to | 4 | we need ossp-uuid. There is a related hack in do_configure to |
5 | make sure that we use the right .pc file as well. | 5 | make sure that we use the right .pc file as well. |
6 | 6 | ||
7 | Upstream-Status: Inappropriate [disable feature] | ||
8 | |||
7 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | 9 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> |
8 | 10 | ||
9 | diff -ur rpm-5.4.9.orig/configure.ac rpm-5.4.9/configure.ac | 11 | diff -ur rpm-5.4.9.orig/configure.ac rpm-5.4.9/configure.ac |
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-packageorigin.patch b/meta/recipes-devtools/rpm/rpm/rpm-packageorigin.patch index 3c6dad4d50..7e090a3442 100644 --- a/meta/recipes-devtools/rpm/rpm/rpm-packageorigin.patch +++ b/meta/recipes-devtools/rpm/rpm/rpm-packageorigin.patch | |||
@@ -2,6 +2,8 @@ Add the ability to query the packageorigin | |||
2 | 2 | ||
3 | Written by jbj at rpm5.org | 3 | Written by jbj at rpm5.org |
4 | 4 | ||
5 | Upstream-Status: Inappropriate [not author] | ||
6 | |||
5 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | 7 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> |
6 | 8 | ||
7 | Index: rpm-5.4.8/rpmdb/hdrfmt.c | 9 | Index: rpm-5.4.8/rpmdb/hdrfmt.c |
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-pkgconfigdeps.patch b/meta/recipes-devtools/rpm/rpm/rpm-pkgconfigdeps.patch index 4aba400602..f192545abb 100644 --- a/meta/recipes-devtools/rpm/rpm/rpm-pkgconfigdeps.patch +++ b/meta/recipes-devtools/rpm/rpm/rpm-pkgconfigdeps.patch | |||
@@ -5,6 +5,8 @@ we don't want this as it may lead to inaccurate results in some corner cases. | |||
5 | 5 | ||
6 | PKG_CONFIG_LIBDIR will ensure pkg-config stays within the install directory. | 6 | PKG_CONFIG_LIBDIR will ensure pkg-config stays within the install directory. |
7 | 7 | ||
8 | Upstream-Status: Inappropriate [configuration] | ||
9 | |||
8 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | 10 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> |
9 | 11 | ||
10 | diff -ur rpm-5.4.9.orig/scripts/pkgconfigdeps.sh rpm-5.4.9/scripts/pkgconfigdeps.sh | 12 | diff -ur rpm-5.4.9.orig/scripts/pkgconfigdeps.sh rpm-5.4.9/scripts/pkgconfigdeps.sh |
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-resolvedep.patch b/meta/recipes-devtools/rpm/rpm/rpm-resolvedep.patch index 8c01a30651..d272fe9cff 100644 --- a/meta/recipes-devtools/rpm/rpm/rpm-resolvedep.patch +++ b/meta/recipes-devtools/rpm/rpm/rpm-resolvedep.patch | |||
@@ -3,6 +3,8 @@ lib/rpmts.c: Ensure that we check both providename and filepaths | |||
3 | When looking up a missing dependencies, such as /bin/sh, we need to lookup | 3 | When looking up a missing dependencies, such as /bin/sh, we need to lookup |
4 | in both the providename and filepaths DB, not just the filepaths DB. | 4 | in both the providename and filepaths DB, not just the filepaths DB. |
5 | 5 | ||
6 | Upstream-Status: Pending | ||
7 | |||
6 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | 8 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> |
7 | 9 | ||
8 | --- rpm-5.4.0.orig/lib/rpmts.c 2010-12-27 16:08:25.000000000 -0600 | 10 | --- rpm-5.4.0.orig/lib/rpmts.c 2010-12-27 16:08:25.000000000 -0600 |