summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2022-02-24 12:00:23 +0100
committerMing Liu <ming.liu@toradex.com>2022-02-24 12:28:23 +0100
commit8fe6bb63139cf1e1028295eabedc47d878d1f437 (patch)
tree4d259d0eb34c371613d2b3ec79f89a060a39024a
parentc6e1ce70a2b39b3ce740ea12e9378962e10705be (diff)
util-linux: fix a typo
Drop "-" which is a typo. Related-to: ELB-3046 Signed-off-by: Ming Liu <ming.liu@toradex.com>
-rw-r--r--recipes-core/util-linux/util-linux_%.bbappend4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-core/util-linux/util-linux_%.bbappend b/recipes-core/util-linux/util-linux_%.bbappend
index 341efcf..1b78d46 100644
--- a/recipes-core/util-linux/util-linux_%.bbappend
+++ b/recipes-core/util-linux/util-linux_%.bbappend
@@ -1,5 +1,7 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-SRC_URI_append_ = " file://fstrim.service file://fstrim.timer"
+SRC_URI_append = " file://fstrim.service \
+ file://fstrim.timer \
+"
inherit systemd