From e651ee653fc441c06432689de86bdb16f64d61c0 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 4 Jan 2015 16:49:10 +0000 Subject: picocom: update to 1.7 Signed-off-by: Paul Eggleton --- meta-oe/recipes-support/picocom/picocom_1.6.bb | 17 ----------------- meta-oe/recipes-support/picocom/picocom_1.7.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 17 deletions(-) delete mode 100644 meta-oe/recipes-support/picocom/picocom_1.6.bb create mode 100644 meta-oe/recipes-support/picocom/picocom_1.7.bb diff --git a/meta-oe/recipes-support/picocom/picocom_1.6.bb b/meta-oe/recipes-support/picocom/picocom_1.6.bb deleted file mode 100644 index 6b5200cdda..0000000000 --- a/meta-oe/recipes-support/picocom/picocom_1.6.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Lightweight and minimal (~20K) dumb-terminal emulation program" -SECTION = "console/utils" -LICENSE = "GPLv2+" -HOMEPAGE = "http://code.google.com/p/picocom/" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=393a5ca445f6965873eca0259a17f833" - -SRC_URI = "http://picocom.googlecode.com/files/picocom-1.6.tar.gz" - -CPPFLAGS_append = '-DVERSION_STR=\\"${PV}\\" -DUUCP_LOCK_DIR=\\"/var/lock\\" -DHIGH_BAUD' - -do_install () { - install -d ${D}${bindir} - install -m 0755 ${PN} pcasc pcxm pcym pczm ${D}${bindir}/ -} - -SRC_URI[md5sum] = "426c3d30b82cbc80b0dafdccd6020c6c" -SRC_URI[sha256sum] = "df5774072de805ff06c6b1420dbcc932b1b00e919b49e22a7be14bcad5a0b3a1" diff --git a/meta-oe/recipes-support/picocom/picocom_1.7.bb b/meta-oe/recipes-support/picocom/picocom_1.7.bb new file mode 100644 index 0000000000..8141106bf0 --- /dev/null +++ b/meta-oe/recipes-support/picocom/picocom_1.7.bb @@ -0,0 +1,18 @@ +SUMMARY = "Lightweight and minimal (~20K) dumb-terminal emulation program" +SECTION = "console/utils" +LICENSE = "GPLv2+" +HOMEPAGE = "http://code.google.com/p/picocom/" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=393a5ca445f6965873eca0259a17f833" + +SRC_URI = "http://picocom.googlecode.com/files/picocom-${PV}.tar.gz" + +SRC_URI[md5sum] = "8eaba1d31407e8408674d6e57af447ef" +SRC_URI[sha256sum] = "d0f31c8f7a215a76922d30c81a52b9a2348c89e02a84935517002b3bc2c1129e" + +CPPFLAGS_append = '-DVERSION_STR=\\"${PV}\\" -DUUCP_LOCK_DIR=\\"/var/lock\\" -DHIGH_BAUD' + +do_install () { + install -d ${D}${bindir} + install -m 0755 ${PN} pcasc pcxm pcym pczm ${D}${bindir}/ +} + -- cgit 1.2.3-korg