[oe] [meta-python][PATCH] python3-flask: upgrade 3.0.2 -> 3.0.3

2024-05-31 Thread Jan Vermaete
Changelog:
  The default hashlib.sha1 may not be available in FIPS builds. Don't access it 
at import time so the developer has time to change the default. #5448
  Don't initialize the cli attribute in the sansio scaffold, but rather in the 
Flask concrete class. #5270

The license file was renamed from LICENSE.rst to LICENSE.txt without changing 
the content.

Signed-off-by: Jan Vermaete 
---
 .../python/{python3-flask_3.0.2.bb => python3-flask_3.0.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-flask_3.0.2.bb => 
python3-flask_3.0.3.bb} (85%)

diff --git a/meta-python/recipes-devtools/python/python3-flask_3.0.2.bb 
b/meta-python/recipes-devtools/python/python3-flask_3.0.3.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-flask_3.0.2.bb
rename to meta-python/recipes-devtools/python/python3-flask_3.0.3.bb
index 1de1a827d..fa2ade536 100644
--- a/meta-python/recipes-devtools/python/python3-flask_3.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-flask_3.0.3.bb
@@ -4,9 +4,9 @@ Flask is a microframework for Python based on Werkzeug, Jinja 2 
and good \
 intentions. And before you ask: It’s BSD licensed!"
 HOMEPAGE = "https://github.com/mitsuhiko/flask/";
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ffeffa59c90c9c4a033c7574f8f3fb75"
 
-SRC_URI[sha256sum] = 
"822c03f4b799204250a7ee84b1eddc40665395333973dfb9deebfe425fefcb7d"
+SRC_URI[sha256sum] = 
"ceb27b0af3823ea2737928a4d99d125a06175b8512c445cbd9a9ce200ef76842"
 
 SRC_URI += " \
 file://run-ptest \
-- 
2.39.2


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110656): 
https://lists.openembedded.org/g/openembedded-devel/message/110656
Mute This Topic: https://lists.openembedded.org/mt/106415293/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-flask: added the async packageconfig

2024-05-31 Thread Jan Vermaete
The ptests did pass and some extra tests where added when the async option is 
enabled.

PASS: tests/test_async.py:test_async_route[/]
PASS: tests/test_async.py:test_async_route[/home]
PASS: tests/test_async.py:test_async_route[/bp/]
PASS: tests/test_async.py:test_async_route[/view]
PASS: tests/test_async.py:test_async_route[/methodview]
PASS: tests/test_async.py:test_async_error_handler[/error]
PASS: tests/test_async.py:test_async_error_handler[/bp/error]
PASS: tests/test_async.py:test_async_before_after_request

Signed-off-by: Jan Vermaete 
---
 meta-python/recipes-devtools/python/python3-flask_3.0.2.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python3-flask_3.0.2.bb 
b/meta-python/recipes-devtools/python/python3-flask_3.0.2.bb
index 99524b437..1de1a827d 100644
--- a/meta-python/recipes-devtools/python/python3-flask_3.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-flask_3.0.2.bb
@@ -19,6 +19,9 @@ inherit pypi python_setuptools_build_meta ptest
 
 CLEANBROKEN = "1"
 
+PACKAGECONFIG ??= "async"
+PACKAGECONFIG[async] = ",,,python3-asgiref"
+
 RDEPENDS:${PN} = " \
 python3-blinker \
 python3-click \
-- 
2.39.2


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110655): 
https://lists.openembedded.org/g/openembedded-devel/message/110655
Mute This Topic: https://lists.openembedded.org/mt/106411907/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe][meta-oe][PATCH] android-tools: fix adb OpenSSL patch (really make compatible with >= v1.1)

2024-05-31 Thread André Draszik
On Thu, 2024-05-30 at 10:11 +0100, André Draszik via lists.openembedded.org 
wrote:
> As per the inlined patch commit message, gcc 14 is highlighting a few
> issues with the existing patch and it doesn't compile.
> 
> Update the patch to fix.
> 
> Note there are two recipes for android-tools in this layer - the recipe
> here and another one in
> meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools. A patch
> for the alternative android-tools version had already been posted, so
> this patch only deals with the remaining one.
> 
> Signed-off-by: André Draszik 

