diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2014-01-21 10:55:20 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-28 00:48:26 +0000 |
commit | 4e5a734d4d491d641efd055a4a5c4cb37e2de420 (patch) | |
tree | bc87575d6d36817a72f2e0bc434eae5327cbeeb2 /meta/recipes-extended/minicom | |
parent | 5255405d84826869638f36d2c043f3d929ebe6d6 (diff) | |
download | openembedded-core-4e5a734d4d491d641efd055a4a5c4cb37e2de420.tar.gz openembedded-core-4e5a734d4d491d641efd055a4a5c4cb37e2de420.tar.bz2 openembedded-core-4e5a734d4d491d641efd055a4a5c4cb37e2de420.zip |
minicom: upgrade to 2.7
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/minicom')
-rw-r--r-- | meta/recipes-extended/minicom/minicom/0001-fix-minicom-h-v-return-value-is-not-0.patch (renamed from meta/recipes-extended/minicom/minicom-2.6.2/0001-fix-minicom-h-v-return-value-is-not-0.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-extended/minicom/minicom/allow.to.disable.lockdev.patch (renamed from meta/recipes-extended/minicom/minicom-2.6.2/allow.to.disable.lockdev.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-extended/minicom/minicom_2.7.bb (renamed from meta/recipes-extended/minicom/minicom_2.6.2.bb) | 6 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/minicom/minicom-2.6.2/0001-fix-minicom-h-v-return-value-is-not-0.patch b/meta/recipes-extended/minicom/minicom/0001-fix-minicom-h-v-return-value-is-not-0.patch index bd8261c979..bd8261c979 100644 --- a/meta/recipes-extended/minicom/minicom-2.6.2/0001-fix-minicom-h-v-return-value-is-not-0.patch +++ b/meta/recipes-extended/minicom/minicom/0001-fix-minicom-h-v-return-value-is-not-0.patch diff --git a/meta/recipes-extended/minicom/minicom-2.6.2/allow.to.disable.lockdev.patch b/meta/recipes-extended/minicom/minicom/allow.to.disable.lockdev.patch index f5c08896ff..f5c08896ff 100644 --- a/meta/recipes-extended/minicom/minicom-2.6.2/allow.to.disable.lockdev.patch +++ b/meta/recipes-extended/minicom/minicom/allow.to.disable.lockdev.patch diff --git a/meta/recipes-extended/minicom/minicom_2.6.2.bb b/meta/recipes-extended/minicom/minicom_2.7.bb index 071682d3d4..9f8ebe4741 100644 --- a/meta/recipes-extended/minicom/minicom_2.6.2.bb +++ b/meta/recipes-extended/minicom/minicom_2.7.bb @@ -7,13 +7,13 @@ 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/3869/minicom-${PV}.tar.gz \ +SRC_URI = "http://alioth.debian.org/frs/download.php/file/3977/${PN}-${PV}.tar.gz \ file://allow.to.disable.lockdev.patch \ file://0001-fix-minicom-h-v-return-value-is-not-0.patch \ " -SRC_URI[md5sum] = "203c56c4b447f45e2301b0cc4e83da3c" -SRC_URI[sha256sum] = "f3cf215f7914ffa5528e398962176102ad74df27ba38958142f56aa6d15c9168" +SRC_URI[md5sum] = "7044ca3e291268c33294f171d426dc2d" +SRC_URI[sha256sum] = "9ac3a663b82f4f5df64114b4792b9926b536c85f59de0f2d2b321c7626a904f4" PACKAGECONFIG ??= "" PACKAGECONFIG[lockdev] = "--enable-lockdev,--disable-lockdev,lockdev" |