mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
ipmctl: dont install /var/log/ipmctl
OE-Core now has a QA check to see if /var/log is empty. Since /var/log is usually a symlink to /var/volatile/log, anything installed here won't actually be available. Remove the directory. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
c4ba0f18c2
commit
99fd5cb683
|
@ -37,3 +37,9 @@ do_configure:prepend() {
|
||||||
ln -sf edk2/${dir} ${S}
|
ln -sf edk2/${dir} ${S}
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_install:append() {
|
||||||
|
# Remove /var/log/ipmctl as anything created in /var/log will not be
|
||||||
|
# available when tmpfs is mounted at /var/volatile/log.
|
||||||
|
rm -rf ${D}${localstatedir}/log
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user