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:52:33 +0000 |
commit | 2eacc8715e7365061dc8a3bdad11cabe56dc2ba7 (patch) | |
tree | a5660f9e517ddf1f9c85d9c0baa970c21f45ee09 /meta | |
parent | 624c648a9a2c394535f6f528cc64d20b4bfc24bc (diff) | |
download | poky-2eacc8715e7365061dc8a3bdad11cabe56dc2ba7.tar.gz |
minicom: upgrade to 2.7
(From OE-Core rev: 4e5a734d4d491d641efd055a4a5c4cb37e2de420)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 \ | |||
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 | ||
10 | SRC_URI = "http://alioth.debian.org/frs/download.php/3869/minicom-${PV}.tar.gz \ | 10 | SRC_URI = "http://alioth.debian.org/frs/download.php/file/3977/${PN}-${PV}.tar.gz \ |
11 | file://allow.to.disable.lockdev.patch \ | 11 | file://allow.to.disable.lockdev.patch \ |
12 | file://0001-fix-minicom-h-v-return-value-is-not-0.patch \ | 12 | file://0001-fix-minicom-h-v-return-value-is-not-0.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRC_URI[md5sum] = "203c56c4b447f45e2301b0cc4e83da3c" | 15 | SRC_URI[md5sum] = "7044ca3e291268c33294f171d426dc2d" |
16 | SRC_URI[sha256sum] = "f3cf215f7914ffa5528e398962176102ad74df27ba38958142f56aa6d15c9168" | 16 | SRC_URI[sha256sum] = "9ac3a663b82f4f5df64114b4792b9926b536c85f59de0f2d2b321c7626a904f4" |
17 | 17 | ||
18 | PACKAGECONFIG ??= "" | 18 | PACKAGECONFIG ??= "" |
19 | PACKAGECONFIG[lockdev] = "--enable-lockdev,--disable-lockdev,lockdev" | 19 | PACKAGECONFIG[lockdev] = "--enable-lockdev,--disable-lockdev,lockdev" |