]> code.ossystems Code Review - openembedded-core.git/commit
apt: Do not install /var/log/apt for target
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Tue, 2 Nov 2021 19:57:24 +0000 (20:57 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Nov 2021 10:12:01 +0000 (10:12 +0000)
commit876d09bd42e24db3a498148e3305fb27f70ceda0
tree205069dcd222a4d492e00f6a67a610b3131444f1
parent78ae8b02bfbf0d98ae481682179439845d30c797
apt: Do not install /var/log/apt for target

/var/log is normally a link to /var/volatile/log and /var/volatile is a
tmpfs mount. So anything created in /var/log will not be available when
the tmpfs is mounted.

Also some whitespace clean up.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/apt/apt_2.2.4.bb