diff mbox series

[meta-oe,1/9] libxmp: add recipe

Message ID 20250421094832.67450-1-f_l_k@t-online.de
State New
Headers show
Series [meta-oe,1/9] libxmp: add recipe | expand

Commit Message

Markus Volk April 21, 2025, 9:48 a.m. UTC
libxmp is a requirement for libsdl2-mixer

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta-oe/recipes-multimedia/libxmp/libxmp_4.6.2.bb | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 meta-oe/recipes-multimedia/libxmp/libxmp_4.6.2.bb

Comments

Gyorgy Sarvari April 21, 2025, 10:01 a.m. UTC | #1
On 4/21/25 11:48, Markus Volk via lists.openembedded.org wrote:
> +LICENSE = "LGPL-2.1-only"
> +LIC_FILES_CHKSUM = "file://README;beginline=59;md5=ea030bd80f99071b0d3f9a9f752d1ca8"
Is that correct as it is? That README;beginline=59 seems to be a
standard MIT license.
Markus Volk April 21, 2025, 11 a.m. UTC | #2
Thanks. I just copied the line from:
<https://github.com/schnitzeltony/meta-qt5-extra/blob/c16ba209a93c3e55f5aef07fbb1d584e228765b3/recipes-misc/recipes-multimedia/libxmp/libxmp_4.4.1.bb#L3>

I'll send a v2 to fix it

On Mon, Apr 21 2025 at 12:01:54 +02:00:00, Gyorgy Sarvari 
<skandigraun@gmail.com> wrote:
> 
> On 4/21/25 11:48, Markus Volk via lists.openembedded.org wrote:
>>  +LICENSE = "LGPL-2.1-only"
>>  +LIC_FILES_CHKSUM = 
>> "file://README;beginline=59;md5=ea030bd80f99071b0d3f9a9f752d1ca8" 
>> <file://readme;beginline=59;md5=ea030bd80f99071b0d3f9a9f752d1ca8/>
> Is that correct as it is? That README;beginline=59 seems to be a
> standard MIT license.
diff mbox series

Patch

diff --git a/meta-oe/recipes-multimedia/libxmp/libxmp_4.6.2.bb b/meta-oe/recipes-multimedia/libxmp/libxmp_4.6.2.bb
new file mode 100644
index 0000000000..c67b80b750
--- /dev/null
+++ b/meta-oe/recipes-multimedia/libxmp/libxmp_4.6.2.bb
@@ -0,0 +1,11 @@ 
+SUMMARY = "Extended Module Player Library"
+HOMEPAGE = "http://xmp.sourceforge.net/"
+LICENSE = "LGPL-2.1-only"
+LIC_FILES_CHKSUM = "file://README;beginline=59;md5=ea030bd80f99071b0d3f9a9f752d1ca8"
+
+inherit cmake pkgconfig
+
+SRC_URI = "git://github.com/libxmp/libxmp.git;protocol=https;branch=master"
+SRCREV = "828ef357943e1fbb13910e7a6fca21987c5c5827"
+
+S = "${WORKDIR}/git"