Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (9d9f032d6fbed29c8c6d601ff8107a11a5302e3a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (9d9f032d6fbed29c8c6d601ff8107a11a5302e3a)
  • Date: Thu, 7 Jan 2010 15:13:14 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

disk/udev/HISTORY | 3 ++
disk/udev/REPAIR^0fe1cc8576781521ba346977337dfc1a^SUB_DEPENDS | 15
++++++++++
disk/udev/SUB_DEPENDS | 10 ++++++
3 files changed, 27 insertions(+), 1 deletion(-)

New commits:
commit 9d9f032d6fbed29c8c6d601ff8107a11a5302e3a
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

udev: Add EXTRAS dependencies to SUB_DEPENDS as it is run after DEPENDS.
list_find won't find the flag in DEPENDS if it wasn't set by
the user.

diff --git a/disk/udev/HISTORY b/disk/udev/HISTORY
index 0208ff4..df4de3f 100644
--- a/disk/udev/HISTORY
+++ b/disk/udev/HISTORY
@@ -1,6 +1,9 @@
2010-01-07 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: udev with extras requires CONFIG_SYSFS_DEPRECATED_V2 to
be
disabled in the kernel
+ * SUB_DEPENDS, REPAIR^0fe1cc8576781521ba346977337dfc1a^SUB_DEPENDS:
Add
+ EXTRAS dependencies to SUB_DEPENDS as it is run after DEPENDS.
+ list_find won't find the flag in DEPENDS if it wasn't set by the
user.

2009-12-05 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 149
diff --git a/disk/udev/REPAIR^0fe1cc8576781521ba346977337dfc1a^SUB_DEPENDS
b/disk/udev/REPAIR^0fe1cc8576781521ba346977337dfc1a^SUB_DEPENDS
new file mode 100755
index 0000000..e48a91a
--- /dev/null
+++ b/disk/udev/REPAIR^0fe1cc8576781521ba346977337dfc1a^SUB_DEPENDS
@@ -0,0 +1,15 @@
+case "$THIS_SUB_DEPENDS" in
+ VOLUME_ID) true;;
+ EXTRAS) list_add UDEV_OPTS --enable-extras
+ list_remove UDEV_OPTS --disable-extras
+ depends acl &&
+ depends gperf &&
+ depends pkgconfig &&
+ depends glib2 &&
+ depends libusb &&
+ depends usbutils &&
+ depends USBIDS &&
+ depends PCIIDS ;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" &&
+ return 1;;
+esac
diff --git a/disk/udev/SUB_DEPENDS b/disk/udev/SUB_DEPENDS
index 1dddd56..e48a91a 100755
--- a/disk/udev/SUB_DEPENDS
+++ b/disk/udev/SUB_DEPENDS
@@ -1,7 +1,15 @@
case "$THIS_SUB_DEPENDS" in
VOLUME_ID) true;;
EXTRAS) list_add UDEV_OPTS --enable-extras
- list_remove UDEV_OPTS --disable-extras ;;
+ list_remove UDEV_OPTS --disable-extras
+ depends acl &&
+ depends gperf &&
+ depends pkgconfig &&
+ depends glib2 &&
+ depends libusb &&
+ depends usbutils &&
+ depends USBIDS &&
+ depends PCIIDS ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" &&
return 1;;
esac



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (9d9f032d6fbed29c8c6d601ff8107a11a5302e3a), Eric Sandall, 01/07/2010

Archive powered by MHonArc 2.6.24.

Top of Page