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

git at git.openembedded.org git at git.openembedded.org
Sat Aug 3 09:23:48 UTC 2013


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

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Tue Jul 30 10:20:09 2013 +0800

opkg.inc: remove the obsolete REDIRECT_CMD

The REDIRECT_CMD variable is now obsolete, remove 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 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



More information about the Openembedded-commits mailing list