aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2006-12-19 19:49:56 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2006-12-19 19:49:56 +0000
commit4ae75ddfdeecbf753c31a2eac69e411ce45910fa (patch)
treefaaee6ecded407a9d4c7d0adade489861029dcb0 /packages
parent9e6de6bbf2e11a7fd9dcd6d413ab44b514eeeb13 (diff)
downloadopenembedded-4ae75ddfdeecbf753c31a2eac69e411ce45910fa.tar.gz
Point to correct dir containing kernel headers
Diffstat (limited to 'packages')
-rw-r--r--packages/uclibc/uclibc_svn.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/uclibc/uclibc_svn.bb b/packages/uclibc/uclibc_svn.bb
index ef9c40d463..568f8d46ee 100644
--- a/packages/uclibc/uclibc_svn.bb
+++ b/packages/uclibc/uclibc_svn.bb
@@ -21,9 +21,10 @@ PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc"
PACKAGE_ARCH = "${MACHINE_ARCH}"
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/uclibc-cvs', '${FILE_DIRNAME}/uclibc-${UCLIBC_BASE}', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
-#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}"
+# 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}"
SRC_URI += "svn://uclibc.org/trunk;module=uClibc"