Martin Jansa 506d990f72 serial-forward, pty-forward-native: remove extra slash and '.git' from SRC_URI
* causing multiple files and checkouts in downloads directory for same revision
  4,3M    downloads/git2/git.freesmartphone.org.cornucopia
  4,3M    downloads/git2/git.freesmartphone.org.cornucopia.git
  4,3M    downloads/git2/git.freesmartphone.org.cornucopia.git.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-09-01 19:21:11 +02:00

22 lines
677 B
BlitzBasic

DESCRIPTION = "Receive a forwarded serial from serial-forward and provide a PTY"
AUTHOR = "Holger 'Zecke' Freyther"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07"
SECTION = "console/network"
SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec"
PV = "1.1+gitr${SRCPV}"
PR = "r0"
SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git"
S = "${WORKDIR}/git/tools/serial_forward"
inherit autotools native
do_deploy[sstate-outputdirs] = "${DEPLOY_DIR_IMAGE}"
do_deploy() {
install -d ${DEPLOY_DIR_IMAGE}
install -m 0755 ${S}/src/pty_forward ${DEPLOY_DIR_IMAGE}/pty-forward
}
addtask deploy before do_package after do_install