mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 lines
357 B
BlitzBasic
11 lines
357 B
BlitzBasic
SUMMARY = "Extended Module Player Library"
|
|
HOMEPAGE = "http://xmp.sourceforge.net/"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://README;beginline=59;md5=ea030bd80f99071b0d3f9a9f752d1ca8"
|
|
|
|
inherit cmake pkgconfig
|
|
|
|
SRC_URI = "git://github.com/libxmp/libxmp.git;protocol=https;branch=master;tag=libxmp-${PV}"
|
|
SRCREV = "bed660f8e530d399c38f27a5a7732f4e79740585"
|
|
|