mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
opkg.inc: remove the obsolete POSTLOG variable
With the current implementation of postinst logging mechanism, the location for log file is configured via the POSTINST_LOGFILE variable. The POSTLOG variable is obsolete now, thus removing it. (From OE-Core rev: 6aaf2d5c51eb4ee6acbb85fd4aa5f44406907bc2) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -57,8 +57,6 @@ do_install_append_class-native() {
|
||||
fi
|
||||
}
|
||||
|
||||
POSTLOG ?= "/var/log/postinstall.log"
|
||||
|
||||
pkg_postinst_${PN} () {
|
||||
#!/bin/sh
|
||||
if [ "x$D" != "x" ] && [ -f $D${OPKGLIBDIR}/opkg/status ]; then
|
||||
|
||||
Reference in New Issue
Block a user