mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
dbus-broker: Upgrade to latest and fix build on musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -8,17 +8,20 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7b486c2338d225a1405d979ed2c15ce8"
|
||||
|
||||
DEPENDS = "dbus glib-2.0 expat"
|
||||
|
||||
PV = "9+git${SRCPV}"
|
||||
SRCREV = "ccd06b284892182af569e69046262331150e3536"
|
||||
PV = "13+git${SRCPV}"
|
||||
SRCREV = "1165025e26c3b46160402841dadf08d3d42f5cbb"
|
||||
|
||||
SRC_URI = "git://github.com/bus1/dbus-broker;protocol=git"
|
||||
SRC_URI += "file://0001-Comment-rst2man-related-stuff.patch"
|
||||
SRC_URI += "file://0002-Correct-including-directory-for-conf.patch"
|
||||
SRC_URI = "git://github.com/bus1/dbus-broker;protocol=git \
|
||||
file://0001-Include-sys-wait.h-for-WEXITED-definition.patch \
|
||||
file://0002-Use-getenv-instead-of-secure_getenv-on-musl.patch \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meson pkgconfig systemd distro_features_check
|
||||
|
||||
EXTRA_OEMESON += "-Ddocs=false"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "systemd"
|
||||
|
||||
SYSTEMD_SERVICE_${PN} = "${BPN}.service"
|
||||
|
||||
Reference in New Issue
Block a user