Files
meta-openembedded/meta-oe/recipes-support/freerdp/freerdp_git.bb
Otavio Salvador 68e651391f freerdp: bump SRCREV to gather fixes
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>
2011-06-28 14:57:03 +02:00

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"