udev: update to 167.
This commit is contained in:
parent
d36c2108c5
commit
7b89c7288d
3 changed files with 2 additions and 12 deletions
|
@ -1,9 +0,0 @@
|
|||
#
|
||||
# This scripts updates the udev database as suggested upstream.
|
||||
#
|
||||
case "${ACTION}" in
|
||||
post)
|
||||
echo "Updating udev database..."
|
||||
sbin/udevadm info --convert-db
|
||||
;;
|
||||
esac
|
|
@ -6,7 +6,6 @@ long_desc="${long_desc}
|
|||
This package contains libgudev, a library to interact with udev through
|
||||
the GLib bindings."
|
||||
|
||||
revision=1
|
||||
replaces="udev-glib>=0"
|
||||
Add_dependency run glibc
|
||||
Add_dependency run glib
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'udev'
|
||||
pkgname=udev
|
||||
version=166
|
||||
version=167
|
||||
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 <xtraeme@gmail.com>"
|
||||
checksum=f5d27381a16ad56ed76e472fc05a7116f7ffede0898b4ccbaf501fe2384354d7
|
||||
checksum=bafaf33e8a39ae109a3e1b82eed72337776cad3e5cccacce8d909a44e09a32eb
|
||||
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."
|
||||
|
|
Loading…
Reference in a new issue