From: Chen Qi Date: Tue, 30 Jul 2013 02:20:09 +0000 (+0800) Subject: opkg.inc: remove the obsolete REDIRECT_CMD X-Git-Tag: 2015-4~5676 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=cba8f3257bb645dafdfa7c672bbdc4b0f0c094e6;p=openembedded-core.git opkg.inc: remove the obsolete REDIRECT_CMD The REDIRECT_CMD variable is now obsolete, remove it. Signed-off-by: Chen Qi Signed-off-by: Saul Wold --- diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc index f2c826b525..fd11ccc9fd 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