summaryrefslogtreecommitdiffstats
path: root/meta/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-10-26 12:12:24 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-10-26 12:12:24 +0000
commit1bdfb7b626be9db29987eda26f505af5f2e3e433 (patch)
tree045147ed6518a10526dfb89a01dbde7aa859a6e2 /meta/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb
parenta975511d0dd0bc62db13e6ca8ea226f65ee32ae7 (diff)
downloadpoky-1bdfb7b626be9db29987eda26f505af5f2e3e433.tar.gz
linux-libc-headers: sync with OE (mainly safer use of and blackfin support)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3002 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb')
-rw-r--r--meta/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb11
1 files changed, 5 insertions, 6 deletions
diff --git a/meta/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb b/meta/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb
index 8d82f7b662..0dba90dc97 100644
--- a/meta/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb
+++ b/meta/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb
@@ -1,17 +1,16 @@
1SECTION = "devel" 1require linux-libc-headers.inc
2DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use." 2
3# This package is derived from the original linux-libc-headers at 3# This package is derived from the original linux-libc-headers at
4# http://ep09.pld-linux.org/~mmazur/linux-libc-headers/ 4# http://ep09.pld-linux.org/~mmazur/linux-libc-headers/
5# More specifically, llh-2.6.12.0 was patched up to 2.6.16-rc6 with 5# More specifically, llh-2.6.12.0 was patched up to 2.6.16-rc6 with
6# the official linux patches (where applicable) and then fixed up just 6# the official linux patches (where applicable) and then fixed up just
7# enough to build glibc-2.4. BEWARE! 7# enough to build glibc-2.4. BEWARE!
8# 8#
9# license note from the linux-libc-headers package: 9# license note from the linux-libc-headers package:
10# Linux-libc-headers are derived from linux kernel headers. For license of a 10# Linux-libc-headers are derived from linux kernel headers. For license of a
11# particular header, check it's content, and if copyright notice isn't present, 11# particular header, check it's content, and if copyright notice isn't present,
12# standard linux kernel license applies. 12# standard linux kernel license applies.
13# since we assume GPL for linux i think we can also assume it here 13# since we assume GPL for linux i think we can also assume it here
14LICENSE = "GPL"
15DEFAULT_PREFERENCE = "-1" 14DEFAULT_PREFERENCE = "-1"
16INHIBIT_DEFAULT_DEPS = "1" 15INHIBIT_DEFAULT_DEPS = "1"
17PR = "r4" 16PR = "r4"