From cb207daa97b548c8aa14bbf8e5d32dd4d7a96106 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Wed, 24 Nov 2004 17:29:11 +0000 Subject: [PATCH] attempting to combat latest wireless.h lossage: add virtual/kernel to linux-libc-headers DEPENDS BKrev: 41a4c4e7vR-ycNzlWY90tC7ct10onw --- linux-libc-headers/linux-libc-headers_2.6.8.1.oe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 " 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 = "" -- 2.39.5