diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-24 17:29:11 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-24 17:29:11 +0000 |
commit | cb207daa97b548c8aa14bbf8e5d32dd4d7a96106 (patch) | |
tree | af2b21b45a363afce3fee8eca3cbe6153a160520 /linux-libc-headers | |
parent | 4461d66e3fd98c663ee7702f26d9ffcad0c09845 (diff) |
attempting to combat latest wireless.h lossage:
add virtual/kernel to linux-libc-headers DEPENDS
BKrev: 41a4c4e7vR-ycNzlWY90tC7ct10onw
Diffstat (limited to 'linux-libc-headers')
-rw-r--r-- | linux-libc-headers/linux-libc-headers_2.6.8.1.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux-libc-headers/linux-libc-headers_2.6.8.1.oe b/linux-libc-headers/linux-libc-headers_2.6.8.1.oe index 1630e99dc1..a82da35ed1 100644 --- a/linux-libc-headers/linux-libc-headers_2.6.8.1.oe +++ b/linux-libc-headers/linux-libc-headers_2.6.8.1.oe @@ -2,7 +2,8 @@ SECTION = "devel" DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use." MAINTAINER = "Chris Larson <kergoth@handhelds.org>" INHIBIT_DEFAULT_DEPS = "1" -PR = "r5" +PR = "r6" +DEPENDS = "virtual/kernel" # NOTE: no need to package these headers, since the c library includes them. PACKAGES = "" |