summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/base-files/base-files_3.0.14.bb
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2017-04-03 14:48:26 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-04-10 23:00:42 +0100
commit16b822509a4b7bce7bbf901337004caafe872f64 (patch)
treee705bc3b28c2083846bcac19be2ebd3c80d10812 /meta/recipes-core/base-files/base-files_3.0.14.bb
parent227ec4809dbcdecd7a09392569f4464d9625d02a (diff)
downloadpoky-16b822509a4b7bce7bbf901337004caafe872f64.tar.gz
base-files: profile: Do not assume that the tty command exists
This avoids the following error when logging in to a host that does not have the tty command: -sh: tty: not found Reported-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> (From OE-Core rev: e77cdb761169e404556487ac650dc562000da406) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/base-files/base-files_3.0.14.bb')
-rw-r--r--meta/recipes-core/base-files/base-files_3.0.14.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-core/base-files/base-files_3.0.14.bb b/meta/recipes-core/base-files/base-files_3.0.14.bb
index f56969c52e..ca7bf06353 100644
--- a/meta/recipes-core/base-files/base-files_3.0.14.bb
+++ b/meta/recipes-core/base-files/base-files_3.0.14.bb
@@ -128,10 +128,6 @@ do_install () {
128 install -m 0644 ${WORKDIR}/host.conf ${D}${sysconfdir}/host.conf 128 install -m 0644 ${WORKDIR}/host.conf ${D}${sysconfdir}/host.conf
129 install -m 0644 ${WORKDIR}/motd ${D}${sysconfdir}/motd 129 install -m 0644 ${WORKDIR}/motd ${D}${sysconfdir}/motd
130 130
131 if [ "/usr/bin" != "${bindir}" ]; then
132 sed -i "s,/usr/bin/resize,${bindir}/resize," ${D}${sysconfdir}/profile
133 fi
134
135 ln -sf /proc/mounts ${D}${sysconfdir}/mtab 131 ln -sf /proc/mounts ${D}${sysconfdir}/mtab
136} 132}
137 133