summaryrefslogtreecommitdiff
path: root/uclibc/uclibc-initial_0.9.26.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-08-04 07:38:34 +0000
committerChris Larson <clarson@kergoth.com>2004-08-04 07:38:34 +0000
commitf32281ef3c9d3cdf4480dca59db1a64736de5604 (patch)
treeb5468e2fe7f8e6ed0bd44b5460654a871660294e /uclibc/uclibc-initial_0.9.26.oe
parent55d593573f0675d525c0f0bcb9577fe2608bce1e (diff)
Toolchain updates:
* Consolodate libc kernel header bits into one place, making uclibc build against the 2.6 ones while we're at it. * Kill off the -initial glibc and uclibc, since first pass gcc can be built without it (thanks gb). BKrev: 4110927a6L5iwvPl5iNtHBpvnsxmOA
Diffstat (limited to 'uclibc/uclibc-initial_0.9.26.oe')
-rw-r--r--uclibc/uclibc-initial_0.9.26.oe32
1 files changed, 0 insertions, 32 deletions
diff --git a/uclibc/uclibc-initial_0.9.26.oe b/uclibc/uclibc-initial_0.9.26.oe
deleted file mode 100644
index abc03831bd..0000000000
--- a/uclibc/uclibc-initial_0.9.26.oe
+++ /dev/null
@@ -1,32 +0,0 @@
-include uclibc_${PV}.oe
-
-FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/uclibc-${PV}"
-
-DEPENDS = "patcher-native"
-PROVIDES = "virtual/${TARGET_PREFIX}libc-initial"
-PACKAGES = ""
-
-do_stage() {
- # Install initial headers into the cross dir
- make PREFIX= DEVEL_PREFIX=${UCLIBC_PREFIX}/ \
- RUNTIME_PREFIX=${UCLIBC_PREFIX}/ \
- pregen install_dev
-
- mkdir -p ${CROSS_DIR}/${TARGET_SYS}
- mkdir -p ${CROSS_DIR}/${TARGET_SYS}/include
- mkdir -p ${CROSS_DIR}/${TARGET_SYS}/lib
- ln -sf include ${CROSS_DIR}/${TARGET_SYS}/sys-include
- rm -rf ${CROSS_DIR}/${TARGET_SYS}/${prefix}
-
- # This conflicts with the c++ version of this header
- rm -f ${UCLIBC_PREFIX}/include/bits/atomicity.h
-}
-
-do_install() {
- :
-}
-
-do_compile () {
- :
-}
-