diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /klibc | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb
2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.
2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.
2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge
2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.
BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'klibc')
-rw-r--r-- | klibc/klibc_0.157.bb | 0 | ||||
-rw-r--r-- | klibc/klibc_0.157.oe | 34 |
2 files changed, 0 insertions, 34 deletions
diff --git a/klibc/klibc_0.157.bb b/klibc/klibc_0.157.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/klibc/klibc_0.157.bb diff --git a/klibc/klibc_0.157.oe b/klibc/klibc_0.157.oe deleted file mode 100644 index b05b6d782e..0000000000 --- a/klibc/klibc_0.157.oe +++ /dev/null @@ -1,34 +0,0 @@ -SECTION = "libs" -DESCRIPTION = "klibc is intended to be a minimalistic libc subset for \ -use with initramfs. It is deliberately written for small size, \ -minimal entaglement, and portability, not speed." -MAINTAINER = "Chris Larson <kergoth@handhelds.org>" - -SRC_URI = "http://www.kernel.org/pub/linux/libs/klibc/Stable/klibc-${PV}.tar.bz2" -S = "${WORKDIR}/klibc-${PV}" - -# FIXME: This package fails to compile at the moment, and is missing a do_install() -BROKEN = "1" - -EXTRA_OEMAKE = "'ARCH=${KLIBC_ARCH}' \ - 'CROSS=${TARGET_PREFIX}' \ - 'CC=${CC}' \ - 'LD=${LD}' \ - 'AR=${AR}' \ - 'RANLIB=${RANLIB}' \ - 'NM=${TARGET_PREFIX}nm' \ - 'STRIP=echo' \ - 'SHLIBDIR=/lib' \ - 'HOST_CC=${BUILD_CC}' \ - 'HOST_CFLAGS=${BUILD_CFLAGS}' \ - 'HOST_LDFLAGS=${BUILD_LDFLAGS}' \ - 'HOST_LIBS=' \ - 'LDFLAGS=${LDFLAGS}' \ - 'WARNFLAGS=${CFLAGS}' \ - 'OPTFLAGS='" - -KLIBC_ARCH := '${TARGET_ARCH}' -KLIBC_ARCH_armeb = 'arm' -KLIBC_ARCH_mipsel = 'mips' - -CFLAGS := "${@oe_filter_out('-I\S+', '${CFLAGS}', d)} -I${STAGING_KERNEL_DIR}/include" |