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

git at git.openembedded.org git at git.openembedded.org
Sat Jun 27 22:02:42 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: ae3e398787c74398adbe84cd495334fdfb8fe471
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ae3e398787c74398adbe84cd495334fdfb8fe471

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

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