mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
586cfd09cc
commit
a645b0de0a
21
meta-oe/recipes-core/basu/basu_0.2.1.bb
Normal file
21
meta-oe/recipes-core/basu/basu_0.2.1.bb
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
SUMMARY = "The sd-bus library, extracted from systemd."
|
||||
HOMEPAGE = "https://sr.ht/~emersion/basu"
|
||||
SECTION = "base"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
SRC_URI = "git://git.sr.ht/~emersion/basu;protocol=https;branch=master"
|
||||
|
||||
DEPENDS += "gperf-native"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.2.1"
|
||||
SRCREV = "684a41d68cfbb05e38aacb60a8548e21ddfbecdb"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
PACKAGECONFIG ?= ""
|
||||
PACKAGECONFIG[libcap] = "-Dlibcap=enabled,-Dlibcap=disabled,libcap"
|
||||
PACKAGECONFIG[audit] = "-Daudit=enabled,-Daudit=disabled,audit"
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
Loading…
Reference in New Issue
Block a user