mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-07 06:34:46 +02:00
This new version has many major refactorings that will be available on 0.9.0 release but the main fix is related to serial port redirection that has got many fixes and improvements. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
16 lines
327 B
BlitzBasic
16 lines
327 B
BlitzBasic
# Copyright (C) 2010, 2011, O.S. Systems Software Ltda.
|
|
# Released under the MIT license
|
|
|
|
include freerdp.inc
|
|
|
|
inherit gitpkgv
|
|
|
|
PV = "gitr${SRCPV}"
|
|
PKGV = "${GITPKGVTAG}"
|
|
PR = "${INC_PR}.2"
|
|
|
|
SRCREV = "d1eef40acc994d85cb78c0a98914edc097c9b44d"
|
|
SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;protocol=git"
|
|
|
|
S = "${WORKDIR}/git"
|