I can see this has also been fixed shortly after I had last checked, please
ignore this patch.


Cheers,
Andre'


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110654): 
https://lists.openembedded.org/g/openembedded-devel/message/110654
Mute This Topic: https://lists.openembedded.org/mt/106385291/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-oe][PATCH] lvm2: remove subitted patch

2024-05-31 Thread Markus Volk

Thanks for the fix

On Thu, May 30 2024 at 10:29:08 PM +02:00:00, Martin Jansa 
 wrote:

This causes:

ERROR: QA Issue: Missing Upstream-Status in patch
TOPDIR/meta-oe/meta-oe/recipes-support/lvm2/files/0001-implement-libc-specific-reopen_stream.patch
Please add according to

. [patch-status]

On Tue, May 28, 2024 at 10:17 AM Markus Volk via
lists.openembedded.org >

wrote:


 devmapper update also updated lvm2. Thus build fails with:
 patching file daemons/lvmdbusd/utils.py
 Hunk #1 FAILED at 778.
 1 out of 1 hunk FAILED -- rejects in file daemons/lvmdbusd/utils.py

 - Drop the submitted patch
 - Move PV to lvm2.inc to ensure we keep it in sync for libdevmapper 
and lvm2

 - refresh patches

 Signed-off-by: Markus Volk >

 ---
  .../0001-Avoid-bashisms-in-init-scripts.patch | 17 +-
  .../files/0001-configure.ac-check-egrep.patch | 12 +++
  ...mplement-libc-specific-reopen_stream.patch | 31 
+--

  .../0001-include-libgen.h-for-basename.patch  |  9 ++
  ...tweak-MODPROBE_CMD-for-cross-compile.patch | 11 +++
  .../lvm2/files/0005-do-not-build-manual.patch | 15 -
  ...lvm2-monitor.service-after-tmp.mount.patch |  7 ++---
  .../lvm2/files/reproducible-build.patch   | 15 ++---
  ...ibdevmapper_2.03.24.bb => libdevmapper.bb} |  0
  .../lvm2/{lvm2_2.03.22.bb => lvm2.bb} |  1 -
  meta-oe/recipes-support/lvm2/lvm2.inc |  1 +
  ...findmnt-bin-lsblk-bin-sort-not-found.patch | 11 +++
  ...1-lvmdbusd-create-dirs-for-lock-file.patch | 29 
-

  .../lvm2/lvm2/tweak-for-lvmdbusd.patch| 13 +---
  14 files changed, 67 insertions(+), 105 deletions(-)
  rename meta-oe/recipes-support/lvm2/{libdevmapper_2.03.24.bb => 
libdevmapper.bb} (100%)
  rename meta-oe/recipes-support/lvm2/{lvm2_2.03.22.bb => lvm2.bb} 
(98%)
  delete mode 100644 
meta-oe/recipes-support/lvm2/lvm2/0001-lvmdbusd-create-dirs-for-lock-file.patch


 diff --git 
a/meta-oe/recipes-support/lvm2/files/0001-Avoid-bashisms-in-init-scripts.patch 
b/meta-oe/recipes-support/lvm2/files/0001-Avoid-bashisms-in-init-scripts.patch

 index 3c4a3a151..fb58793a1 100644
 --- 
a/meta-oe/recipes-support/lvm2/files/0001-Avoid-bashisms-in-init-scripts.patch
 +++ 
b/meta-oe/recipes-support/lvm2/files/0001-Avoid-bashisms-in-init-scripts.patch

 @@ -1,7 +1,7 @@
 -From ea66faf68c93735edb1f2691cd7364b8cab83fef Mon Sep 17 00:00:00 
2001
 +From 44695f332e206e1db43d50163e1bce0bedf75fb7 Mon Sep 17 00:00:00 
