public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][kirkstone 20/21] piglit: Fix build time dependency
Date: Thu, 25 May 2023 16:29:08 -1000	[thread overview]
Message-ID: <fadadd3cf258b6d403fdcf537ff4b97aaabb5a40.1685068004.git.steve@sakoman.com> (raw)
In-Reply-To: <cover.1685068004.git.steve@sakoman.com>

From: Zoltan Boszormenyi <zboszor@gmail.com>

Replace explicit opencl-icd-loader with virtual/opencl-icd.

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 meta/recipes-graphics/piglit/piglit_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb
index 5b7a206247..a3c9c5e2e0 100644
--- a/meta/recipes-graphics/piglit/piglit_git.bb
+++ b/meta/recipes-graphics/piglit/piglit_git.bb
@@ -40,7 +40,7 @@ do_compile[dirs] =+ "${B}/temp/"
 PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 glx', '', d)}"
 PACKAGECONFIG[freeglut] = "-DPIGLIT_USE_GLUT=1,-DPIGLIT_USE_GLUT=0,freeglut,"
 PACKAGECONFIG[glx] = "-DPIGLIT_BUILD_GLX_TESTS=ON,-DPIGLIT_BUILD_GLX_TESTS=OFF"
-PACKAGECONFIG[opencl] = "-DPIGLIT_BUILD_CL_TESTS=ON,-DPIGLIT_BUILD_CL_TESTS=OFF,opencl-icd-loader"
+PACKAGECONFIG[opencl] = "-DPIGLIT_BUILD_CL_TESTS=ON,-DPIGLIT_BUILD_CL_TESTS=OFF,virtual/opencl-icd"
 PACKAGECONFIG[x11] = "-DPIGLIT_BUILD_GL_TESTS=ON,-DPIGLIT_BUILD_GL_TESTS=OFF,${X11_DEPS}, ${X11_RDEPS}"
 PACKAGECONFIG[vulkan] = "-DPIGLIT_BUILD_VK_TESTS=ON,-DPIGLIT_BUILD_VK_TESTS=OFF,vulkan-loader"
 
-- 
2.34.1



  parent reply	other threads:[~2023-05-26  2:30 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-26  2:28 [OE-core][kirkstone 00/21] Patch review Steve Sakoman
2023-05-26  2:28 ` [OE-core][kirkstone 01/21] git: ignore CVE-2023-25815 Steve Sakoman
2023-05-26  2:28 ` [OE-core][kirkstone 02/21] go: fix CVE-2023-24540 Steve Sakoman
2023-05-26  2:28 ` [OE-core][kirkstone 03/21] gstreamer1.0: upgrade 1.20.5 -> 1.20.6 Steve Sakoman
2023-05-26  2:28 ` [OE-core][kirkstone 04/21] waffle: upgrade 1.7.0 -> 1.7.2 Steve Sakoman
2023-05-26  2:28 ` [OE-core][kirkstone 05/21] cpio: Fix wrong CRC with ASCII CRC for large files Steve Sakoman
2023-05-26  2:28 ` [OE-core][kirkstone 06/21] gcc-runtime: Use static dummy libstdc++ Steve Sakoman
2023-05-26  2:28 ` [OE-core][kirkstone 07/21] llvm: backport a fix for build with gcc-13 Steve Sakoman
2023-05-26  2:28 ` [OE-core][kirkstone 08/21] nghttp2: Deleted the entries for -client and -server, and removed a dependency on them from the main package Steve Sakoman
2023-05-26  2:28 ` [OE-core][kirkstone 09/21] avahi: fix D-Bus introspection Steve Sakoman
2023-05-26  2:28 ` [OE-core][kirkstone 10/21] p11-kit: add native to BBCLASSEXTEND Steve Sakoman
2023-05-26  2:28 ` [OE-core][kirkstone 11/21] systemd-systemctl: fix instance template WantedBy symlink construction Steve Sakoman
2023-05-26  2:29 ` [OE-core][kirkstone 12/21] maintainers.inc: Fix email address typo Steve Sakoman
2023-05-26  2:29 ` [OE-core][kirkstone 13/21] maintainers.inc: Move repo to unassigned Steve Sakoman
2023-05-26  2:29 ` [OE-core][kirkstone 14/21] quilt: Fix merge.test race condition Steve Sakoman
2023-05-26  2:29 ` [OE-core][kirkstone 15/21] package_manager/ipk: fix config path generation in _create_custom_config() Steve Sakoman
2023-05-26  2:29 ` [OE-core][kirkstone 16/21] dhcpcd: use git instead of tarballs Steve Sakoman
2023-05-26  2:29 ` [OE-core][kirkstone 17/21] license.bbclass: Include LICENSE in the output when it fails to parse Steve Sakoman
2023-05-26  2:29 ` [OE-core][kirkstone 18/21] weston: add xwayland to DEPENDS for PACKAGECONFIG xwayland Steve Sakoman
2023-05-26  2:29 ` [OE-core][kirkstone 19/21] piglit: Add PACKAGECONFIG for glx and opencl Steve Sakoman
2023-05-26  2:29 ` Steve Sakoman [this message]
2023-05-26  2:29 ` [OE-core][kirkstone 21/21] piglit: Add missing glslang dependencies Steve Sakoman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fadadd3cf258b6d403fdcf537ff4b97aaabb5a40.1685068004.git.steve@sakoman.com \
    --to=steve@sakoman.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox