diff options
author | Gary Thomas <gary@mlbassoc.com> | 2017-02-10 07:05:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-15 20:06:31 -0800 |
commit | b9035db1c6915020a394c455f8dab48936aa851a (patch) | |
tree | 7864caeed8f1ee83874118af058fe24d54d65c19 /meta/recipes-bsp | |
parent | c2cae2874d88c8e41e12da04198b5368d9968131 (diff) | |
download | openembedded-core-b9035db1c6915020a394c455f8dab48936aa851a.tar.gz openembedded-core-b9035db1c6915020a394c455f8dab48936aa851a.tar.bz2 openembedded-core-b9035db1c6915020a394c455f8dab48936aa851a.zip |
usbutils: allow udev-hwdb to be optional
Use RRECOMMENDS for the udev hardware data base, to allow for this
to be suppressed if desired (saves many MB - useful for smaller systems)
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/usbutils/usbutils_008.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/usbutils/usbutils_008.bb b/meta/recipes-bsp/usbutils/usbutils_008.bb index cb79360bf6..d3c5bd52a4 100644 --- a/meta/recipes-bsp/usbutils/usbutils_008.bb +++ b/meta/recipes-bsp/usbutils/usbutils_008.bb @@ -21,5 +21,5 @@ inherit autotools gettext pkgconfig distro_features_check FILES_${PN}-dev += "${datadir}/pkgconfig" -RDEPENDS_${PN} = "udev-hwdb" +RRECOMMENDS_${PN} = "udev-hwdb" RDEPENDS_${PN}-ptest = "libboost-system libboost-thread" |