diff options
-rw-r--r-- | meta/recipes-core/udev/udev.inc | 3 | ||||
-rw-r--r-- | meta/recipes-core/udev/udev_164.bb | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc index 3e72515d9f..9cc00e88b7 100644 --- a/meta/recipes-core/udev/udev.inc +++ b/meta/recipes-core/udev/udev.inc | |||
@@ -86,4 +86,7 @@ do_install_append () { | |||
86 | 86 | ||
87 | install -m 0755 ${WORKDIR}/mount.sh ${D}${sysconfdir}/udev/scripts/mount.sh | 87 | install -m 0755 ${WORKDIR}/mount.sh ${D}${sysconfdir}/udev/scripts/mount.sh |
88 | install -m 0755 ${WORKDIR}/network.sh ${D}${sysconfdir}/udev/scripts | 88 | install -m 0755 ${WORKDIR}/network.sh ${D}${sysconfdir}/udev/scripts |
89 | |||
90 | # hid2hci has moved to bluez4. removed in udev as of version 169 | ||
91 | rm -f ${D}${base_libdir}/udev/hid2hci | ||
89 | } | 92 | } |
diff --git a/meta/recipes-core/udev/udev_164.bb b/meta/recipes-core/udev/udev_164.bb index 6aa5599003..4d22bc8693 100644 --- a/meta/recipes-core/udev/udev_164.bb +++ b/meta/recipes-core/udev/udev_164.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | include udev.inc | 1 | include udev.inc |
2 | 2 | ||
3 | PR = "r15" | 3 | PR = "r16" |
4 | 4 | ||
5 | SRC_URI += "file://udev-166-v4l1-1.patch \ | 5 | SRC_URI += "file://udev-166-v4l1-1.patch \ |
6 | file://include_resource.patch \ | 6 | file://include_resource.patch \ |