linux-libc-headers: Remove ioctls for deleted driver

2.6.33 removed the Hayes ESP driver.  The presence of these ioctls
makes setserial believe that ESP support should be built in, breaking its
build.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
This commit is contained in:
Dike, Jeffrey G
2010-06-16 14:32:49 -07:00
committed by Joshua Lock
parent c87bf0cfc6
commit 30e98b4a0d
2 changed files with 28 additions and 2 deletions

View File

@@ -2,9 +2,10 @@ require linux-libc-headers.inc
INHIBIT_DEFAULT_DEPS = "1"
DEPENDS += "unifdef-native"
PR = "r0"
PR = "r1"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
file://hayes-gone.patch"
S = "${WORKDIR}/linux-${PV}"