meta-wayland/recipes-core/basu/basu_git.bb

19 lines
482 B
BlitzBasic
Raw Normal View History

2021-06-27 09:02:06 +02:00
SUMMARY = "The sd-bus library, extracted from systemd."
HOMEPAGE = "https://sr.ht/~emersion/basu"
2021-06-27 09:02:06 +02:00
SECTION = "base"
LICENSE = "LGPL-2.1-only"
2021-06-27 09:02:06 +02:00
LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
SRC_URI = "git://git.sr.ht/~emersion/basu;protocol=https;branch=master"
2021-06-27 09:02:06 +02:00
DEPENDS += "gperf-native libcap"
S = "${WORKDIR}/git"
PV = "0.2.0"
SRCREV = "5fa970e868f25ebc79ccca9b1d9df4c030d97661"
2021-06-27 09:02:06 +02:00
2021-11-23 17:56:01 +01:00
inherit meson pkgconfig
2021-06-27 09:02:06 +02:00
EXTRA_OEMESON += "--buildtype release"