diff options
| author | Luca Boccassi <luca.boccassi@microsoft.com> | 2019-10-28 14:58:20 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-10-28 15:26:42 -0700 |
| commit | 65cf98b5a4e6026acafebdc9bc0a86e039773418 (patch) | |
| tree | 81e553984d8843799210f8942b0bd0835ec05c86 /meta-oe | |
| parent | 5a4d3da0c548c295a4c4a79b2935662180e639a0 (diff) | |
| download | meta-openembedded-65cf98b5a4e6026acafebdc9bc0a86e039773418.tar.gz | |
dbus-broker: 19 -> 21
Add /lib/systemd/catalog to the package, as snippets for the journal are
now shipped.
Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-core/dbus/dbus-broker_21.bb (renamed from meta-oe/recipes-core/dbus/dbus-broker_19.bb) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/dbus/dbus-broker_19.bb b/meta-oe/recipes-core/dbus/dbus-broker_21.bb index 82d8b8ba68..9cb59e3365 100644 --- a/meta-oe/recipes-core/dbus/dbus-broker_19.bb +++ b/meta-oe/recipes-core/dbus/dbus-broker_21.bb | |||
| @@ -7,7 +7,8 @@ LICENSE = "Apache-2.0" | |||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7b486c2338d225a1405d979ed2c15ce8" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7b486c2338d225a1405d979ed2c15ce8" |
| 8 | 8 | ||
| 9 | SRC_URI = "https://github.com/bus1/dbus-broker/releases/download/v${PV}/dbus-broker-${PV}.tar.xz" | 9 | SRC_URI = "https://github.com/bus1/dbus-broker/releases/download/v${PV}/dbus-broker-${PV}.tar.xz" |
| 10 | SRC_URI[sha256sum] = "1648227f5a347d4f38d8a29bb9295a73a25c3feb4f3e79e3f04cc847343da3ed" | 10 | SRC_URI[md5sum] = "a17886a92ab1e0bc2e4b1a274339e388" |
| 11 | SRC_URI[sha256sum] = "6fff9a831a514659e2c7d704e76867ce31ebcf43e8d7a62e080c6656f64cd39e" | ||
| 11 | 12 | ||
| 12 | inherit meson pkgconfig systemd distro_features_check | 13 | inherit meson pkgconfig systemd distro_features_check |
| 13 | 14 | ||
| @@ -19,3 +20,4 @@ SYSTEMD_SERVICE_${PN} = "${BPN}.service" | |||
| 19 | 20 | ||
| 20 | FILES_${PN} += "${systemd_system_unitdir}" | 21 | FILES_${PN} += "${systemd_system_unitdir}" |
| 21 | FILES_${PN} += "${systemd_user_unitdir}" | 22 | FILES_${PN} += "${systemd_user_unitdir}" |
| 23 | FILES_${PN} += "${libdir}/systemd/catalog" | ||
