Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
authorHolger Freyther <zecke@selfish.org>
Mon, 14 Feb 2005 17:21:41 +0000 (17:21 +0000)
committerHolger Freyther <zecke@selfish.org>
Mon, 14 Feb 2005 17:21:41 +0000 (17:21 +0000)
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/glibc/glibc-intermediate_2.3.2+cvs20040726.bb
packages/glibc/glibc_2.3.2+cvs20040726.bb
packages/kde/arts_1.2.2.bb [moved from packages/nonworking/kde/arts-native_1.2.2.bb with 100% similarity]

index d95400c..9290b1d 100644 (file)
@@ -7,6 +7,6 @@ do_install () {
 
 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 = ""
index 3e62db3..29047ea 100644 (file)
@@ -4,9 +4,10 @@ LICENSE = "LGPL"
 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 ?= ""