diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-09-25 21:53:58 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-09-25 21:53:58 +0000 |
commit | 2b3c2d418ea9902ac2190fe0f4dba2acbd178fa5 (patch) | |
tree | 07a6abd3af348bfe68ca0ba3a10d3b9a23159bbe /packages/linux-libc-headers | |
parent | 41fa5a8dbe2037292318aeab9d41af4de3688414 (diff) |
* add unifdef-native, an utility from 2.6.18-git that's used to generate userland headers
* make linux-libc-headers DEPEND on unifdef-native
Diffstat (limited to 'packages/linux-libc-headers')
-rw-r--r-- | packages/linux-libc-headers/linux-libc-headers_2.6.18.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux-libc-headers/linux-libc-headers_2.6.18.bb b/packages/linux-libc-headers/linux-libc-headers_2.6.18.bb index 7fbd7542f0..7074828a5f 100644 --- a/packages/linux-libc-headers/linux-libc-headers_2.6.18.bb +++ b/packages/linux-libc-headers/linux-libc-headers_2.6.18.bb @@ -1,8 +1,9 @@ -SECTION = "devel" DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use." +SECTION = "devel" LICENSE = "GPL" DEFAULT_PREFERENCE = "-1" INHIBIT_DEFAULT_DEPS = "1" +DEPENDS = "unifdef-native" PR = "r0" SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2" |