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-08 21:01:08 +0000 |
commit | b01e4438a08a0b9c6950af666fa13eaf71b45fc9 (patch) | |
tree | 5ac1e6b99f7365bfc82dbfbe445e3c01d666c4c7 /meta/recipes-extended | |
parent | b78d9b2f059f3f87c474bba8eb6258bb7299cabc (diff) | |
download | openembedded-core-b01e4438a08a0b9c6950af666fa13eaf71b45fc9.tar.gz openembedded-core-b01e4438a08a0b9c6950af666fa13eaf71b45fc9.tar.bz2 openembedded-core-b01e4438a08a0b9c6950af666fa13eaf71b45fc9.zip |
minicom: updated download link
minicom tarball is now downloaded from
the recommended web location.
Final fix for [YOCTO #5781].
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+" LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \ file://src/minicom.h;beginline=1;endline=12;md5=a58838cb709f0db517f4e42730c49e81" - -SRC_URI = "http://alioth.debian.org/frs/download.php/file/3977/${BP}.tar.gz \ +SRC_URI = "https://alioth.debian.org/frs/download.php/latestfile/3/${BP}.tar.gz \ file://allow.to.disable.lockdev.patch \ file://0001-fix-minicom-h-v-return-value-is-not-0.patch \ " |