diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-20 13:14:36 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-20 13:14:36 +0000 |
commit | a00bee6c14e1d2a48faab7ab45723f120f736e62 (patch) | |
tree | 90c0a6b4a829ac950386b2fe08c0ceea1412e135 /packages/glibc | |
parent | 7c9f18e5c7df1f7bd52ebbe6bd7a308ec679495f (diff) |
glibc 2.5: stage correct sigthreads.h
* fixes mysql compilation
* spotted by 'nicolasfr' in #oe
Diffstat (limited to 'packages/glibc')
-rw-r--r-- | packages/glibc/glibc_2.5.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/glibc/glibc_2.5.bb b/packages/glibc/glibc_2.5.bb index a76f177df1..0afadadb60 100644 --- a/packages/glibc/glibc_2.5.bb +++ b/packages/glibc/glibc_2.5.bb @@ -3,9 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/libc/libc.html" LICENSE = "LGPL" SECTION = "libs" PRIORITY = "required" -PR = "r1" - -DEFAULT_PREFERENCE = "-1" +PR = "r2" # the -isystem in bitbake.conf screws up glibc do_stage BUILD_CPPFLAGS = "-I${STAGING_DIR}/${BUILD_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 |