diff options
author | Christopher Larson <chris_larson@mentor.com> | 2013-12-13 07:50:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-16 12:13:58 +0000 |
commit | 4274ee5c14985bc51c9ad4855abdfb8c61cb04fd (patch) | |
tree | 4c9e49c7deffd527204f118ef2b6073d1f28513c /meta/recipes-graphics | |
parent | 36632ed4ff4e37184ab4c2345551ebd72845138f (diff) | |
download | poky-4274ee5c14985bc51c9ad4855abdfb8c61cb04fd.tar.gz |
libdrm: use RRECOMMENDS for libdrm-drivers
As libdrm enables modules automatically, based on what it needs / can build,
it's unlikely we'll *ever* get a situation where all the modules are emitted,
so libdrm-drivers, which depends on all of them, ends up being useless and
non-installable. Make it use rrecommends, so it only pulls in what we have.
(From OE-Core rev: faa5fc8c4d6cf236cd87d3308a2828d37da97742)
Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/drm/libdrm.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/drm/libdrm.inc b/meta/recipes-graphics/drm/libdrm.inc index 497220f1e2..1b2ffeb8e7 100644 --- a/meta/recipes-graphics/drm/libdrm.inc +++ b/meta/recipes-graphics/drm/libdrm.inc | |||
@@ -27,8 +27,8 @@ ALLOW_EMPTY_${PN}-drivers = "1" | |||
27 | PACKAGES =+ "${PN}-tests ${PN}-drivers ${PN}-radeon ${PN}-nouveau ${PN}-omap \ | 27 | PACKAGES =+ "${PN}-tests ${PN}-drivers ${PN}-radeon ${PN}-nouveau ${PN}-omap \ |
28 | ${PN}-intel ${PN}-exynos ${PN}-kms" | 28 | ${PN}-intel ${PN}-exynos ${PN}-kms" |
29 | 29 | ||
30 | RDEPENDS_${PN}-drivers = "${PN}-radeon ${PN}-nouveau ${PN}-omap ${PN}-intel \ | 30 | RRECOMMENDS_${PN}-drivers = "${PN}-radeon ${PN}-nouveau ${PN}-omap ${PN}-intel \ |
31 | ${PN}-exynos" | 31 | ${PN}-exynos" |
32 | 32 | ||
33 | FILES_${PN}-tests = "${bindir}/dr* ${bindir}/mode* ${bindir}/*test" | 33 | FILES_${PN}-tests = "${bindir}/dr* ${bindir}/mode* ${bindir}/*test" |
34 | FILES_${PN}-radeon = "${libdir}/libdrm_radeon.so.*" | 34 | FILES_${PN}-radeon = "${libdir}/libdrm_radeon.so.*" |