summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/minicom/minicom_2.6.2.bb
diff options
context:
space:
mode:
authorLu Chong <Chong.Lu@windriver.com>2013-10-16 15:02:13 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-26 15:59:12 +0100
commitd4cc036508f6468e01a74548a6390790f59753b3 (patch)
tree22ee2aedcc2ec89241272fe1e270b557f9dd79a9 /meta/recipes-extended/minicom/minicom_2.6.2.bb
parent30bafdc1c75ad7efee824b4e84c147112d771c5a (diff)
downloadpoky-d4cc036508f6468e01a74548a6390790f59753b3.tar.gz
minicom: fix -v/-h return value
The previous return value for '-h' and '-v' options was 1 which was not correct. These two options should return 0 instead. (From OE-Core rev: 88701b8c8b73202a738447ea8a1c169a0efdc7ed) Signed-off-by: Lu Chong <Chong.Lu@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-extended/minicom/minicom_2.6.2.bb')
-rw-r--r--meta/recipes-extended/minicom/minicom_2.6.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/minicom/minicom_2.6.2.bb b/meta/recipes-extended/minicom/minicom_2.6.2.bb
index 558867d1d1..bef386acfe 100644
--- a/meta/recipes-extended/minicom/minicom_2.6.2.bb
+++ b/meta/recipes-extended/minicom/minicom_2.6.2.bb
@@ -10,6 +10,7 @@ PR = "r0"
10 10
11SRC_URI = "http://alioth.debian.org/frs/download.php/3869/minicom-${PV}.tar.gz \ 11SRC_URI = "http://alioth.debian.org/frs/download.php/3869/minicom-${PV}.tar.gz \
12 file://allow.to.disable.lockdev.patch \ 12 file://allow.to.disable.lockdev.patch \
13 file://0001-fix-minicom-h-v-return-value-is-not-0.patch \
13" 14"
14 15
15SRC_URI[md5sum] = "203c56c4b447f45e2301b0cc4e83da3c" 16SRC_URI[md5sum] = "203c56c4b447f45e2301b0cc4e83da3c"