[OE stablebranch] patch for fixing #4261 (meta-toolchain for uclibc does not add linux-libc-headers to the toolchain package)

Sergey 'Jin' Bostandzhyan jin at mediatomb.cc
Wed May 14 15:03:57 CEST 2008


Hi,

I ran into another problem with meta-toolchain, this time the linux
libc-headers were not put into the resulting toolchain package.

This works for glibc builds, but for some reason it did not happen for 
uclibc builds.

http://bugs.openembedded.net/show_bug.cgi?id=4261

I attached a patch that works for me.

Kind regards,
Jin

-------------- next part --------------
diff -Naur org.openembedded.stable/packages/tasks/task-sdk.bb org.openembedded.stable-uclibc/packages/tasks/task-sdk.bb
--- org.openembedded.stable/packages/tasks/task-sdk.bb	2008-05-14 14:38:27.000000000 +0200
+++ org.openembedded.stable-uclibc/packages/tasks/task-sdk.bb	2008-05-14 14:37:51.000000000 +0200
@@ -1,5 +1,5 @@
 DESCRIPTION = "SDK packages"
-PR = "r8"
+PR = "r9"
 LICENSE = "MIT"
 ALLOW_EMPTY = "1"
 
@@ -19,4 +19,5 @@
     ${LIBC} \
     ${LIBC}-dev \
     libgcc \
+    linux-libc-headers-dev \
     "


More information about the Openembedded-stablebranch mailing list