diff options
| author | Markus Volk <f_l_k@t-online.de> | 2022-05-19 17:05:23 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-07 11:53:26 +0100 |
| commit | 1ec2bdeff64f2bf1474dfec595babc85faf1b4d1 (patch) | |
| tree | eb6e8183e9de9e8fe0f0effeded8a02327e5f8f5 /meta/recipes-graphics | |
| parent | e13ce12e4ad79100bd45c751203040ce2a6f1920 (diff) | |
| download | poky-1ec2bdeff64f2bf1474dfec595babc85faf1b4d1.tar.gz | |
mesa.inc: package 00-radv-defaults.conf
this fixes:
ERROR: mesa-2_22.0.2-r0 do_package: QA Issue: mesa: Files/directories were installed but not shipped in any package:
/usr/share/drirc.d/00-radv-defaults.conf
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
mesa: 1 installed and not shipped files. [installed-vs-shipped]
(From OE-Core rev: 8d5f5823b357e5bba107511f62cfd0777da2e401)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e306dd7d300727852a2794cd78f3097d5999eb58)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index d7bce3a008..0628151e96 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
| @@ -286,7 +286,7 @@ PACKAGESPLITFUNCS:prepend = "mesa_populate_packages " | |||
| 286 | PACKAGES_DYNAMIC += "^mesa-driver-.*" | 286 | PACKAGES_DYNAMIC += "^mesa-driver-.*" |
| 287 | PACKAGES_DYNAMIC:class-native = "^mesa-driver-.*-native" | 287 | PACKAGES_DYNAMIC:class-native = "^mesa-driver-.*-native" |
| 288 | 288 | ||
| 289 | FILES:mesa-megadriver = "${libdir}/dri/* ${datadir}/drirc.d/00-mesa-defaults.conf" | 289 | FILES:mesa-megadriver = "${libdir}/dri/* ${datadir}/drirc.d" |
| 290 | FILES:mesa-vulkan-drivers = "${libdir}/libvulkan_*.so ${datadir}/vulkan" | 290 | FILES:mesa-vulkan-drivers = "${libdir}/libvulkan_*.so ${datadir}/vulkan" |
| 291 | FILES:${PN}-vdpau-drivers = "${libdir}/vdpau/*.so.*" | 291 | FILES:${PN}-vdpau-drivers = "${libdir}/vdpau/*.so.*" |
| 292 | FILES:libegl-mesa = "${libdir}/libEGL.so.*" | 292 | FILES:libegl-mesa = "${libdir}/libEGL.so.*" |
