mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-01-30 01:28:40 +01:00
libcyaml: initial add 1.0.2
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
17
recipes-support/libcyaml/libcyaml.bb
Normal file
17
recipes-support/libcyaml/libcyaml.bb
Normal file
@@ -0,0 +1,17 @@
|
||||
SUMMARY = "Schema-based YAML parsing and serialisation"
|
||||
HOMEPAGE = "https://github.com/tlsa/libcyaml"
|
||||
LICENSE = "ISC"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=52a1707594d3c6694292db3dd1a7f960"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/tlsa/libcyaml.git;protocol=https \
|
||||
"
|
||||
SRCREV = "689766ae2f2a4deb50f888b20160e71e66b4ed92"
|
||||
PV = "1.0.2"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS = "libyaml"
|
||||
|
||||
do_install() {
|
||||
oe_runmake DESTDIR=${D} PREFIX=${prefix} install
|
||||
}
|
||||
Reference in New Issue
Block a user