mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
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>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
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}/* \
|
||||
"
|
||||
Reference in New Issue
Block a user