diff options
Diffstat (limited to 'packages/udev/udev_070.bb')
-rw-r--r-- | packages/udev/udev_070.bb | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/packages/udev/udev_070.bb b/packages/udev/udev_070.bb index c42cdf5f5b..f791fd8cf4 100644 --- a/packages/udev/udev_070.bb +++ b/packages/udev/udev_070.bb @@ -2,12 +2,7 @@ SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ file://tmpfs.patch;patch=1 \ file://noasmlinkage.patch;patch=1 \ file://flags.patch;patch=1 \ - file://tty-symlinks.patch;patch=1 \ - file://udev.rules \ - file://links.conf \ - file://init" - -UDEV_DEVFS_RULES = "0" + file://tty-symlinks.patch;patch=1" include udev.inc @@ -15,11 +10,6 @@ PR = "r1" UDEV_EXTRAS = "extras/firmware/ extras/scsi_id/ extras/volume_id/ extras/run_directory/" -do_install_append() { - install -m 0644 ${WORKDIR}/udev.rules ${D}${sysconfdir}/udev/rules.d/ - install -m 0644 ${WORKDIR}/links.conf ${D}${sysconfdir}/udev/links.conf -} - #FIXME UDEV MIGRATION PLAN: #FIXME a) udevd is now a netlink daemon and needs to be started by the init script (ours is way too old) #FIXME b) sbin/hotplug should no longer be called by the kernel, i.e. echo "" >/proc/sys/kernel/hotplug |