From: erich@mine.nu Date: Sat, 3 Apr 2004 00:41:03 +0000 (+0000) Subject: glibc_2.3.2.oe: set correct pnum for one of the patches (pnum was always incorrect... X-Git-Tag: Release-2010-05/1~19778 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0f97b5093d7e1a63b176a526d59b19d3d9945bf;p=openembedded.git glibc_2.3.2.oe: set correct pnum for one of the patches (pnum was always incorrect, but it was apparently ignored before) BKrev: 406e081flBClcPPO8Pw_sf3SCniVAw --- diff --git a/glibc/glibc_2.3.2.oe b/glibc/glibc_2.3.2.oe index 245bbce13a..aeb4d9b98f 100644 --- a/glibc/glibc_2.3.2.oe +++ b/glibc/glibc_2.3.2.oe @@ -54,7 +54,7 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/glibc/glibc-${PV}.tar.gz \ file://${FILESDIR}/hurd-enable-ldconfig.patch;patch=1;pnum=1 \ file://${FILESDIR}/30_glibc232-base.patch;patch=1;pnum=0 \ file://${FILESDIR}/sparcv8-target.patch;patch=1;pnum=0 \ - file://${FILESDIR}/50_glibc232-arm-dwarf2-buildfix.patch;patch=1;pnum=1 \ + file://${FILESDIR}/50_glibc232-arm-dwarf2-buildfix.patch;patch=1;pnum=0 \ file://${FILESDIR}/50_glibc232-m68k-dwarf2-buildfix.patch;patch=1;pnum=1 \ file://${FILESDIR}/arm-output-format.patch;patch=1;pnum=0 \ file://${FILESDIR}/pthread-cleanup.patch;patch=1;pnum=0 \