From 2b48b811e89d475b618501a2489e4e39f8ec88b3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 28 Apr 2011 17:31:37 +0200 Subject: [PATCH] udev: update to 168. --- srcpkgs/udev/files/udev.initramfs-hook | 7 +++++++ srcpkgs/udev/template | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/srcpkgs/udev/files/udev.initramfs-hook b/srcpkgs/udev/files/udev.initramfs-hook index c1fc3fa366..d36613f404 100644 --- a/srcpkgs/udev/files/udev.initramfs-hook +++ b/srcpkgs/udev/files/udev.initramfs-hook @@ -41,5 +41,12 @@ done # Copy across helpers the rules need mkdir -p ${DESTDIR}/lib/udev +copy_exec /lib/udev/ata_id /lib/udev +copy_exec /lib/udev/cdrom_id /lib/udev +copy_exec /lib/udev/edd_id /lib/udev +copy_exec /lib/udev/input_id /lib/udev copy_exec /lib/udev/path_id /lib/udev +copy_exec /lib/udev/scsi_id /lib/udev +copy_exec /lib/udev/usb_id /lib/udev + cp -f /lib/udev/firmware ${DESTDIR}/lib/udev diff --git a/srcpkgs/udev/template b/srcpkgs/udev/template index 1166227005..2a7e3e2fcb 100644 --- a/srcpkgs/udev/template +++ b/srcpkgs/udev/template @@ -1,13 +1,13 @@ # Template file for 'udev' pkgname=udev -version=167 +version=168 distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.bz2" build_style=gnu_configure configure_args="--exec-prefix= --without-selinux --libexecdir=/lib/udev --with-rootlibdir=/lib --enable-introspection" short_desc="A userspace implementation of devfs" maintainer="Juan RP " -checksum=bafaf33e8a39ae109a3e1b82eed72337776cad3e5cccacce8d909a44e09a32eb +checksum=9ddc43173cf7b397c8cc01d26d644932ff2c2259b3a5eea7be90db96a28080e2 long_desc=" udev is a implementation of devfs in userspace using sysfs and /sbin/hotplug. It requires a 2.5/2.6 kernel to run properly."