mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
dpkg: upgrade to 1.14.19
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4709 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
13
meta/packages/dpkg/dpkg-native_1.14.19.bb
Normal file
13
meta/packages/dpkg/dpkg-native_1.14.19.bb
Normal file
@@ -0,0 +1,13 @@
|
||||
require dpkg.inc
|
||||
DEPENDS += "ncurses-native bzip2-native zlib-native virtual/update-alternatives-native"
|
||||
SRC_URI += "file://noman.patch;patch=1"
|
||||
|
||||
inherit native
|
||||
|
||||
EXTRA_OECONF = "--without-static-progs \
|
||||
--without-dselect \
|
||||
--with-start-stop-daemon \
|
||||
--with-zlib \
|
||||
--with-bz2lib \
|
||||
--without-selinux \
|
||||
--without-sgml-doc"
|
||||
11
meta/packages/dpkg/dpkg_1.14.19.bb
Normal file
11
meta/packages/dpkg/dpkg_1.14.19.bb
Normal file
@@ -0,0 +1,11 @@
|
||||
require dpkg.inc
|
||||
DEPENDS += "ncurses zlib bzip2"
|
||||
RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
|
||||
SRC_URI += "file://noman.patch;patch=1"
|
||||
|
||||
EXTRA_OECONF = "--without-static-progs \
|
||||
--without-dselect \
|
||||
--with-start-stop-daemon \
|
||||
--with-zlib \
|
||||
--with-bz2lib \
|
||||
--without-sgml-doc"
|
||||
@@ -1,16 +1,19 @@
|
||||
dpkg-deb/build.c | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
Index: dpkg-1.13.22/dpkg-deb/build.c
|
||||
===================================================================
|
||||
--- dpkg-1.13.22.orig/dpkg-deb/build.c 2006-05-19 23:11:08.000000000 +0100
|
||||
+++ dpkg-1.13.22/dpkg-deb/build.c 2006-11-17 14:43:20.000000000 +0000
|
||||
@@ -220,11 +220,11 @@ void do_build(const char *const *argv) {
|
||||
--- dpkg-1.14.19.orig/dpkg-deb/build.c
|
||||
+++ dpkg-1.14.19/dpkg-deb/build.c
|
||||
@@ -241,18 +241,18 @@ void do_build(const char *const *argv) {
|
||||
if (checkedinfo->priority == pri_other) {
|
||||
fprintf(stderr, _("warning, `%s' contains user-defined Priority value `%s'\n"),
|
||||
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++;
|
||||
@@ -19,3 +22,5 @@ Index: dpkg-1.13.22/dpkg-deb/build.c
|
||||
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);
|
||||
|
||||
if (subdir) {
|
||||
|
||||
Reference in New Issue
Block a user