aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dpkg/dpkg-1.14.23
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2008-12-15 14:11:28 +0000
committerGraeme Gregory <dp@xora.org.uk>2008-12-15 14:12:32 +0000
commit7674a3d9c537cbc9e29f8d60f2f3e9c902058412 (patch)
tree89ee2aa39247b252a98051157de44c39956c11e9 /packages/dpkg/dpkg-1.14.23
parent8336b98bd5aff057be22d30ad3c96487a793fe60 (diff)
downloadopenembedded-7674a3d9c537cbc9e29f8d60f2f3e9c902058412.tar.gz
dpkg_1.14.23.bb, dpkg-native_1.14.23.bb : add a new fetchable version of dpkg
Diffstat (limited to 'packages/dpkg/dpkg-1.14.23')
-rw-r--r--packages/dpkg/dpkg-1.14.23/ignore_extra_fields.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/dpkg/dpkg-1.14.23/ignore_extra_fields.patch b/packages/dpkg/dpkg-1.14.23/ignore_extra_fields.patch
new file mode 100644
index 0000000000..e47af42bc6
--- /dev/null
+++ b/packages/dpkg/dpkg-1.14.23/ignore_extra_fields.patch
@@ -0,0 +1,24 @@
+ dpkg-deb/build.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+Index: dpkg-1.14.23/dpkg-deb/build.c
+===================================================================
+--- dpkg-1.14.23.orig/dpkg-deb/build.c 2008-11-18 10:57:33.000000000 +0000
++++ dpkg-1.14.23/dpkg-deb/build.c 2008-12-15 11:27:08.000000000 +0000
+@@ -243,14 +243,14 @@
+ controlfile, checkedinfo->otherpriority);
+ warns++;
+ }
+- for (field= checkedinfo->available.arbs; field; field= field->next) {
++ /*for (field= checkedinfo->available.arbs; field; field= field->next) {
+ if (known_arbitrary_field(field))
+ continue;
+
+ fprintf(stderr, _("warning, `%s' contains user-defined field `%s'\n"),
+ controlfile, field->name);
+ warns++;
+- }
++ }*/
+ checkversion(checkedinfo->available.version.version,"(upstream) version",&errs);
+ checkversion(checkedinfo->available.version.revision,"Debian revision",&errs);
+ if (errs) ohshit(_("%d errors in control file"),errs);