From 12c94844e659cdf213971a446df1f7ff4d2ca246 Mon Sep 17 00:00:00 2001 From: Cristian Iorga Date: Tue, 21 Jan 2014 10:55:20 +0200 Subject: [PATCH] minicom: upgrade to 2.7 (From OE-Core rev: 4e5a734d4d491d641efd055a4a5c4cb37e2de420) Signed-off-by: Cristian Iorga Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../0001-fix-minicom-h-v-return-value-is-not-0.patch | 0 .../{minicom-2.6.2 => minicom}/allow.to.disable.lockdev.patch | 0 meta/recipes-extended/minicom/{minicom_2.6.2.bb => minicom_2.7.bb} | 6 +++--- 3 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/minicom/{minicom-2.6.2 => minicom}/0001-fix-minicom-h-v-return-value-is-not-0.patch (100%) rename meta/recipes-extended/minicom/{minicom-2.6.2 => minicom}/allow.to.disable.lockdev.patch (100%) rename meta/recipes-extended/minicom/{minicom_2.6.2.bb => minicom_2.7.bb} (77%) 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 similarity index 100% rename from meta/recipes-extended/minicom/minicom-2.6.2/0001-fix-minicom-h-v-return-value-is-not-0.patch rename to 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 similarity index 100% rename from meta/recipes-extended/minicom/minicom-2.6.2/allow.to.disable.lockdev.patch rename to 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 similarity index 77% rename from meta/recipes-extended/minicom/minicom_2.6.2.bb rename to meta/recipes-extended/minicom/minicom_2.7.bb index 071682d..9f8ebe4 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" -- 2.7.4