[OE-core] [oe-core][PATCH 1/2] Set S to fix QA warning on systemd-serialgetty.
Thomas Perrot
thomas.perrot at tupi.fr
Thu Jun 25 11:24:03 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..399a88f 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}/${PN}-${PV}"
+
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