diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2013-08-13 15:34:00 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-08-14 22:41:36 -0700 |
commit | 6aaf2d5c51eb4ee6acbb85fd4aa5f44406907bc2 (patch) | |
tree | 6233509c0f81af733042d2c3d480fefcdd641379 /meta | |
parent | e5f8f6c6191505d731c4672353e811d6729d424a (diff) | |
download | openembedded-core-6aaf2d5c51eb4ee6acbb85fd4aa5f44406907bc2.tar.gz openembedded-core-6aaf2d5c51eb4ee6acbb85fd4aa5f44406907bc2.tar.bz2 openembedded-core-6aaf2d5c51eb4ee6acbb85fd4aa5f44406907bc2.zip |
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@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | 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 fd11ccc9fd..afe6cb0ce6 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 |