summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2013-07-17 17:09:25 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-18 21:24:29 +0100
commit16b411ee60fbe288475b933bae73eafdd1cde9fb (patch)
tree1f0149b56752ccaedc840631bc6c5f879e3253f1 /meta/recipes-devtools/rpm
parent8b577306104638cf241be54e151b19fa93bbfd3e (diff)
downloadast2050-yocto-poky-16b411ee60fbe288475b933bae73eafdd1cde9fb.zip
ast2050-yocto-poky-16b411ee60fbe288475b933bae73eafdd1cde9fb.tar.gz
rpm-postinsts.bb: Fix typo
Fix a typo for stderr redirection. (From OE-Core rev: cfe3bb097df2a9e6488b4d50f61311b97959ed26) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rpm')
-rw-r--r--meta/recipes-devtools/rpm/rpm-postinsts.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rpm/rpm-postinsts.bb b/meta/recipes-devtools/rpm/rpm-postinsts.bb
index c8fc1c3..ba58cd4 100644
--- a/meta/recipes-devtools/rpm/rpm-postinsts.bb
+++ b/meta/recipes-devtools/rpm/rpm-postinsts.bb
@@ -36,7 +36,7 @@ if [ "x$D" != "x" ] && [ -f $D/var/lib/rpm/Packages ]; then
echo "Running postinst $i..."
if [ -x $i ]; then
if [ "$POSTINST_LOGGING" = "1" ]; then
- $i >>$LOGFILE 2&>1
+ $i >>$LOGFILE 2>&1
else
$i
fi
OpenPOWER on IntegriCloud