diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-04-28 10:09:11 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-04-28 10:10:41 -0700 |
commit | 91d3d92a626da89dfe13d63e68a90dbafdbaef1d (patch) | |
tree | c5926e030ff9ab1dc23d8c06836ba7aca893ad01 /recipes/glibc | |
parent | 31aa8d977dbc5503d9a122fe902334d5437921c7 (diff) |
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
<scsi/scsi.h> again.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Acked-By: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/glibc')
-rw-r--r-- | recipes/glibc/glibc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/glibc/glibc.inc b/recipes/glibc/glibc.inc index 6741b21a58..19b5524293 100644 --- a/recipes/glibc/glibc.inc +++ b/recipes/glibc/glibc.inc @@ -11,7 +11,7 @@ PROVIDES = "virtual/libc virtual/${TARGET_PREFIX}libc-for-gcc" PROVIDES += "virtual/libintl virtual/libiconv" # INC_PR for glibc.inc, glibc-initial.inc and glibc-stage.inc -INC_PR = "r35" +INC_PR = "r36" inherit autotools |