aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/freerdp/freerdp_git.bb
blob: 01ab390c8f52855987c6579d54fbe18877a51788 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright (C) 2010-2012, O.S. Systems Software Ltda.
# Released under the MIT license

include freerdp.inc

inherit gitpkgv

PV = "gitr${SRCPV}"
PKGV = "${GITPKGVTAG}"
PR = "${INC_PR}.0"

SRCREV = "19d4a4276869ec40ee1eef066ac460615734c043"
SRC_URI = "git://github.com/FreeRDP/FreeRDP.git"

S = "${WORKDIR}/git"