From: Victor Martinez Date: Fri, 13 Sep 2013 21:12:47 +0000 (+0000) Subject: udev: aligned with upstream, added forgotten rules and fixed FS#52 using lt_sysroot... X-Git-Url: http://gitweb/?a=commitdiff_plain;h=2425423194b77b6b290af5aaf1384cb4319ac6da;p=crossrootfs.git udev: aligned with upstream, added forgotten rules and fixed FS#52 using lt_sysroot to prioritize our CLFS --- diff --git a/udev/81-crux.rules b/udev/81-crux.rules new file mode 100644 index 0000000..88d8bc9 --- /dev/null +++ b/udev/81-crux.rules @@ -0,0 +1,6 @@ +# +# 81-crux.rules +# + +KERNEL=="fuse", ACTION=="add", RUN+="/bin/mount -t fusectl fusectl /sys/fs/fuse/connections" + diff --git a/udev/Pkgfile b/udev/Pkgfile index 3e8d0d4..2bad3e2 100644 --- a/udev/Pkgfile +++ b/udev/Pkgfile @@ -5,13 +5,16 @@ name=udev version=182 -release=1 +release=2 source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/$name-$version.tar.xz \ 81-crux.rules start_udev) build() { cd udev-$version + # Forcing libtool to prioritize our sysroot + sed "s|lt_sysroot=|lt_sysroot=$CLFS|g" -i m4/libtool.m4 + ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \