summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2022-09-03 00:41:34 +0300
committerEd Tanous <edtanous@google.com>2022-09-03 00:41:34 +0300
commit3405f51c443e0bd1bc2cb12cbd62e6da82991140 (patch)
tree78dc4fde65f848036a71a91fe4ed8d7a445aaac8
parent3e3a8284a09d521bd4c7392c3062398891b21bf9 (diff)
downloadopenbmc-3405f51c443e0bd1bc2cb12cbd62e6da82991140.tar.xz
Fix some jankey syntax in systemd_%.bbappend
We start a quote on the line directly after a line continuation, instead of doing the line continuation as part of the quote. This is weird, and oe-stylize.py chokes on it. Regardless of whether we adopt stylize, fix the syntax oddity to be more normal. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I97c7783d02e5bdfb5868c62711b3bdd8aa3ab80a
-rw-r--r--meta-phosphor/recipes-core/systemd/systemd_%.bbappend6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-core/systemd/systemd_%.bbappend b/meta-phosphor/recipes-core/systemd/systemd_%.bbappend
index 074dced6c0..fb73ca15a7 100644
--- a/meta-phosphor/recipes-core/systemd/systemd_%.bbappend
+++ b/meta-phosphor/recipes-core/systemd/systemd_%.bbappend
@@ -1,5 +1,7 @@
-FILES:${PN}-catalog-extralocales = \
- "${exec_prefix}/lib/systemd/catalog/*.*.catalog"
+FILES:${PN}-catalog-extralocales = "\
+ ${exec_prefix}/lib/systemd/catalog/*.*.catalog \
+"
+
PACKAGES =+ "${PN}-catalog-extralocales"
PACKAGECONFIG = "\
coredump \