diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2013-08-13 15:34:00 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-16 11:14:31 +0100 |
| commit | 4fc37883adde27141b5659b9d3f218edba563b10 (patch) | |
| tree | fba9110302dbbdb8fee799e47c5dac3275b86cca | |
| parent | 9146bb6970fe8263e867dff71d5f41589ab292e4 (diff) | |
| download | poky-4fc37883adde27141b5659b9d3f218edba563b10.tar.gz | |
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>
| -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() { | |||
| 57 | fi | 57 | fi |
| 58 | } | 58 | } |
| 59 | 59 | ||
| 60 | POSTLOG ?= "/var/log/postinstall.log" | ||
| 61 | |||
| 62 | pkg_postinst_${PN} () { | 60 | pkg_postinst_${PN} () { |
| 63 | #!/bin/sh | 61 | #!/bin/sh |
| 64 | if [ "x$D" != "x" ] && [ -f $D${OPKGLIBDIR}/opkg/status ]; then | 62 | if [ "x$D" != "x" ] && [ -f $D${OPKGLIBDIR}/opkg/status ]; then |
