mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
libvarlink: add new recipe
Varlink C library and command line tool. Remove unuseful vim integration. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
SUMMARY = "Varlink C library and command line tool"
|
||||
HOMEPAGE = "https://varlink.org/"
|
||||
DESCRIPTION = "Varlink is an interface description format and protocol that aims \
|
||||
to make services accessible to both humans and machines in the simplest feasible way."
|
||||
SECION = "devel"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
|
||||
|
||||
SRC_URI = "git://github.com/varlink/libvarlink.git;protocol=https;branch=master;tag=v${PV}"
|
||||
SRCREV = "2ad4ec7ca62e148dbf0ad98646ec68c2e7e8a88e"
|
||||
|
||||
inherit meson bash-completion lib_package
|
||||
|
||||
do_install:append() {
|
||||
# vim integration is not needed
|
||||
rm -rf ${D}${datadir}/vim
|
||||
}
|
||||
Reference in New Issue
Block a user