diff mbox series

[meta-oe,1/2] libsdl3-ttf: make use of virtual/libsdl3

Message ID 20250424210659.2282492-1-f_l_k@t-online.de
State New
Headers show
Series [meta-oe,1/2] libsdl3-ttf: make use of virtual/libsdl3 | expand

Commit Message

Markus Volk April 24, 2025, 9:06 p.m. UTC
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(-)

Comments

Khem Raj April 25, 2025, 4:43 p.m. UTC | #1
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]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Markus Volk April 25, 2025, 4:52 p.m. UTC | #2
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>]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Khem Raj April 25, 2025, 5:17 p.m. UTC | #3
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] -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

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"