mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
c95e155780
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
18 lines
655 B
BlitzBasic
18 lines
655 B
BlitzBasic
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"
|