Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] opkg.inc: remove the obsolete POSTLOG
@ 2013-08-13  7:33 Qi.Chen
  2013-08-13  7:34 ` [PATCH 1/1] opkg.inc: remove the obsolete POSTLOG variable Qi.Chen
  0 siblings, 1 reply; 2+ messages in thread
From: Qi.Chen @ 2013-08-13  7:33 UTC (permalink / raw)
  To: openembedded-core; +Cc: Zhangle.Yang

From: Chen Qi <Qi.Chen@windriver.com>

The following changes since commit 16d522bcd1f1b7741577fa31fab7e2129da0cae9:

  maintainers.inc: reassign maintainers, remove obsolete recipes (2013-08-12 13:13:05 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib ChenQi/opkg-remove-POSTLOG
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/opkg-remove-POSTLOG

Chen Qi (1):
  opkg.inc: remove the obsolete POSTLOG variable

 meta/recipes-devtools/opkg/opkg.inc |    2 --
 1 file changed, 2 deletions(-)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] opkg.inc: remove the obsolete POSTLOG variable
  2013-08-13  7:33 [PATCH 0/1] opkg.inc: remove the obsolete POSTLOG Qi.Chen
@ 2013-08-13  7:34 ` Qi.Chen
  0 siblings, 0 replies; 2+ messages in thread
From: Qi.Chen @ 2013-08-13  7:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Zhangle.Yang

From: Chen Qi <Qi.Chen@windriver.com>

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>
---
 meta/recipes-devtools/opkg/opkg.inc |    2 --
 1 file changed, 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
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-13  7:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-13  7:33 [PATCH 0/1] opkg.inc: remove the obsolete POSTLOG Qi.Chen
2013-08-13  7:34 ` [PATCH 1/1] opkg.inc: remove the obsolete POSTLOG variable Qi.Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox