From 344ed7576603a8202c08a6d28477ef43774a62a8 Mon Sep 17 00:00:00 2001 From: Thomas Perrot Date: Thu, 25 Jun 2015 20:01:08 +0200 Subject: systemd-serialgetty: Set S to prevent QA warning (From OE-Core rev: c3c240138a38799b611fcc695a51e0c188aa1327) Signed-off-by: Thomas Perrot Signed-off-by: Richard Purdie --- meta/recipes-core/systemd/systemd-serialgetty.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-core') diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/meta/recipes-core/systemd/systemd-serialgetty.bb index 1c34d5c747..768b1308f2 100644 --- a/meta/recipes-core/systemd/systemd-serialgetty.bb +++ b/meta/recipes-core/systemd/systemd-serialgetty.bb @@ -8,6 +8,8 @@ SERIAL_CONSOLE ?= "115200 ttyS0" SRC_URI = "file://serial-getty@.service" +S = "${WORKDIR}" + do_install() { if [ ! -z "${SERIAL_CONSOLES}" ] ; then default_baudrate=`echo "${SERIAL_CONSOLES}" | sed 's/\;.*//'` -- cgit 1.2.3-korg