Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/udev/files: udev-167-revert-disable-all-extras.patch
Date: Sun, 03 Apr 2011 12:17:11
Message-Id: 20110403121700.A17A620057@flycatcher.gentoo.org
1 zzam 11/04/03 12:17:00
2
3 Added: udev-167-revert-disable-all-extras.patch
4 Log:
5 Let USE=-extras still build important utils like ata_id and usb_id. Backported from udev-168.
6
7 (Portage version: 2.1.9.45/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sys-fs/udev/files/udev-167-revert-disable-all-extras.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/files/udev-167-revert-disable-all-extras.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/files/udev-167-revert-disable-all-extras.patch?rev=1.1&content-type=text/plain
14
15 Index: udev-167-revert-disable-all-extras.patch
16 ===================================================================
17 commit 9bb54267a1483e8f3b2de352c7be433f625e5606
18 Author: Martin Pitt <martin.pitt@××××××.com>
19 Date: Thu Mar 31 19:23:19 2011 +0200
20
21 Revert "Do not build extras with --disable-extras"
22
23 This reverts commit 905818f5961446ac32d1b2d165185fffddc4915a.
24
25 We do want to build some extras, just not the ones with extra dependencies.
26 Thanks to Juergen Daubert for pointing this out.
27
28 diff --git a/Makefile.am b/Makefile.am
29 index df70bf7..2c20f46 100644
30 --- a/Makefile.am
31 +++ b/Makefile.am
32 @@ -225,7 +225,6 @@ dist_udevrules_DATA += \
33 extras/rule_generator/75-cd-aliases-generator.rules \
34 extras/rule_generator/75-persistent-net-generator.rules
35
36 -if ENABLE_EXTRAS
37 # ------------------------------------------------------------------------------
38 # firmware - firmware loading
39 # ------------------------------------------------------------------------------
40 @@ -314,8 +313,6 @@ extras_v4l_id_v4l_id_LDADD = libudev/libudev-private.la
41 libexec_PROGRAMS += extras/v4l_id/v4l_id
42 dist_udevrules_DATA += extras/v4l_id/60-persistent-v4l.rules
43
44 -endif # ENABLE_EXTRAS
45 -
46 # ------------------------------------------------------------------------------
47 # qemu -- qemu/kvm guest tweaks
48 # ------------------------------------------------------------------------------