diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-01-13 21:51:07 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-01-13 21:54:56 +0100 |
commit | ea793d9ebd8567900c15da4f39304a71d503e2d5 (patch) | |
tree | 28c0c2de7550f6a54ae6660bc0fc432cc335f233 /packages/hal/hal_0.5.11.bb | |
parent | 8b2d2b1400542052f15a3c3705ccb9887c82ab82 (diff) |
hal: depend on udev-utils not on udev
HAL uses 'udevinfo' command which is part of udev-utils. In previous
commit I made 'udevinfo' command working without installing main 'udev'
package (which is not needed on systems where mdev is used as hotplug
manager).
Diffstat (limited to 'packages/hal/hal_0.5.11.bb')
-rw-r--r-- | packages/hal/hal_0.5.11.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/hal/hal_0.5.11.bb b/packages/hal/hal_0.5.11.bb index 2b56fdfca5..f51f6b0343 100644 --- a/packages/hal/hal_0.5.11.bb +++ b/packages/hal/hal_0.5.11.bb @@ -1,6 +1,6 @@ require hal.inc -PR = "r2" +PR = "r3" SRC_URI += " file://hal-right-input-h.patch;patch=1 \ file://fix-configure.diff;patch=1" |