]> code.ossystems Code Review - openembedded-core.git/commitdiff
opkg.inc: remove the obsolete POSTLOG variable
authorChen Qi <Qi.Chen@windriver.com>
Tue, 13 Aug 2013 07:34:00 +0000 (15:34 +0800)
committerSaul Wold <sgw@linux.intel.com>
Thu, 15 Aug 2013 05:41:36 +0000 (22:41 -0700)
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.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/opkg/opkg.inc

index fd11ccc9fd6ba084dc5204aa12d83d975ddef2e3..afe6cb0ce607104256157b4568a2d979d7aef536 100644 (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