[oe-commits] org.oe.dev uclibc svn: beat it into a working state, but given the massive desinterest the OE/uclibc people are displaying for patches sent to the mailinglist, this could break for some configurations

koen commit openembedded-commits at lists.openembedded.org
Wed Sep 20 08:37:34 UTC 2006


uclibc svn: beat it into a working state, but given the massive desinterest the OE/uclibc people are displaying for patches sent to the mailinglist, this could break for some configurations

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: e7d333eb0adcf136273388eeadc615755e403f3c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e7d333eb0adcf136273388eeadc615755e403f3c
Files:
1
packages/uclibc/uclibc_svn.bb
Diffs:

#
# mt diff -r8ac95f3971f225cd223d241382fac88a0bd85417 -re7d333eb0adcf136273388eeadc615755e403f3c
#
# 
# 
# patch "packages/uclibc/uclibc_svn.bb"
#  from [5a7f4512e8db684a2b373962bc1087b490106a06]
#    to [663e86a9cff314ba045d2663b045bb5492b833f0]
# 
============================================================
--- packages/uclibc/uclibc_svn.bb	5a7f4512e8db684a2b373962bc1087b490106a06
+++ packages/uclibc/uclibc_svn.bb	663e86a9cff314ba045d2663b045bb5492b833f0
@@ -9,29 +9,23 @@ PR = "r2"
 UCLIBC_BASE ?= "0.9.28"
 PV = "${UCLIBC_BASE}+svn${SRCDATE}"
 PR = "r2"
+
 #DEFAULT_PREFERENCE is 0 (empty), releases have a preference of 1 so take
 # precedence.
 
 require uclibc.inc
 
+PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc"
+
+#recent versions uclibc require real kernel headers 
+PACKAGE_ARCH = "${MACHINE_ARCH}"
 FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/uclibc-cvs', '${FILE_DIRNAME}/uclibc-${UCLIBC_BASE}', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
 
-# This is the correct KERNEL_SOURCE location, if the uClibc
-# fix_includes.sh script is run (see nokernelheader.patch below)
-# this must be correct.
-KERNEL_SOURCE = "${CROSS_DIR}/${TARGET_SYS}"
+#as stated above, uclibc needs real kernel-headers
+#however: we can't depend on virtual/kernel when nptl hits due to depends deadlocking ....
+KERNEL_SOURCE = "${STAGING_KERNEL_DIR}"
 
 SRC_URI += "svn://uclibc.org/trunk;module=uClibc"
 
 S = "${WORKDIR}/uClibc"
 
-#*** PATCHES ***
-#
-# The nokernelheadercheck patch removes the check on the include
-# files in ${KERNEL_SOURCE}, however this check seems to be
-# functioning correct now so the patch is not included.  It may
-# be necessary to add this for architectures which do not initially
-# have a 'good' set of kernel header files in the cross directory.
-#UCLIBC_PATCHES += "file://nokernelheadercheck.patch;patch=1"
-#
-






More information about the Openembedded-commits mailing list