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:43 -0800 |
commit | 71ca295786e35b7be84bfd4bc04e0c3ec0f97cd8 (patch) | |
tree | 86162ec02b709cf44f1e7364d33aeadde523e232 /meta | |
parent | 412069322331c37ce33cd1a540a2641c2ba301c8 (diff) | |
download | poky-71ca295786e35b7be84bfd4bc04e0c3ec0f97cd8.tar.gz |
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)
(From OE-Core rev: b9035db1c6915020a394c455f8dab48936aa851a)
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 | |||
21 | 21 | ||
22 | FILES_${PN}-dev += "${datadir}/pkgconfig" | 22 | FILES_${PN}-dev += "${datadir}/pkgconfig" |
23 | 23 | ||
24 | RDEPENDS_${PN} = "udev-hwdb" | 24 | RRECOMMENDS_${PN} = "udev-hwdb" |
25 | RDEPENDS_${PN}-ptest = "libboost-system libboost-thread" | 25 | RDEPENDS_${PN}-ptest = "libboost-system libboost-thread" |