summaryrefslogtreecommitdiffstats
path: root/recipes-support/systemd-journald-persistent/systemd-journald-persistent.bb
diff options
context:
space:
mode:
authorAnatoliy Odukha <aodukha@gmail.com>2021-08-05 14:22:58 +0300
committerGitHub <noreply@github.com>2021-08-05 14:22:58 +0300
commitf29bd466855c3b57a264c34764504c0837ab0eb2 (patch)
tree9acfde74b457f8f555277179f0d8fa8ca44d1944 /recipes-support/systemd-journald-persistent/systemd-journald-persistent.bb
parenta0d9835bad4c86416323b1055315fc1fb09bcde5 (diff)
parentf46d8ef7e0eaa3c3df743fff3821115697093d7b (diff)
downloadmeta-updater-f29bd466855c3b57a264c34764504c0837ab0eb2.tar.gz
Merge pull request #816 from shr-project/jansa/master
Convert to new override syntax
Diffstat (limited to 'recipes-support/systemd-journald-persistent/systemd-journald-persistent.bb')
-rw-r--r--recipes-support/systemd-journald-persistent/systemd-journald-persistent.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-support/systemd-journald-persistent/systemd-journald-persistent.bb b/recipes-support/systemd-journald-persistent/systemd-journald-persistent.bb
index 1715fe1..7f2a3ae 100644
--- a/recipes-support/systemd-journald-persistent/systemd-journald-persistent.bb
+++ b/recipes-support/systemd-journald-persistent/systemd-journald-persistent.bb
@@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7
6 6
7PACKAGE_ARCH = "${MACHINE_ARCH}" 7PACKAGE_ARCH = "${MACHINE_ARCH}"
8 8
9SRC_URI_append = " file://10-persistent-journal.conf" 9SRC_URI:append = " file://10-persistent-journal.conf"
10PR = "r1" 10PR = "r1"
11 11
12S = "${WORKDIR}" 12S = "${WORKDIR}"
13 13
14FILES_${PN} = "${systemd_unitdir}/journald.conf.d/*" 14FILES:${PN} = "${systemd_unitdir}/journald.conf.d/*"
15 15
16do_install() { 16do_install() {
17 install -d ${D}/${systemd_unitdir}/journald.conf.d 17 install -d ${D}/${systemd_unitdir}/journald.conf.d