aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/freerdp/freerdp_git.bb
blob: 2a3affd4d6a659bddad214d61b836665e13838af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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}.3"

SRCREV = "b3eb650c919c4b3b1e5bc12cea6afb05282a7232"
SRC_URI = "git://github.com/FreeRDP/FreeRDP-old.git;protocol=git"

S = "${WORKDIR}/git"