summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2026-04-10 00:06:10 +0200
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-10 08:03:23 -0700
commitecd5f090e893933b2e92290efcb43384b3bdb68b (patch)
tree177b84eb42964a9dfee7609e7b75a3437c1685fa /meta-oe
parentd8726e8917ed5b9f082780d57c5f1f20acd5ece7 (diff)
downloadmeta-openembedded-ecd5f090e893933b2e92290efcb43384b3bdb68b.tar.gz
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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/libvarlink/libvarlink_24.0.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libvarlink/libvarlink_24.0.1.bb b/meta-oe/recipes-support/libvarlink/libvarlink_24.0.1.bb
new file mode 100644
index 0000000000..de2f30c487
--- /dev/null
+++ b/meta-oe/recipes-support/libvarlink/libvarlink_24.0.1.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Varlink C library and command line tool"
2HOMEPAGE = "https://varlink.org/"
3DESCRIPTION = "Varlink is an interface description format and protocol that aims \
4to make services accessible to both humans and machines in the simplest feasible way."
5SECION = "devel"
6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
8
9SRC_URI = "git://github.com/varlink/libvarlink.git;protocol=https;branch=master;tag=v${PV}"
10SRCREV = "2ad4ec7ca62e148dbf0ad98646ec68c2e7e8a88e"
11
12inherit meson bash-completion lib_package
13
14do_install:append() {
15 # vim integration is not needed
16 rm -rf ${D}${datadir}/vim
17}