2001
  From: Peter Kjellerstedt >

  Date: Mon, 26 Nov 2018 14:53:09 +0800
 -Subject: [PATCH 1/3] Avoid bashisms in init scripts
 +Subject: [PATCH] Avoid bashisms in init scripts

  Upstream-Status: Inappropriate

 @@ -19,7 +19,7 @@ Signed-off-by: Hongxu Jia 


   5 files changed, 10 insertions(+), 10 deletions(-)

  diff --git a/scripts/blk_availability_init_red_hat.in 
b/scripts/blk_availability_init_red_hat.in

 -index 347c395..b2e9cf9 100644
 +index 347c39574..b2e9cf932 100644
  --- a/scripts/blk_availability_init_red_hat.in
  +++ b/scripts/blk_availability_init_red_hat.in
  @@ -1,4 +1,4 @@
 @@ -37,7 +37,7 @@ index 347c395..b2e9cf9 100644
 ;;
   esac
  diff --git a/scripts/cmirrord_init_red_hat.in 
b/scripts/cmirrord_init_red_hat.in

 -index c82f8f5..a3a321d 100755
 +index c82f8f547..a3a321d9c 100755
  --- a/scripts/cmirrord_init_red_hat.in
  +++ b/scripts/cmirrord_init_red_hat.in
  @@ -1,4 +1,4 @@
 @@ -56,7 +56,7 @@ index c82f8f5..a3a321d 100755
   esac

  diff --git a/scripts/lvm2_lvmpolld_init_red_hat.in 
b/scripts/lvm2_lvmpolld_init_red_hat.in

 -index 176ff5d..825f6ad 100644
 +index 176ff5dcb..825f6ad84 100644
  --- a/scripts/lvm2_lvmpolld_init_red_hat.in
  +++ b/scripts/lvm2_lvmpolld_init_red_hat.in
  @@ -1,4 +1,4 @@
 @@ -75,7 +75,7 @@ index 176ff5d..825f6ad 100644
   esac

  diff --git a/scripts/lvm2_monitoring_init_red_hat.in 
b/scripts/lvm2_monitoring_init_red_hat.in

 -index 95e4125..dff89cd 100644
 +index 95e4125a0..dff89cd38 100644
  --- a/scripts/lvm2_monitoring_init_red_hat.in
  +++ b/scripts/lvm2_monitoring_init_red_hat.in
  @@ -1,4 +1,4 @@
 @@ -94,7 +94,7 @@ index 95e4125..dff89cd 100644
   esac

  diff --git a/scripts/lvm2_monitoring_init_rhel4 
b/scripts/lvm2_monitoring_init_rhel4

 -index 8eb06c5..2e8d0f7 100644
 +index 8eb06c509..2e8d0f71e 100644
  --- a/scripts/lvm2_monitoring_init_rhel4
  +++ b/scripts/lvm2_monitoring_init_rhel4
  @@ -1,4 +1,4 @@
 @@ -112,6 +112,3 @@ index 8eb06c5..2e8d0f7 100644
 ;;
   esac

 ---
 -2.7.4
 -
 diff --git 
a/meta-oe/recipes-support/lvm2/files/0001-configure.ac-check-egrep.patch 
b/meta-oe/recipes-support/lvm2/files/0001-configure.ac-check-egrep.patch

 index 474c2f8ac..f4b0f913d 100644
 --- 
a/meta-oe/recipes-support/lvm2/files/0001-configure.ac-check-egrep.patch
 +++ 
b/meta-oe/recipes-support/lvm2/files/0001-co

[oe] [meta-filesystems][PATCH] exfatprogs: upgrade 1.2.2 -> 1.2.3

2024-05-31 Thread Christophe Vu-Brugier
From: Christophe Vu-Brugier 

