[oe-commits] org.oe.dev glibc 2.5: stage correct sigthreads.h

koen commit openembedded-commits at lists.openembedded.org
Fri Oct 20 13:24:49 UTC 2006


glibc 2.5: stage correct sigthreads.h
* fixes mysql compilation
* spotted by 'nicolasfr' in #oe

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: ba75ce699520265ea15b201913787870af7e0572
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ba75ce699520265ea15b201913787870af7e0572
Files:
1
packages/glibc/glibc_2.5.bb
Diffs:

#
# mt diff -rc56ca1c758fe8592bc1a44d4eedb7f57920e84c8 -rba75ce699520265ea15b201913787870af7e0572
#
# 
# 
# patch "packages/glibc/glibc_2.5.bb"
#  from [cf3cbe729312e705a06346c381c7619aa8bd7091]
#    to [387990f376f3d011a157dc155c9c238c691f8e20]
# 
============================================================
--- packages/glibc/glibc_2.5.bb	cf3cbe729312e705a06346c381c7619aa8bd7091
+++ packages/glibc/glibc_2.5.bb	387990f376f3d011a157dc155c9c238c691f8e20
@@ -1,12 +1,10 @@ PRIORITY = "required"
 DESCRIPTION = "GNU C Library"
 HOMEPAGE = "http://www.gnu.org/software/libc/libc.html"
 LICENSE = "LGPL"
 SECTION = "libs"
 PRIORITY = "required"
-PR = "r1"
+PR = "r2"
 
-DEFAULT_PREFERENCE = "-1"
-
 # the -isystem in bitbake.conf screws up glibc do_stage
 BUILD_CPPFLAGS = "-I${STAGING_DIR}/${BUILD_SYS}/include"
 TARGET_CPPFLAGS = "-I${STAGING_DIR}/${TARGET_SYS}/include"
@@ -103,6 +101,7 @@ do_munge() {
 	# quick way to get this cruft to compile
 	rm -rf ${S}/ports/sysdeps/unix/sysv/linux/arm/linuxthreads
 	ln -s nptl ${S}/ports/sysdeps/unix/sysv/linux/arm/linuxthreads
+	cp ${S}/nptl/sysdeps/pthread/bits/sigthread.h ${S}/ports/sysdeps/unix/sysv/linux/arm/bits/
 	cp ${S}/sysdeps/unix/sysv/linux/i386/bits/wchar.h ${S}/ports/sysdeps/unix/sysv/linux/arm/bits/
 	cp ${S}/sysdeps/wordsize-32/bits/wordsize.h ${S}/ports/sysdeps/unix/sysv/linux/arm/bits/
 	cp ${WORKDIR}/generic-bits_select.h ${S}/ports/sysdeps/unix/sysv/linux/arm/bits/select.h






More information about the Openembedded-commits mailing list