meta-openembedded/meta-multimedia/recipes-multimedia/clight/libmodule_5.0.1.bb
LI Qingwu 14b8d3cf17
libmodule: add recipe
libmodule offers a small and simple C implementation of an actor library
that aims to let developers easily create modular C projects in a way
which is both simple and elegant.

Signed-off-by: LI Qingwu <Qing-wu.Li@leica-geosystems.com.cn>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-08-18 17:58:58 -07:00

19 lines
505 B
BlitzBasic

SUMMARY = "Small and simple C actor library for modular projects"
HOMEPAGE = "https://github.com/FedeDP/libmodule"
SECTION = "libs"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4f3c068505fd5a09e90662bfca90ad04"
SRCREV = "3f60063e98631ce3fd25f70428b67ef15025597f"
SRC_URI = "git://github.com/FedeDP/${BPN};protocol=https;branch=master;tag=${PV} \
file://0001-Update-cmake_minimum_required-to-3.5.patch \
"
inherit cmake pkgconfig
FILES:${PN} += " \
${libdir}/* \
${datadir}/* \
"