diff options
| author | eric.le.bihan.dev@free.fr <eric.le.bihan.dev@free.fr> | 2014-02-07 14:21:33 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-12 22:14:19 +0100 |
| commit | fabcb119b978c123ce8903b637beb63dd605dccd (patch) | |
| tree | 4dbc518d0a55d73104c06eb4c85d7472d2b7d908 /package/libatasmart | |
| parent | 937a95449ecaad02386523f8fe2eeefbea6be971 (diff) | |
| download | buildroot-fabcb119b978c123ce8903b637beb63dd605dccd.tar.gz buildroot-fabcb119b978c123ce8903b637beb63dd605dccd.zip | |
udev: convert to virtual package
This patch converts udev to a virtual package. For the moment, there is only
one provider for the udev features: eudev.
Packages meant to provide udev-like features must select the symbol
BR2_PACKAGE_HAS_UDEV.
Packages depending on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV or
BR2_PACKAGE_UDEV have been converted to use the new symbol.
[Peter: move legacy symbols under 2014.05]
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libatasmart')
| -rw-r--r-- | package/libatasmart/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libatasmart/Config.in b/package/libatasmart/Config.in index a3e44f8b2f..534e7c17b2 100644 --- a/package/libatasmart/Config.in +++ b/package/libatasmart/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_LIBATASMART bool "libatasmart" - depends on BR2_PACKAGE_UDEV # libudev is configure dependency + depends on BR2_PACKAGE_HAS_UDEV # libudev is configure dependency help The libatasmart package is a disk reporting library. It only supports a subset of the ATA S.M.A.R.T. functionality. @@ -8,4 +8,4 @@ config BR2_PACKAGE_LIBATASMART http://www.linuxfromscratch.org/blfs/view/svn/general/libatasmart.html comment "libatasmart requires udev to be enabled" - depends on !BR2_PACKAGE_UDEV + depends on !BR2_PACKAGE_HAS_UDEV |

