diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-11-15 15:10:10 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-11-15 15:10:10 +0000 |
commit | e69c45bef91e69257942d9f652121e2b5d13d291 (patch) | |
tree | 453edbfe2185d3a7ff5c83b2781e68e220067069 | |
parent | 68f98e27f1250b7765557105e493ee103a61a201 (diff) |
Upgrade to Udev-147. Fixes #2512.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9103 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/udev.xml | 11 | ||||
-rw-r--r-- | packages.ent | 6 |
3 files changed, 17 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 562e7f651..311d06556 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2009-11-15</para> <itemizedlist> <listitem> + <para>[matthew] Upgraded to Udev-147. Fixes + <ulink url="&lfs-ticket-root;2512">#2512</ulink>.</para> + </listitem> + <listitem> <para>[matthew] Upgraded to Linux-2.6.31.6. Fixes <ulink url="&lfs-ticket-root;2511">#2511</ulink>.</para> </listitem> diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 4f2314f79..3ad501385 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -65,7 +65,7 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen> --sysconfdir=/etc --sbindir=/sbin \ --with-rootlibdir=/lib --libexecdir=/lib/udev \ --docdir=/usr/share/doc/udev-&udev-version; \ - --disable-extras</userinput></screen> + --disable-extras --disable-introspection</userinput></screen> <variablelist> <title>The meaning of the new configure options</title> @@ -112,6 +112,15 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen> <filename>README</filename> file for more information.</para> </listitem> </varlistentry> + + <varlistentry> + <term><parameter>--disable-introspection</parameter></term> + <listitem> + <para>This option prevents Udev's instrospection feature, which + requires packages not installed as part of the base LFS system. See + the Udev <filename>README</filename> file for more information.</para> + </listitem> + </varlistentry> </variablelist> <para>Compile the package:</para> diff --git a/packages.ent b/packages.ent index 1bf6f077f..6683004dc 100644 --- a/packages.ent +++ b/packages.ent @@ -500,10 +500,10 @@ <!ENTITY texinfo-ch6-du "21 MB"> <!ENTITY texinfo-ch6-sbu "0.3 SBU"> -<!ENTITY udev-version "146"> -<!ENTITY udev-size "519 KB"> +<!ENTITY udev-version "147"> +<!ENTITY udev-size "527 KB"> <!ENTITY udev-url "&kernel;linux/utils/kernel/hotplug/udev-&udev-version;.tar.bz2"> -<!ENTITY udev-md5 "b2a8acefda4fa8a70d45642035abd718"> +<!ENTITY udev-md5 "aed0129c5a00e01d1be75ffda7d2e0f1"> <!ENTITY udev-home "&kernel;linux/utils/kernel/hotplug/udev.html"> <!ENTITY udev-ch6-du "11.6 MB"> <!ENTITY udev-ch6-sbu "0.2 SBU"> |