[OE-core] [oe-core][PATCH v2 1/2] Set S to prevent QA warning on systemd-serialgetty.

Thomas Perrot thomas.perrot at tupi.fr
Thu Jun 25 18:01:08 UTC 2015


Signed-off-by: Thomas Perrot <thomas.perrot at tupi.fr>
---
 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/\;.*//'`
-- 
1.7.10.4




More information about the Openembedded-core mailing list