diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-24 19:03:07 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-24 19:03:07 +0000 |
commit | 762b216050b001c6bb1c9d581eb1de0457b5579b (patch) | |
tree | 67c277459031b18e6d28dd022973a29bfb8e8c73 | |
parent | cb207daa97b548c8aa14bbf8e5d32dd4d7a96106 (diff) |
undo previous (well-intentioned but misguided) change to DEPENDS
BKrev: 41a4daebvfTWSEeIL3xT170dK3tiQw
-rw-r--r-- | linux-libc-headers/linux-libc-headers_2.6.8.1.oe | 1 |
1 files changed, 0 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 a82da35ed1..f955ecae51 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 @@ -3,7 +3,6 @@ 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 = "r6" -DEPENDS = "virtual/kernel" # NOTE: no need to package these headers, since the c library includes them. PACKAGES = "" |