Signed-off-by: Christophe Vu-Brugier 
---
 .../exfatprogs/{exfatprogs_1.2.2.bb => exfatprogs_1.2.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-filesystems/recipes-utils/exfatprogs/{exfatprogs_1.2.2.bb => 
exfatprogs_1.2.3.bb} (91%)

diff --git a/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.2.bb 
b/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.3.bb
similarity index 91%
rename from meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.2.bb
rename to meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.3.bb
index 0dd5d8f5e..98d7cc08e 100644
--- a/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.2.bb
+++ b/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.3.bb
@@ -12,7 +12,7 @@ LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 SRC_URI = 
"https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz";
-SRC_URI[sha256sum] = 
"61d517231f8ec177eeb5955fd6edb89748d3f88ba412c48bcb32741b430e359a"
+SRC_URI[sha256sum] = 
"fe7eb48d9a655b4fae9b08ef22c7dd20694a92fdbe9ae768e0af03c8be5c27ed"
 
 UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases";
 UPSTREAM_CHECK_REGEX = "${BPN}-(?P\d+(\.\d+)+)"
-- 
2.39.2


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110652): 
https://lists.openembedded.org/g/openembedded-devel/message/110652
Mute This Topic: https://lists.openembedded.org/mt/106404430/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-oe][scarthgap][PATCH] opencl: fix virtual PROVIDES warnings

2024-05-31 Thread Martin Jansa
You're changing the build time dependencies, the warning is about
runtime dependencies, so I don't think this is correct.

You probably have some bad RPROVIDES in different recipe or bbappend,
see bitbake-getvar.

On Fri, May 31, 2024 at 9:19 AM Bin Lan via lists.openembedded.org
 wrote:
>
> From: Bin Lan 
>
> oe-core has started to warn when virtual/ is used outside of
> the RPROVIDES (build) context.
>
> We tweak provides/depends to use virtual- instead to
> avoid the warning:
>
>   RPROVIDES is set to virtual/opencl-icd, the substring 'virtual/'
>   holds no meaning in this context. It is suggested to use the 'virtual-'
>
> Signed-off-by: Bin Lan 
> ---
>  meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb| 2 +-
>  meta-oe/recipes-core/opencl/opencl-icd-loader_2023.12.14.bb | 2 +-
>  meta-oe/recipes-support/opencl/clinfo_3.0.23.01.25.bb   | 2 +-
>  meta-oe/recipes-support/opencv/opencv_4.9.0.bb  | 2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb 
> b/meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb
> index d43ea281ae..bc1a645217 100644
> --- a/meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb
> +++ b/meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb
> @@ -14,7 +14,7 @@ S = "${WORKDIR}/git"
>  inherit autotools
>
>  DEPENDS = "ruby-native"
> -PROVIDES = "virtual/opencl-icd"
> +PROVIDES = "virtual-opencl-icd"
>  RPROVIDES:${PN} = "virtual-opencl-icd"
>
>  BBCLASSEXTEND = "native nativesdk"
> diff --git a/meta-oe/recipes-core/opencl/opencl-icd-loader_2023.12.14.bb 
> b/meta-oe/recipes-core/opencl/opencl-icd-loader_2023.12.14.bb
> index 146ec6e472..9901e47616 100644
> --- a/meta-oe/recipes-core/opencl/opencl-icd-loader_2023.12.14.bb
> +++ b/meta-oe/recipes-core/opencl/opencl-icd-loader_2023.12.14.bb
> @@ -8,7 +8,7 @@ inherit pkgconfig cmake
>
>  DEPENDS += "opencl-headers"
>
> -PROVIDES = "virtual/opencl-icd"
> +PROVIDES = "virtual-opencl-icd"
>  RPROVIDES:${PN} = "virtual-opencl-icd"
>
>  S = "${WORKDIR}/git"
> diff --git a/meta-oe/recipes-support/opencl/clinfo_3.0.23.01.25.bb 
> b/meta-oe/recipes-support/opencl/clinfo_3.0.23.01.25.bb
> index 6cacd3722c..3e9ea48993 100644
> --- a/meta-oe/recipes-support/opencl/clinfo_3.0.23.01.25.bb
> +++ b/meta-oe/recipes-support/opencl/clinfo_3.0.23.01.25.bb
> @@ -13,7 +13,7 @@ SRCREV = "748c3930a9b9cb826e631d77439e2cb8f84f5bcf"
>
>  S = "${WORKDIR}/git"
>
> -DEPENDS += "opencl-headers virtual/opencl-icd"
> +DEPENDS += "opencl-headers virtual-opencl-icd"
>
>  do_install() {
> oe_runmake install PREFIX=${D}${prefix} MANDIR=${D}${mandir}
> diff --git a/meta-oe/recipes-support/opencv/opencv_4.9.0.bb 
> b/meta-oe/recipes-support/opencv/opencv_4.9.0.bb
> index cf836d3ecf..2e72f12658 100644
> --- a/meta-oe/recipes-support/opencv/opencv_4.9.0.bb
> +++ b/meta-oe/recipes-support/opencv/opencv_4.9.0.bb
> @@ -109,7 +109,7 @@ PACKAGECONFIG[java] = 
> "-DJAVA_INCLUDE_PATH=${JAVA_HOME}/include -DJAVA_INCLUDE_P
>  PACKAGECONFIG[jpeg] = "-DWITH_JPEG=ON,-DWITH_JPEG=OFF,jpeg,"
>  PACKAGECONFIG[libav] = "-DWITH_FFMPEG=ON,-DWITH_FFMPEG=OFF,libav,"
>  PACKAGECONFIG[libv4l] = "-DWITH_LIBV4L=ON,-DWITH_LIBV4L=OFF,v4l-utils,"
> -PACKAGECONFIG[opencl] = "-DWITH_OPENCL=ON,-DWITH_OPENCL=OFF,opencl-headers 
> virtual/opencl-icd,"
> +PACKAGECONFIG[opencl] = "-DWITH_OPENCL=ON,-DWITH_OPENCL=OFF,opencl-headers 
> virtual-opencl-icd,"
>  PACKAGECONFIG[openvino] = 
> "-DWITH_OPENVINO=ON,-DWITH_OPENVINO=OFF,openvino-inference-engine,openvino-inference-engine"
>  PACKAGECONFIG[oracle-java] = 
> "-DJAVA_INCLUDE_PATH=${ORACLE_JAVA_HOME}/include 
> -DJAVA_INCLUDE_PATH2=${ORACLE_JAVA_HOME}/include/linux 
> -DJAVA_AWT_INCLUDE_PATH=${ORACLE_JAVA_HOME}/include 
> -DJAVA_AWT_LIBRARY=${ORACLE_JAVA_HOME}/lib/amd64/libjawt.so 
> -DJAVA_JVM_LIBRARY=${ORACLE_JAVA_HOME}/lib/amd64/server/libjvm.so,,ant-native 
> oracle-jse-jdk oracle-jse-jdk-native,"
>  PACKAGECONFIG[png] = "-DWITH_PNG=ON,-DWITH_PNG=OFF,libpng,"
> --
> 2.34.1
>
>
> 
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110651): 
https://lists.openembedded.org/g/openembedded-devel/message/110651
Mute This Topic: https://lists.openembedded.org/mt/106403783/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][scarthgap][PATCH] opencl: fix virtual PROVIDES warnings

