* [meta-oe][PATCH 1/2] libsdl3-ttf: make use of virtual/libsdl3
@ 2025-04-24 21:06 Markus Volk
2025-04-24 21:06 ` [meta-oe][PATCH 2/2] libsdl2-compat: " Markus Volk
2025-04-25 16:43 ` [oe] [meta-oe][PATCH 1/2] libsdl3-ttf: " Khem Raj
0 siblings, 2 replies; 5+ messages in thread
From: Markus Volk @ 2025-04-24 21:06 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
meta-oe/recipes-graphics/libsdl3/libsdl3-ttf_3.2.2.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl3-ttf_3.2.2.bb b/meta-oe/recipes-graphics/libsdl3/libsdl3-ttf_3.2.2.bb
index f914d1dcff..4bc84ec6ee 100644
--- a/meta-oe/recipes-graphics/libsdl3/libsdl3-ttf_3.2.2.bb
+++ b/meta-oe/recipes-graphics/libsdl3/libsdl3-ttf_3.2.2.bb
@@ -1,6 +1,6 @@
SUMMARY = "Simple DirectMedia Layer truetype font library"
SECTION = "libs"
-DEPENDS = "libsdl3 freetype"
+DEPENDS = "virtual/libsdl3 freetype"
LICENSE = "Zlib"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455"
--
2.49.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [meta-oe][PATCH 2/2] libsdl2-compat: make use of virtual/libsdl3
2025-04-24 21:06 [meta-oe][PATCH 1/2] libsdl3-ttf: make use of virtual/libsdl3 Markus Volk
@ 2025-04-24 21:06 ` Markus Volk
2025-04-25 16:43 ` [oe] [meta-oe][PATCH 1/2] libsdl3-ttf: " Khem Raj
1 sibling, 0 replies; 5+ messages in thread
From: Markus Volk @ 2025-04-24 21:06 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.52.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.52.bb b/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.52.bb
index 4553ac14e1..af65c810eb 100644
--- a/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.52.bb
+++ b/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.52.bb
@@ -14,7 +14,7 @@ SRC_URI = "http://www.libsdl.org/release/sdl2-compat-${PV}.tar.gz"
SRC_URI[sha256sum] = "eb02c4c47d90e7a2585a65c712cf4a08ff4c37c0a1efc17af49d8ebde3292c23"
S = "${WORKDIR}/sdl2-compat-${PV}"
-DEPENDS += "libsdl3"
+DEPENDS += "virtual/libsdl3"
PROVIDES = "virtual/libsdl2"
--
2.49.0
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [oe] [meta-oe][PATCH 1/2] libsdl3-ttf: make use of virtual/libsdl3
2025-04-24 21:06 [meta-oe][PATCH 1/2] libsdl3-ttf: make use of virtual/libsdl3 Markus Volk
2025-04-24 21:06 ` [meta-oe][PATCH 2/2] libsdl2-compat: " Markus Volk
@ 2025-04-25 16:43 ` Khem Raj
2025-04-25 16:52 ` Markus Volk
1 sibling, 1 reply; 5+ messages in thread
From: Khem Raj @ 2025-04-25 16:43 UTC (permalink / raw)
To: f_l_k, openembedded-devel
[-- Attachment #1.1.1: Type: text/plain, Size: 1433 bytes --]
On 4/24/25 2:06 PM, Markus Volk via lists.openembedded.org wrote:
> Signed-off-by: Markus Volk <f_l_k@t-online.de>
> ---
> meta-oe/recipes-graphics/libsdl3/libsdl3-ttf_3.2.2.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl3-ttf_3.2.2.bb b/meta-oe/recipes-graphics/libsdl3/libsdl3-ttf_3.2.2.bb
> index f914d1dcff..4bc84ec6ee 100644
> --- a/meta-oe/recipes-graphics/libsdl3/libsdl3-ttf_3.2.2.bb
> +++ b/meta-oe/recipes-graphics/libsdl3/libsdl3-ttf_3.2.2.bb
> @@ -1,6 +1,6 @@
> SUMMARY = "Simple DirectMedia Layer truetype font library"
> SECTION = "libs"
> -DEPENDS = "libsdl3 freetype"
> +DEPENDS = "virtual/libsdl3 freetype"
I see that libsdl3 recipe does PROVIDE virtual/libsdl3 but is it
required ? are there multiple providers for libsdl3 available to choose
from ?
> LICENSE = "Zlib"
> LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455"
>
>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#117118): https://lists.openembedded.org/g/openembedded-devel/message/117118
> Mute This Topic: https://lists.openembedded.org/mt/112441095/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 2613 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 203 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [oe] [meta-oe][PATCH 1/2] libsdl3-ttf: make use of virtual/libsdl3
2025-04-25 16:43 ` [oe] [meta-oe][PATCH 1/2] libsdl3-ttf: " Khem Raj
@ 2025-04-25 16:52 ` Markus Volk
2025-04-25 17:17 ` Khem Raj
0 siblings, 1 reply; 5+ messages in thread
From: Markus Volk @ 2025-04-25 16:52 UTC (permalink / raw)
To: raj.khem; +Cc: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2003 bytes --]
This is not necessary but since you added virtual/libsdl3 in
libsdl3-image, I assumed you wanted it that way
<https://git.openembedded.org/meta-openembedded/commit/?h=master-next&id=4613cf385460f973d1fe3c75336ce44e141ae9f4>
On Fri, Apr 25 2025 at 09:43:15 -07:00:00, Khem Raj via
lists.openembedded.org <raj.khem=gmail.com@lists.openembedded.org>
wrote:
> On 4/24/25 2:06 PM, Markus Volk via lists.openembedded.org wrote:
>> Signed-off-by: Markus Volk <f_l_k@t-online.de
>> <mailto:f_l_k@t-online.de>>
>> ---
>> meta-oe/recipes-graphics/libsdl3/libsdl3-ttf_3.2.2.bb | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl3-ttf_3.2.2.bb
>> b/meta-oe/recipes-graphics/libsdl3/libsdl3-ttf_3.2.2.bb
>> index f914d1dcff..4bc84ec6ee 100644
>> --- a/meta-oe/recipes-graphics/libsdl3/libsdl3-ttf_3.2.2.bb
>> +++ b/meta-oe/recipes-graphics/libsdl3/libsdl3-ttf_3.2.2.bb
>> @@ -1,6 +1,6 @@
>> SUMMARY = "Simple DirectMedia Layer truetype font library"
>> SECTION = "libs"
>> -DEPENDS = "libsdl3 freetype"
>> +DEPENDS = "virtual/libsdl3 freetype"
>
> I see that libsdl3 recipe does PROVIDE virtual/libsdl3 but is it
> required ? are there multiple providers for libsdl3 available to
> choose
> from ?
>
>> LICENSE = "Zlib"
>> LIC_FILES_CHKSUM =
>> "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455"
>> <file://license.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455/>
>>
>>
>>
>>
>>
>>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#117132):
> <https://lists.openembedded.org/g/openembedded-devel/message/117132>
> Mute This Topic: <https://lists.openembedded.org/mt/112441095/3618223>
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> <mailto:openembedded-devel+owner@lists.openembedded.org>
> Unsubscribe:
> <https://lists.openembedded.org/g/openembedded-devel/unsub>
> [f_l_k@t-online.de <mailto:f_l_k@t-online.de>]
> -=-=-=-=-=-=-=-=-=-=-=-
>
[-- Attachment #2: Type: text/html, Size: 2604 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [oe] [meta-oe][PATCH 1/2] libsdl3-ttf: make use of virtual/libsdl3
2025-04-25 16:52 ` Markus Volk
@ 2025-04-25 17:17 ` Khem Raj
0 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2025-04-25 17:17 UTC (permalink / raw)
To: Markus Volk; +Cc: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1991 bytes --]
On Fri, Apr 25, 2025 at 9:52 AM Markus Volk <f_l_k@t-online.de> wrote:
> This is not necessary but since you added virtual/libsdl3 in
> libsdl3-image, I assumed you wanted it that way
>
> https://git.openembedded.org/meta-openembedded/commit/?h=master-next&id=4613cf385460f973d1fe3c75336ce44e141ae9f4
>
>
I actually should have meant virtual/libsdl2 may be send a patch to make it
libsdl3 and also remove it from PROVIDES in libsdl3
On Fri, Apr 25 2025 at 09:43:15 -07:00:00, Khem Raj via
> lists.openembedded.org <raj.khem=gmail.com@lists.openembedded.org> wrote:
>
> On 4/24/25 2:06 PM, Markus Volk via lists.openembedded.org wrote:
>
> Signed-off-by: Markus Volk <f_l_k@t-online.de> ---
> meta-oe/recipes-graphics/libsdl3/libsdl3-ttf_3.2.2.bb | 2 +- 1 file
> changed, 1 insertion(+), 1 deletion(-) diff --git
> a/meta-oe/recipes-graphics/libsdl3/libsdl3-ttf_3.2.2.bb
> b/meta-oe/recipes-graphics/libsdl3/libsdl3-ttf_3.2.2.bb index
> f914d1dcff..4bc84ec6ee 100644 --- a/meta-oe/recipes-graphics/libsdl3/
> libsdl3-ttf_3.2.2.bb +++ b/meta-oe/recipes-graphics/libsdl3/
> libsdl3-ttf_3.2.2.bb @@ -1,6 +1,6 @@ SUMMARY = "Simple DirectMedia Layer
> truetype font library" SECTION = "libs" -DEPENDS = "libsdl3 freetype"
> +DEPENDS = "virtual/libsdl3 freetype"
>
> I see that libsdl3 recipe does PROVIDE virtual/libsdl3 but is it required
> ? are there multiple providers for libsdl3 available to choose from ?
>
> LICENSE = "Zlib" LIC_FILES_CHKSUM = "
> file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455"
>
> -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this
> group. View/Reply Online (#117132):
> https://lists.openembedded.org/g/openembedded-devel/message/117132 Mute
> This Topic: https://lists.openembedded.org/mt/112441095/3618223 Group
> Owner: openembedded-devel+owner@lists.openembedded.org Unsubscribe:
> https://lists.openembedded.org/g/openembedded-devel/unsub [
> f_l_k@t-online.de] -=-=-=-=-=-=-=-=-=-=-=-
>
>
[-- Attachment #2: Type: text/html, Size: 3954 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-04-25 17:17 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-24 21:06 [meta-oe][PATCH 1/2] libsdl3-ttf: make use of virtual/libsdl3 Markus Volk
2025-04-24 21:06 ` [meta-oe][PATCH 2/2] libsdl2-compat: " Markus Volk
2025-04-25 16:43 ` [oe] [meta-oe][PATCH 1/2] libsdl3-ttf: " Khem Raj
2025-04-25 16:52 ` Markus Volk
2025-04-25 17:17 ` Khem Raj
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.