diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2006-12-21 16:46:40 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2006-12-21 16:46:40 +0000 |
commit | 9e8c7b70df3478246249f987c9388b3cd00cb8c5 (patch) | |
tree | 9c12b3a16e53ce037c0766c8c9b2c9aeffe9bdb5 /packages/uclibc/uclibc_svn.bb | |
parent | 2e42e0b62c93c454332403036baffca348dfd06d (diff) |
Set corect path to kernel headers for uclibc_svn
Add patch to allow gettext to compile
Diffstat (limited to 'packages/uclibc/uclibc_svn.bb')
-rw-r--r-- | packages/uclibc/uclibc_svn.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/uclibc/uclibc_svn.bb b/packages/uclibc/uclibc_svn.bb index 568f8d46ee..10855e6749 100644 --- a/packages/uclibc/uclibc_svn.bb +++ b/packages/uclibc/uclibc_svn.bb @@ -21,12 +21,12 @@ 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)}" -# This is the correct KERNEL_SOURCE location, if the uClibc -# fix_includes.sh script is run (see nokernelheader.patch below) -# this must be correct. +#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 = "${CROSS_DIR}/${TARGET_SYS}" SRC_URI += "svn://uclibc.org/trunk;module=uClibc" +SRC_URI += " file://error_print_progname.patch;patch=1" S = "${WORKDIR}/uClibc" |