diff options
author | Thomas Perrot <thomas.perrot@tupi.fr> | 2015-06-25 20:01:08 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-07 23:51:36 +0100 |
commit | 344ed7576603a8202c08a6d28477ef43774a62a8 (patch) | |
tree | c0f8f218ad10d19f970473840c926f6e44185ab3 /meta | |
parent | 6b089c4a79dc3aae00c8a6e7ab0f6ba4b4b5f138 (diff) | |
download | openembedded-core-344ed7576603a8202c08a6d28477ef43774a62a8.tar.gz openembedded-core-344ed7576603a8202c08a6d28477ef43774a62a8.tar.bz2 openembedded-core-344ed7576603a8202c08a6d28477ef43774a62a8.zip |
systemd-serialgetty: Set S to prevent QA warning
(From OE-Core rev: c3c240138a38799b611fcc695a51e0c188aa1327)
Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/systemd/systemd-serialgetty.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/meta/recipes-core/systemd/systemd-serialgetty.bb index 1c34d5c747..768b1308f2 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/\;.*//'` |