From 293fa519d1c883e5a65ac298c1011ab95fb96499 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 16 Jun 2010 11:16:23 -0700 Subject: linux-libc-headers-native: Add, make it a dependency for most native recipes On some host distributions the provided linux kernel headers are too old to compile utilities we need. Given that we need these utilities to run things on the target the best solution is to provide linux-libc-headers-native. Rather than get things into an inconsistent state, we make linux-libc-headers-native be a default dependency. Acked-by: Leon Woestenberg Signed-off-by: Tom Rini --- recipes/linux-libc-headers/linux-libc-headers_2.6.7.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes/linux-libc-headers/linux-libc-headers_2.6.7.0.bb') diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.7.0.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.7.0.bb index b66e768bb1..0a1159a8fb 100644 --- a/recipes/linux-libc-headers/linux-libc-headers_2.6.7.0.bb +++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.7.0.bb @@ -1,6 +1,7 @@ require linux-libc-headers.inc INHIBIT_DEFAULT_DEPS = "1" +NATIVE_INSTALL_WORKS = "0" PR = "r4" # NOTE: no need to package these headers, since the c library includes them. PACKAGES = "" -- cgit v1.2.3