diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-04 15:41:01 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-04 15:41:16 +0100 |
commit | e731ff2881ef13e742889ef6e535f1cf89bbc1ef (patch) | |
tree | 72ed77b89c19c2c12ab892fe715fa3bd4d25e10e /meta/recipes-core/udev | |
parent | c24befffaf90b883b5844fc6a7084337af694f3f (diff) | |
download | poky-e731ff2881ef13e742889ef6e535f1cf89bbc1ef.tar.gz |
udev: Remove files moved to udev-extraconf
(From OE-Core rev: 92f8605b81d373b66224b15355226f93ac5b3a46)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/udev')
-rw-r--r-- | meta/recipes-core/udev/udev.inc | 7 | ||||
-rw-r--r-- | meta/recipes-core/udev/udev_164.bb | 2 |
2 files changed, 1 insertions, 8 deletions
diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc index 9cc00e88b7..329f727c5c 100644 --- a/meta/recipes-core/udev/udev.inc +++ b/meta/recipes-core/udev/udev.inc | |||
@@ -21,8 +21,6 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ | |||
21 | file://devfs-udev.rules \ | 21 | file://devfs-udev.rules \ |
22 | file://links.conf \ | 22 | file://links.conf \ |
23 | file://permissions.rules \ | 23 | file://permissions.rules \ |
24 | file://mount.sh \ | ||
25 | file://network.sh \ | ||
26 | file://local.rules \ | 24 | file://local.rules \ |
27 | file://udev-cache \ | 25 | file://udev-cache \ |
28 | file://udev-cache.default \ | 26 | file://udev-cache.default \ |
@@ -82,11 +80,6 @@ do_install_append () { | |||
82 | 80 | ||
83 | install -m 0644 ${WORKDIR}/local.rules ${D}${sysconfdir}/udev/rules.d/local.rules | 81 | install -m 0644 ${WORKDIR}/local.rules ${D}${sysconfdir}/udev/rules.d/local.rules |
84 | 82 | ||
85 | install -d ${D}${sysconfdir}/udev/scripts/ | ||
86 | |||
87 | install -m 0755 ${WORKDIR}/mount.sh ${D}${sysconfdir}/udev/scripts/mount.sh | ||
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 | 83 | # hid2hci has moved to bluez4. removed in udev as of version 169 |
91 | rm -f ${D}${base_libdir}/udev/hid2hci | 84 | rm -f ${D}${base_libdir}/udev/hid2hci |
92 | } | 85 | } |
diff --git a/meta/recipes-core/udev/udev_164.bb b/meta/recipes-core/udev/udev_164.bb index 4d22bc8693..c877be58f9 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 = "r16" | 3 | PR = "r17" |
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 \ |