mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 08:07:36 +00:00
picocom: Upgrade to 2.2
Package has moved to github
License file got some cosmetic changes see
13fd331d41
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
6000766a82
commit
2d5b14144e
@ -1,19 +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-${PV}.tar.gz"
|
|
||||||
|
|
||||||
SRC_URI[md5sum] = "8eaba1d31407e8408674d6e57af447ef"
|
|
||||||
SRC_URI[sha256sum] = "d0f31c8f7a215a76922d30c81a52b9a2348c89e02a84935517002b3bc2c1129e"
|
|
||||||
|
|
||||||
EXTRA_OEMAKE = "'CC=${CC}' 'LD=${LD}' 'VERSION=${PV}' \
|
|
||||||
'CFLAGS=${CFLAGS}' 'LDFLAGS=${LDFLAGS}' "
|
|
||||||
|
|
||||||
do_install () {
|
|
||||||
install -d ${D}${bindir}
|
|
||||||
install -m 0755 ${BPN} pcasc pcxm pcym pczm ${D}${bindir}/
|
|
||||||
}
|
|
||||||
|
|
||||||
23
meta-oe/recipes-support/picocom/picocom_git.bb
Normal file
23
meta-oe/recipes-support/picocom/picocom_git.bb
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
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=3000e4830620e310fe65c0eb69df9e8a"
|
||||||
|
|
||||||
|
BASEPV = "2.2"
|
||||||
|
PV = "${BASEPV}+git${SRCPV}"
|
||||||
|
|
||||||
|
SRCREV = "deffd18c24145bd6f965f44e735a50b65810ccdc"
|
||||||
|
|
||||||
|
SRC_URI = "git://github.com/npat-efault/picocom"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
EXTRA_OEMAKE = "'CC=${CC}' 'LD=${CC}' 'VERSION=${BASEPV}' \
|
||||||
|
'CFLAGS=${CFLAGS}' 'LDFLAGS=${LDFLAGS}' "
|
||||||
|
|
||||||
|
do_install () {
|
||||||
|
install -d ${D}${bindir}
|
||||||
|
install -m 0755 ${BPN} pcasc pcxm pcym pczm ${D}${bindir}/
|
||||||
|
}
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user