diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2014-02-07 12:13:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-09 09:40:01 +0000 |
commit | ccb256ee31f723d05be4dfbf55af58e3f3be0dee (patch) | |
tree | 75a6acbf3532e305b261c7feb7c21af7b6ed1744 /meta/recipes-extended | |
parent | ed2f7a2bf6596867cef92dbbfb5f9e5d842b5366 (diff) | |
download | poky-ccb256ee31f723d05be4dfbf55af58e3f3be0dee.tar.gz |
minicom: updated download link
minicom tarball is now downloaded from
the recommended web location.
Final fix for [YOCTO #5781].
(From OE-Core rev: b01e4438a08a0b9c6950af666fa13eaf71b45fc9)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/minicom/minicom_2.7.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-extended/minicom/minicom_2.7.bb b/meta/recipes-extended/minicom/minicom_2.7.bb index 291b918df2..8b20ece80a 100644 --- a/meta/recipes-extended/minicom/minicom_2.7.bb +++ b/meta/recipes-extended/minicom/minicom_2.7.bb | |||
@@ -6,8 +6,7 @@ LICENSE = "GPLv2+" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \ |
7 | file://src/minicom.h;beginline=1;endline=12;md5=a58838cb709f0db517f4e42730c49e81" | 7 | file://src/minicom.h;beginline=1;endline=12;md5=a58838cb709f0db517f4e42730c49e81" |
8 | 8 | ||
9 | 9 | SRC_URI = "https://alioth.debian.org/frs/download.php/latestfile/3/${BP}.tar.gz \ | |
10 | SRC_URI = "http://alioth.debian.org/frs/download.php/file/3977/${BP}.tar.gz \ | ||
11 | file://allow.to.disable.lockdev.patch \ | 10 | file://allow.to.disable.lockdev.patch \ |
12 | file://0001-fix-minicom-h-v-return-value-is-not-0.patch \ | 11 | file://0001-fix-minicom-h-v-return-value-is-not-0.patch \ |
13 | " | 12 | " |