package/udev: fix dependency for scsi_id

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>
This commit is contained in:
Peter Korsgaard 2008-12-08 13:41:53 +00:00
parent 6b2a59fdea
commit 47fc81ca4f

View File

@ -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.