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:
Chen Qi 2013-08-13 15:34:00 +08:00 committed by Richard Purdie
parent 9146bb6970
commit 4fc37883ad
1 changed files with 0 additions and 2 deletions

View File

@ -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