From: Michael Lauer Date: Tue, 16 May 2006 17:47:44 +0000 (+0000) Subject: glibc 2.3.5+cvs fix pnum=0 patch (tss...) X-Git-Tag: Release-2010-05/1~9453^2~1692^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da7ee091b175034051e718e71d81f58e9d82f42a;p=openembedded.git glibc 2.3.5+cvs fix pnum=0 patch (tss...) --- diff --git a/packages/glibc/glibc_2.3.5+cvs20050627.bb b/packages/glibc/glibc_2.3.5+cvs20050627.bb index 9794dea6b3..86ddc91fd0 100644 --- a/packages/glibc/glibc_2.3.5+cvs20050627.bb +++ b/packages/glibc/glibc_2.3.5+cvs20050627.bb @@ -7,7 +7,7 @@ MAINTAINER = "Phil Blundell " FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs-2.3.5" SRCDATE = "20050627" -PR = "r5" +PR = "r6" GLIBC_ADDONS ?= "ports,linuxthreads" GLIBC_EXTRA_OECONF ?= "" @@ -62,9 +62,9 @@ SRC_URI_append_arm = " file://dyn-ldconfig-20041128.patch;patch=1" # Build fails on sh3 and sh4 without additional patches SRC_URI_append_sh3 = " file://no-z-defs.patch;patch=1 \ - file://superh-fcntl.patch;patch=1" + file://superh-fcntl.patch;patch=1;pnum=0" SRC_URI_append_sh4 = " file://no-z-defs.patch;patch=1 \ - file://superh-fcntl.patch;patch=1" + file://superh-fcntl.patch;patch=1;pnum=0" S = "${WORKDIR}/libc" B = "${WORKDIR}/build-${TARGET_SYS}"