mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-02-13 15:32:54 +01:00
basu: add recipe
This commit is contained in:
parent
19e4bd0136
commit
844a05422a
18
recipes-core/basu/basu_git.bb
Normal file
18
recipes-core/basu/basu_git.bb
Normal file
@ -0,0 +1,18 @@
|
||||
SUMMARY = "The sd-bus library, extracted from systemd."
|
||||
HOMEPAGE = "https://github.com/emersion/basu.git"
|
||||
SECTION = "base"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
SRC_URI = "git://github.com/emersion/basu.git;protocol=https"
|
||||
|
||||
DEPENDS += "gperf-native libcap"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.2.0"
|
||||
SRCREV = "v${PV}"
|
||||
|
||||
inherit meson
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
Loading…
x
Reference in New Issue
Block a user