2024-05-31 Thread Bin Lan
From: Bin Lan 

oe-core has started to warn when virtual/ is used outside of
the RPROVIDES (build) context.

We tweak provides/depends to use virtual- instead to
avoid the warning:

  RPROVIDES is set to virtual/opencl-icd, the substring 'virtual/'
  holds no meaning in this context. It is suggested to use the 'virtual-'

Signed-off-by: Bin Lan 
---
 meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb| 2 +-
 meta-oe/recipes-core/opencl/opencl-icd-loader_2023.12.14.bb | 2 +-
 meta-oe/recipes-support/opencl/clinfo_3.0.23.01.25.bb   | 2 +-
 meta-oe/recipes-support/opencv/opencv_4.9.0.bb  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb 
b/meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb
index d43ea281ae..bc1a645217 100644
--- a/meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb
+++ b/meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb
@@ -14,7 +14,7 @@ S = "${WORKDIR}/git"
 inherit autotools
 
 DEPENDS = "ruby-native"
-PROVIDES = "virtual/opencl-icd"
+PROVIDES = "virtual-opencl-icd"
 RPROVIDES:${PN} = "virtual-opencl-icd"
 
 BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-oe/recipes-core/opencl/opencl-icd-loader_2023.12.14.bb 
b/meta-oe/recipes-core/opencl/opencl-icd-loader_2023.12.14.bb
index 146ec6e472..9901e47616 100644
--- a/meta-oe/recipes-core/opencl/opencl-icd-loader_2023.12.14.bb
+++ b/meta-oe/recipes-core/opencl/opencl-icd-loader_2023.12.14.bb
@@ -8,7 +8,7 @@ inherit pkgconfig cmake
 
 DEPENDS += "opencl-headers"
 
