mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
drop '_git' from recipes
This commit is contained in:
20
recipes-extended/libvarlink/libvarlink_23.bb
Normal file
20
recipes-extended/libvarlink/libvarlink_23.bb
Normal file
@ -0,0 +1,20 @@
|
||||
SUMMARY = "varlink is an interface description format and protocol accessible to both humans and machines."
|
||||
HOMEPAGE = "https://varlink.org"
|
||||
LICENSE = "Apache-2.0 & BSD-3-Clause"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/varlink/libvarlink.git;protocol=https;branch=master \
|
||||
"
|
||||
|
||||
inherit meson
|
||||
|
||||
SRCREV = "d377218338b706ce3ff517a80fc0f1b1cfd8fe80"
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
FILES:${PN} += "${datadir}"
|
||||
|
||||
BBCLASSEXTEND = ""
|
||||
|
Reference in New Issue
Block a user