mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
base-files: Don't fork to call id in profile
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5076 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -11,7 +11,7 @@ if [ ! -e /etc/localtime ]; then
|
|||||||
export TZ
|
export TZ
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "`id -u`" -eq 0 ]; then
|
if [ "$HOME" = "/home/root" ]; then
|
||||||
PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin:
|
PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin:
|
||||||
fi
|
fi
|
||||||
if [ "$PS1" ]; then
|
if [ "$PS1" ]; then
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
DESCRIPTION = "Miscellaneous files for the base system."
|
DESCRIPTION = "Miscellaneous files for the base system."
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
PRIORITY = "required"
|
PRIORITY = "required"
|
||||||
PR = "r60"
|
PR = "r61"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
|
|||||||
Reference in New Issue
Block a user