summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-core/basu/basu_0.2.1.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/basu/basu_0.2.1.bb b/meta-oe/recipes-core/basu/basu_0.2.1.bb
new file mode 100644
index 0000000000..500408e11e
--- /dev/null
+++ b/meta-oe/recipes-core/basu/basu_0.2.1.bb
@@ -0,0 +1,21 @@
1SUMMARY = "The sd-bus library, extracted from systemd."
2HOMEPAGE = "https://sr.ht/~emersion/basu"
3SECTION = "base"
4LICENSE = "LGPL-2.1-only"
5LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
6
7SRC_URI = "git://git.sr.ht/~emersion/basu;protocol=https;branch=master"
8
9DEPENDS += "gperf-native"
10
11S = "${WORKDIR}/git"
12PV = "0.2.1"
13SRCREV = "684a41d68cfbb05e38aacb60a8548e21ddfbecdb"
14
15inherit meson pkgconfig
16
17PACKAGECONFIG ?= ""
18PACKAGECONFIG[libcap] = "-Dlibcap=enabled,-Dlibcap=disabled,libcap"
19PACKAGECONFIG[audit] = "-Daudit=enabled,-Daudit=disabled,audit"
20
21EXTRA_OEMESON += "--buildtype release"