projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b2a59f
)
package/udev: fix dependency for scsi_id
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 8 Dec 2008 13:41:53 +0000
(13:41 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 8 Dec 2008 13:41:53 +0000
(13:41 -0000)
According to udev.mk, the scsi_id package depends on the libvolume_id
library, so add this dependency to Config.mk
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
package/udev/Config.in
patch
|
blob
|
history
diff --git
a/package/udev/Config.in
b/package/udev/Config.in
index 7ecce0b26467e847d8bff3fa3a2a53ab29041950..b97ff5786258582e39021e9c618b7156acd8aa2e 100644
(file)
--- a/
package/udev/Config.in
+++ b/
package/udev/Config.in
@@
-23,7
+23,7
@@
config BR2_PACKAGE_UDEV_VOLUME_ID
config BR2_PACKAGE_UDEV_SCSI_ID
bool "udev-scsi_id"
- depends on BR2_PACKAGE_UDEV
+ depends on BR2_PACKAGE_UDEV
_VOLUME_ID
help
Build and install SCSI disk identification library.