[oe-commits] Thomas Perrot : systemd-serialgetty: Set S to prevent QA warning

git at git.openembedded.org git at git.openembedded.org
Mon Aug 10 19:41:14 UTC 2015


Module: openembedded-core.git
Branch: fido
Commit: 12d210928c12671dcc98d388f957455e6590c086
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=12d210928c12671dcc98d388f957455e6590c086

Author: Thomas Perrot <thomas.perrot at tupi.fr>
Date:   Thu Jun 25 20:01:08 2015 +0200

systemd-serialgetty: Set S to prevent QA warning

(From OE-Core rev: c3c240138a38799b611fcc695a51e0c188aa1327)

(From OE-Core rev: 344ed7576603a8202c08a6d28477ef43774a62a8)

Signed-off-by: Thomas Perrot <thomas.perrot at tupi.fr>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/systemd/systemd-serialgetty.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/meta/recipes-core/systemd/systemd-serialgetty.bb
index 1c34d5c..768b130 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/\;.*//'`



More information about the Openembedded-commits mailing list