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

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

The following changes since commit bd1c441a210cae03fb6006c996227211cc29056b:

  bitbake: bitbake: runqueue: add warning if invalidating invalid task (2013-07-29 15:25:09 +0100)

are available in the git repository at:

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

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

 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 REDIRECT_CMD
  2013-07-30  2:20 [PATCH 0/1] opkg.inc: remove the obsolete REDIRECT_CMD Qi.Chen
@ 2013-07-30  2:20 ` Qi.Chen
  0 siblings, 0 replies; 2+ messages in thread
From: Qi.Chen @ 2013-07-30  2:20 UTC (permalink / raw)
  To: openembedded-core; +Cc: Zhangle.Yang

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

The REDIRECT_CMD variable is now obsolete, remove 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 f2c826b..fd11ccc 100644
--- a/meta/recipes-devtools/opkg/opkg.inc
+++ b/meta/recipes-devtools/opkg/opkg.inc
@@ -58,8 +58,6 @@ do_install_append_class-native() {
 }
 
 POSTLOG ?= "/var/log/postinstall.log"
-REDIRECT_CMD = "${@base_contains('IMAGE_FEATURES', 'debug-tweaks', '>${POSTLOG} 2>&1', '', d)}"
-REDIRECT_CMD[vardepsexclude] += "IMAGE_FEATURES POSTLOG"
 
 pkg_postinst_${PN} () {
 #!/bin/sh
-- 
1.7.9.5



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

end of thread, other threads:[~2013-07-30  2:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-30  2:20 [PATCH 0/1] opkg.inc: remove the obsolete REDIRECT_CMD Qi.Chen
2013-07-30  2:20 ` [PATCH 1/1] " Qi.Chen

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