summaryrefslogtreecommitdiff
path: root/meta/packages/linux-libc-headers/linux-libc-headers_2.6.33.bb
diff options
context:
space:
mode:
authorDike, Jeffrey G <jeffrey.g.dike@intel.com>2010-06-16 14:32:49 -0700
committerJoshua Lock <josh@linux.intel.com>2010-06-17 12:33:10 +0100
commit30e98b4a0d85163acd5d33d252f8637bfd40b2ef (patch)
treedb967fbb52b56564835f3fe46cef21980ab12e8e /meta/packages/linux-libc-headers/linux-libc-headers_2.6.33.bb
parentc87bf0cfc656b4ae32b5e6ea926a71135b609a2e (diff)
downloadopenembedded-core-30e98b4a0d85163acd5d33d252f8637bfd40b2ef.tar.gz
openembedded-core-30e98b4a0d85163acd5d33d252f8637bfd40b2ef.tar.bz2
openembedded-core-30e98b4a0d85163acd5d33d252f8637bfd40b2ef.tar.xz
openembedded-core-30e98b4a0d85163acd5d33d252f8637bfd40b2ef.zip
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>
Diffstat (limited to 'meta/packages/linux-libc-headers/linux-libc-headers_2.6.33.bb')
-rw-r--r--meta/packages/linux-libc-headers/linux-libc-headers_2.6.33.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/linux-libc-headers/linux-libc-headers_2.6.33.bb b/meta/packages/linux-libc-headers/linux-libc-headers_2.6.33.bb
index e70698807..4a63910e8 100644
--- a/meta/packages/linux-libc-headers/linux-libc-headers_2.6.33.bb
+++ b/meta/packages/linux-libc-headers/linux-libc-headers_2.6.33.bb
@@ -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}"