[oe-commits] Chen Qi : opkg.inc: remove the obsolete POSTLOG variable

git at git.openembedded.org git at git.openembedded.org
Fri Aug 16 10:04:29 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 6aaf2d5c51eb4ee6acbb85fd4aa5f44406907bc2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6aaf2d5c51eb4ee6acbb85fd4aa5f44406907bc2

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Tue Aug 13 15:34:00 2013 +0800

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.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-devtools/opkg/opkg.inc |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc
index fd11ccc..afe6cb0 100644
--- a/meta/recipes-devtools/opkg/opkg.inc
+++ b/meta/recipes-devtools/opkg/opkg.inc
@@ -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



More information about the Openembedded-commits mailing list