-PROVIDES = "virtual/opencl-icd"
+PROVIDES = "virtual-opencl-icd"
 RPROVIDES:${PN} = "virtual-opencl-icd"
 
 S = "${WORKDIR}/git"
diff --git a/meta-oe/recipes-support/opencl/clinfo_3.0.23.01.25.bb 
b/meta-oe/recipes-support/opencl/clinfo_3.0.23.01.25.bb
index 6cacd3722c..3e9ea48993 100644
--- a/meta-oe/recipes-support/opencl/clinfo_3.0.23.01.25.bb
+++ b/meta-oe/recipes-support/opencl/clinfo_3.0.23.01.25.bb
@@ -13,7 +13,7 @@ SRCREV = "748c3930a9b9cb826e631d77439e2cb8f84f5bcf"
 
 S = "${WORKDIR}/git"
 
-DEPENDS += "opencl-headers virtual/opencl-icd"
+DEPENDS += "opencl-headers virtual-opencl-icd"
 
 do_install() {
oe_runmake install PREFIX=${D}${prefix} MANDIR=${D}${mandir}
diff --git a/meta-oe/recipes-support/opencv/opencv_4.9.0.bb 
b/meta-oe/recipes-support/opencv/opencv_4.9.0.bb
index cf836d3ecf..2e72f12658 100644
--- a/meta-oe/recipes-support/opencv/opencv_4.9.0.bb
+++ b/meta-oe/recipes-support/opencv/opencv_4.9.0.bb
@@ -109,7 +109,7 @@ PACKAGECONFIG[java] = 
"-DJAVA_INCLUDE_PATH=${JAVA_HOME}/include -DJAVA_INCLUDE_P
 PACKAGECONFIG[jpeg] = "-DWITH_JPEG=ON,-DWITH_JPEG=OFF,jpeg,"
 PACKAGECONFIG[libav] = "-DWITH_FFMPEG=ON,-DWITH_FFMPEG=OFF,libav,"
 PACKAGECONFIG[libv4l] = "-DWITH_LIBV4L=ON,-DWITH_LIBV4L=OFF,v4l-utils,"
-PACKAGECONFIG[opencl] = "-DWITH_OPENCL=ON,-DWITH_OPENCL=OFF,opencl-headers 
virtual/opencl-icd,"
+PACKAGECONFIG[opencl] = "-DWITH_OPENCL=ON,-DWITH_OPENCL=OFF,opencl-headers 
virtual-opencl-icd,"
 PACKAGECONFIG[openvino] = 
"-DWITH_OPENVINO=ON,-DWITH_OPENVINO=OFF,openvino-inference-engine,openvino-inference-engine"
 PACKAGECONFIG[oracle-java] = "-DJAVA_INCLUDE_PATH=${ORACLE_JAVA_HOME}/include 
-DJAVA_INCLUDE_PATH2=${ORACLE_JAVA_HOME}/include/linux 
-DJAVA_AWT_INCLUDE_PATH=${ORACLE_JAVA_HOME}/include 
-DJAVA_AWT_LIBRARY=${ORACLE_JAVA_HOME}/lib/amd64/libjawt.so 
-DJAVA_JVM_LIBRARY=${ORACLE_JAVA_HOME}/lib/amd64/server/libjvm.so,,ant-native 
oracle-jse-jdk oracle-jse-jdk-native,"
 PACKAGECONFIG[png] = "-DWITH_PNG=ON,-DWITH_PNG=OFF,libpng,"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110650): 
https://lists.openembedded.org/g/openembedded-devel/message/110650
Mute This Topic: https://lists.openembedded.org/mt/106403783/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-