All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/2] dbus-broker: rdepend on dbus-common
@ 2020-11-30 14:09 Luca Bocassi
  2020-11-30 14:09 ` [meta-oe][PATCH 2/2] dbus-brocker: upgrade 23 -> 24 Luca Bocassi
  0 siblings, 1 reply; 2+ messages in thread
From: Luca Bocassi @ 2020-11-30 14:09 UTC (permalink / raw)
  To: openembedded-devel

From: Luca Boccassi <luca.boccassi@microsoft.com>

The dbus package in oe-core was split, and the common configuration
files that are also required by dbus-broker are now shipped in
dbus-common, to avoid having to pull in the entire dbus-daemon.

Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
---
 meta-oe/recipes-core/dbus/dbus-broker_23.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-core/dbus/dbus-broker_23.bb b/meta-oe/recipes-core/dbus/dbus-broker_23.bb
index c622e4857..97b093843 100644
--- a/meta-oe/recipes-core/dbus/dbus-broker_23.bb
+++ b/meta-oe/recipes-core/dbus/dbus-broker_23.bb
@@ -17,6 +17,8 @@ DEPENDS = "expat systemd"
 DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}"
 DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'audit', '', d)}"
 
+RDEPENDS_${PN} += "dbus-common"
+
 REQUIRED_DISTRO_FEATURES = "systemd"
 
 SYSTEMD_SERVICE_${PN} = "${BPN}.service"
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [meta-oe][PATCH 2/2] dbus-brocker: upgrade 23 -> 24
  2020-11-30 14:09 [meta-oe][PATCH 1/2] dbus-broker: rdepend on dbus-common Luca Bocassi
@ 2020-11-30 14:09 ` Luca Bocassi
  0 siblings, 0 replies; 2+ messages in thread
From: Luca Bocassi @ 2020-11-30 14:09 UTC (permalink / raw)
  To: openembedded-devel

From: Luca Boccassi <luca.boccassi@microsoft.com>

See full changelog https://github.com/bus1/dbus-broker/releases/tag/v24

Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
---
 .../recipes-core/dbus/{dbus-broker_23.bb => dbus-broker_24.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-core/dbus/{dbus-broker_23.bb => dbus-broker_24.bb} (92%)

diff --git a/meta-oe/recipes-core/dbus/dbus-broker_23.bb b/meta-oe/recipes-core/dbus/dbus-broker_24.bb
similarity index 92%
rename from meta-oe/recipes-core/dbus/dbus-broker_23.bb
rename to meta-oe/recipes-core/dbus/dbus-broker_24.bb
index 97b093843..1a32b26e8 100644
--- a/meta-oe/recipes-core/dbus/dbus-broker_23.bb
+++ b/meta-oe/recipes-core/dbus/dbus-broker_24.bb
@@ -7,7 +7,7 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7b486c2338d225a1405d979ed2c15ce8"
 
 SRC_URI = "https://github.com/bus1/dbus-broker/releases/download/v${PV}/dbus-broker-${PV}.tar.xz"
-SRC_URI[sha256sum] = "95adfde56bce898c3b69eee0524732365e802348dd8189a35d5d00c30990dc81"
+SRC_URI[sha256sum] = "024b54678d67edcc72ffe65c17d2495211bd20f2430b07ef1d26fdc93b4305ac"
 
 UPSTREAM_CHECK_URI = "https://github.com/bus1/${BPN}/releases"
 
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-30 14:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-30 14:09 [meta-oe][PATCH 1/2] dbus-broker: rdepend on dbus-common Luca Bocassi
2020-11-30 14:09 ` [meta-oe][PATCH 2/2] dbus-brocker: upgrade 23 -> 24 Luca Bocassi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.