[oe-commits] org.oe.dev Set corect path to kernel headers for uclibc_svn

ifaistos commit openembedded-commits at lists.openembedded.org
Thu Dec 21 16:54:31 UTC 2006


Set corect path to kernel headers for uclibc_svn
Add patch to allow gettext to compile

Author: ifaistos at openembedded.org
Branch: org.openembedded.dev
Revision: 2cb4d98da8d89151fc7d4f2761e8fe475db38c96
ViewMTN: http://monotone.openembedded.org/revision.psp?id=2cb4d98da8d89151fc7d4f2761e8fe475db38c96
Files:
1
packages/uclibc/uclibc-cvs/error_print_progname.patch
packages/uclibc/uclibc_svn.bb
Diffs:

#
# mt diff -rea96eefc14c15199e04eee98aded59a6f1482745 -r2cb4d98da8d89151fc7d4f2761e8fe475db38c96
#
# 
# 
# add_file "packages/uclibc/uclibc-cvs/error_print_progname.patch"
#  content [d89bcd0b7a7f5fb7ae92d8e182b3e4aab180c5fd]
# 
# patch "packages/uclibc/uclibc_svn.bb"
#  from [64e929db10f64ed240d014c6f831b0ecdb142d78]
#    to [ff9f20a9bde40213dfecbd7b3c7783773ac849f1]
# 
============================================================
--- packages/uclibc/uclibc-cvs/error_print_progname.patch	d89bcd0b7a7f5fb7ae92d8e182b3e4aab180c5fd
+++ packages/uclibc/uclibc-cvs/error_print_progname.patch	d89bcd0b7a7f5fb7ae92d8e182b3e4aab180c5fd
@@ -0,0 +1,11 @@
+--- /libc/misc/error/orig-error.c	2006-11-29 14:28:13.000000000 -0500
++++ /libc/misc/error/error.c	2006-12-20 22:54:16.000000000 -0500
+@@ -44,7 +44,7 @@
+ /* If NULL, error will flush stdout, then print on stderr the program
+    name, a colon and a space.  Otherwise, error will call this
+    function without parameters instead.  */
+-/* void (*error_print_progname) (void) = NULL; */
++ void (*error_print_progname) (void) = NULL; 
+ 
+ extern __typeof(error) __error attribute_hidden;
+ void __error (int status, int errnum, const char *message, ...)
============================================================
--- packages/uclibc/uclibc_svn.bb	64e929db10f64ed240d014c6f831b0ecdb142d78
+++ packages/uclibc/uclibc_svn.bb	ff9f20a9bde40213dfecbd7b3c7783773ac849f1
@@ -21,12 +21,12 @@ FILESPATH = "${@base_set_filespath([ '${
 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"
 






More information about the Openembedded-commits mailing list