into handhelds.org:/home/ich/programming/oe/openembedded
2005/02/14 18:20:30+01:00 handhelds.org!zecke
glibc 2.3.2+cvs2004726:
Depend both glibc and glibc-intermediate on linux-libc-headers.
This fixes the creation of a toolchain for me
2005/02/14 14:39:04+01:00 handhelds.org!zecke
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into handhelds.org:/home/ich/programming/oe/openembedded
BKrev: 4210de25wMoqU9r6y0dLMY_UE-6Vnw
PACKAGES = ""
PROVIDES = "virtual/${TARGET_PREFIX}libc-for-gcc"
-DEPENDS = "virtual/${TARGET_PREFIX}gcc-initial"
+DEPENDS += " virtual/${TARGET_PREFIX}gcc-initial "
GLIBC_ADDONS = "linuxthreads"
GLIBC_EXTRA_OECONF = ""
SECTION = "libs"
PRIORITY = "required"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+DEPENDS = "linux-libc-headers"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs"
-PR = "r14"
+PR = "r15"
GLIBC_ADDONS ?= "linuxthreads"
GLIBC_EXTRA_OECONF ?= ""