diff options
| author | Peter Marko <peter.marko@siemens.com> | 2026-04-10 00:06:10 +0200 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-10 08:03:23 -0700 |
| commit | ecd5f090e893933b2e92290efcb43384b3bdb68b (patch) | |
| tree | 177b84eb42964a9dfee7609e7b75a3437c1685fa /meta-oe | |
| parent | d8726e8917ed5b9f082780d57c5f1f20acd5ece7 (diff) | |
| download | meta-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.bb | 17 |
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 @@ | |||
| 1 | SUMMARY = "Varlink C library and command line tool" | ||
| 2 | HOMEPAGE = "https://varlink.org/" | ||
| 3 | DESCRIPTION = "Varlink is an interface description format and protocol that aims \ | ||
| 4 | to make services accessible to both humans and machines in the simplest feasible way." | ||
| 5 | SECION = "devel" | ||
| 6 | LICENSE = "Apache-2.0" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" | ||
| 8 | |||
| 9 | SRC_URI = "git://github.com/varlink/libvarlink.git;protocol=https;branch=master;tag=v${PV}" | ||
| 10 | SRCREV = "2ad4ec7ca62e148dbf0ad98646ec68c2e7e8a88e" | ||
| 11 | |||
| 12 | inherit meson bash-completion lib_package | ||
| 13 | |||
| 14 | do_install:append() { | ||
| 15 | # vim integration is not needed | ||
| 16 | rm -rf ${D}${datadir}/vim | ||
| 17 | } | ||
