From 91d3d92a626da89dfe13d63e68a90dbafdbaef1d Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 28 Apr 2010 10:09:11 -0700 Subject: linux-libc-headers: Delete include/scsi/scsi.h With 2.6.31, the kernel started exporting certain SCSI headers again and in particular scsi/scsi.h. After talking with Christoph Hellwig and James Bottemley (scsi maintainer) the kernel shouldn't export scsi/scsi.h. Removing this from the kernel, rather than trying to clean it up to be userland parseable is the right way to go. We bump the libc INC_PRs to make sure the end user has a sane again. Signed-off-by: Tom Rini Acked-By: Koen Kooi --- recipes/eglibc/eglibc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/eglibc') diff --git a/recipes/eglibc/eglibc.inc b/recipes/eglibc/eglibc.inc index 5c06ae6160..10a4a2341b 100644 --- a/recipes/eglibc/eglibc.inc +++ b/recipes/eglibc/eglibc.inc @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.eglibc.org/home" SECTION = "libs" PRIORITY = "required" LICENSE = "LGPL" -INC_PR = "r9" +INC_PR = "r10" # nptl needs unwind support in gcc, which can't be built without glibc. DEPENDS = "virtual/${TARGET_PREFIX}gcc-intermediate linux-libc-headers" #this leads to circular deps, so lets not add it yet -- cgit v1.2.3