glibc 2.3.5+cvs fix pnum=0 patch (tss...)
authorMichael Lauer <mickey@vanille-media.de>
Tue, 16 May 2006 17:47:44 +0000 (17:47 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 16 May 2006 17:47:44 +0000 (17:47 +0000)
packages/glibc/glibc_2.3.5+cvs20050627.bb

index 9794dea..86ddc91 100644 (file)
@@ -7,7 +7,7 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>"
 
 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}"