]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd-serialgetty: Set S to prevent QA warning
authorThomas Perrot <thomas.perrot@tupi.fr>
Thu, 25 Jun 2015 18:01:08 +0000 (20:01 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Jul 2015 22:51:36 +0000 (23:51 +0100)
(From OE-Core rev: c3c240138a38799b611fcc695a51e0c188aa1327)

Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/systemd/systemd-serialgetty.bb

index 1c34d5c747cd3db802bcf5d51b03f74d45534f79..768b1308f23fa2a827854a13bf3c5f89ceb66e8a 100644 (file)
@@ -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/\;.*//'`