diff options
author | Markus Volk <f_l_k@t-online.de> | 2022-12-21 06:10:04 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-12-23 08:52:23 -0800 |
commit | a645b0de0a6ce6fe721ccc1f28d9af32ca28992d (patch) | |
tree | 5dfd1851241463172b16149ca3b62852dfaeb6d8 | |
parent | 586cfd09ccc410a81e24a442ed82342154d8d6ae (diff) | |
download | meta-openembedded-a645b0de0a6ce6fe721ccc1f28d9af32ca28992d.tar.gz |
basu: import recipe from meta-wayland
basu provides the sdbus api for builds without systemd.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-core/basu/basu_0.2.1.bb | 21 |
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 @@ | |||
1 | SUMMARY = "The sd-bus library, extracted from systemd." | ||
2 | HOMEPAGE = "https://sr.ht/~emersion/basu" | ||
3 | SECTION = "base" | ||
4 | LICENSE = "LGPL-2.1-only" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c" | ||
6 | |||
7 | SRC_URI = "git://git.sr.ht/~emersion/basu;protocol=https;branch=master" | ||
8 | |||
9 | DEPENDS += "gperf-native" | ||
10 | |||
11 | S = "${WORKDIR}/git" | ||
12 | PV = "0.2.1" | ||
13 | SRCREV = "684a41d68cfbb05e38aacb60a8548e21ddfbecdb" | ||
14 | |||
15 | inherit meson pkgconfig | ||
16 | |||
17 | PACKAGECONFIG ?= "" | ||
18 | PACKAGECONFIG[libcap] = "-Dlibcap=enabled,-Dlibcap=disabled,libcap" | ||
19 | PACKAGECONFIG[audit] = "-Daudit=enabled,-Daudit=disabled,audit" | ||
20 | |||
21 | EXTRA_OEMESON += "--buildtype release" | ||