2021-06-27 09:02:06 +02:00
|
|
|
SUMMARY = "The sd-bus library, extracted from systemd."
|
2022-02-01 04:34:57 +01:00
|
|
|
HOMEPAGE = "https://sr.ht/~emersion/basu"
|
2021-06-27 09:02:06 +02:00
|
|
|
SECTION = "base"
|
2022-03-04 14:58:29 +01:00
|
|
|
LICENSE = "LGPL-2.1-only"
|
2021-06-27 09:02:06 +02:00
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
|
2022-02-01 04:34:57 +01:00
|
|
|
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"
|
2022-02-01 04:34:57 +01:00
|
|
|
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"
|
|
|
|
|