summaryrefslogtreecommitdiffstats
path: root/base/udev
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-25 00:08:59 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-25 00:08:59 +0100
commit0dd03388aea03fa5d199c671f682ac9a8e1f7eb8 (patch)
tree2dd0cf7c63cbfb8a4dc0b087a31588de55290977 /base/udev
parent9d97fb21a051fdcf58793d2eac82d34d291e36ef (diff)
downloadnutyx-pakxe-0dd03388aea03fa5d199c671f682ac9a8e1f7eb8.tar.gz
nutyx-pakxe-0dd03388aea03fa5d199c671f682ac9a8e1f7eb8.tar.bz2
nutyx-pakxe-0dd03388aea03fa5d199c671f682ac9a8e1f7eb8.tar.xz
nutyx-pakxe-0dd03388aea03fa5d199c671f682ac9a8e1f7eb8.zip
Maj udev#149-1
Diffstat (limited to 'base/udev')
-rw-r--r--base/udev/.footprint13
-rw-r--r--base/udev/.md5sum4
-rw-r--r--base/udev/Pkgfile9
3 files changed, 13 insertions, 13 deletions
diff --git a/base/udev/.footprint b/base/udev/.footprint
index 3af6c7c52..90e446091 100644
--- a/base/udev/.footprint
+++ b/base/udev/.footprint
@@ -6,8 +6,8 @@ drwxr-xr-x root/root etc/udev/rules.d/
-rw-r--r-- root/root etc/udev/udev.conf
drwxr-xr-x root/root lib/
drwxr-xr-x root/root lib/firmware/
-lrwxrwxrwx root/root lib/libudev.so.0 -> libudev.so.0.5.0
--rwxr-xr-x root/root lib/libudev.so.0.5.0
+lrwxrwxrwx root/root lib/libudev.so.0 -> libudev.so.0.5.1
+-rwxr-xr-x root/root lib/libudev.so.0.5.1
drwxr-xr-x root/root lib/udev/
-rwxr-xr-x root/root lib/udev/ata_id
-rwxr-xr-x root/root lib/udev/cdrom_id
@@ -24,6 +24,7 @@ lrwxrwxrwx root/root lib/udev/devices/stdout -> /proc/self/fd/1
-rwxr-xr-x root/root lib/udev/edd_id
-rwxr-xr-x root/root lib/udev/firmware.sh
-rwxr-xr-x root/root lib/udev/fstab_import
+-rwxr-xr-x root/root lib/udev/input_id
-rwxr-xr-x root/root lib/udev/path_id
-rw-r--r-- root/root lib/udev/rule_generator.functions
drwxr-xr-x root/root lib/udev/rules.d/
@@ -59,14 +60,14 @@ drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/libudev.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libudev.la
-lrwxrwxrwx root/root usr/lib/libudev.so -> ../../lib/libudev.so.0.5.0
+lrwxrwxrwx root/root usr/lib/libudev.so -> ../../lib/libudev.so.0.5.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libudev.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/doc/
-drwxr-xr-x root/root usr/share/doc/udev-146/
-drwxr-xr-x root/root usr/share/doc/udev-146/writing_udev_rules/
--rw-r--r-- root/root usr/share/doc/udev-146/writing_udev_rules/index.html
+drwxr-xr-x root/root usr/share/doc/udev-149/
+drwxr-xr-x root/root usr/share/doc/udev-149/writing_udev_rules/
+-rw-r--r-- root/root usr/share/doc/udev-149/writing_udev_rules/index.html
drwxr-xr-x root/root usr/share/doc/udev-config/
-rw-r--r-- root/root usr/share/doc/udev-config/55-lfs.txt
-rw-r--r-- root/root usr/share/doc/udev-config/61-cdrom.txt
diff --git a/base/udev/.md5sum b/base/udev/.md5sum
index a029086ee..69298ae3b 100644
--- a/base/udev/.md5sum
+++ b/base/udev/.md5sum
@@ -1,2 +1,2 @@
-b2a8acefda4fa8a70d45642035abd718 udev-146.tar.bz2
-a06aad965a48e011878c4ed65eba0b01 udev-config-20090523.tar.bz2
+b218bd15939e8afc6368e1907a48bb26 udev-149.tar.bz2
+43bab9f2d2ad672eb843548d4845ff09 udev-config-20090925.tar.bz2
diff --git a/base/udev/Pkgfile b/base/udev/Pkgfile
index df5119c70..a8f9a4717 100644
--- a/base/udev/Pkgfile
+++ b/base/udev/Pkgfile
@@ -5,9 +5,9 @@
# Depends on:
name=udev
-version=146
+version=149
release=1
-_lfs_release=20090523
+_lfs_release=20090925
source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/$name-$version.tar.bz2 \
http://www.linuxfromscratch.org/lfs/downloads/development/udev-config-${_lfs_release}.tar.bz2)
build() {
@@ -22,8 +22,8 @@ ln -s /proc/kcore $PKG/lib/udev/devices/core
./configure --prefix=/usr \
--sysconfdir=/etc --sbindir=/sbin \
--with-rootlibdir=/lib --libexecdir=/lib/udev \
- --docdir=/usr/share/doc/udev-146 \
- --disable-extras
+ --docdir=/usr/share/doc/udev-$version \
+ --disable-extras --disable-introspection
make
make install DESTDIR=$PKG mandir="/usr/share/man"
install -m644 -v rules/packages/64-*.rules \
@@ -37,4 +37,3 @@ cd ../udev-config-${_lfs_release}
make DESTDIR=$PKG install
make DESTDIR=$PKG install-doc
}
-