summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev/udev.inc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2016-01-19 19:50:37 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-20 17:07:16 +0000
commitb80219eac1695044554c18994124ae32c04642c6 (patch)
tree155ed090a239b04a666a6d624b94a3355cb555a4 /meta/recipes-core/udev/udev.inc
parent1013385b2f04b914538c0699a636074496911788 (diff)
downloadpoky-b80219eac1695044554c18994124ae32c04642c6.tar.gz
udev: Add 2 patches to support 4.4 kernel
These 2 patches are needed to build udev with the 4.4 kernel, the first mtd-probe adds back a stdint.h header that was removed in the kernel's mtd-user.h header file. The second adds a check for a new header and sets a Makefile variable to determine which header to use for the new kernel vs older kernels. (From OE-Core rev: 8084c185c43cb7e7f5e29d31939dfd308f8a0f93) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/udev/udev.inc')
-rw-r--r--meta/recipes-core/udev/udev.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc
index c00ed3412a..93d736941d 100644
--- a/meta/recipes-core/udev/udev.inc
+++ b/meta/recipes-core/udev/udev.inc
@@ -31,7 +31,10 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
31 file://add-install-ptest.patch \ 31 file://add-install-ptest.patch \
32 file://fix_rule-syntax-regex-ptest.patch \ 32 file://fix_rule-syntax-regex-ptest.patch \
33 file://run-ptest \ 33 file://run-ptest \
34 file://init" 34 file://init \
35 file://0001-mtd_probe.h-Add-stdint.h-as-it-was-removed-from-mtd-.patch \
36 file://0002-configure.ac-Makefile.am-Check-for-input.h-and-input.patch \
37 "
35 38
36inherit autotools pkgconfig update-rc.d ptest 39inherit autotools pkgconfig update-rc.d ptest
37RDEPENDS_${PN}-ptest += "make perl python" 40RDEPENDS_${PN}-ptest += "make perl python"