aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freerdp/freerdp_git.bb
blob: 37d0041f51cb750182b9ea63dd2996a722e45961 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright (C) 2010, O.S. Systems Software Ltda. All Rights Reserved
# Released under the MIT license

include freerdp.inc

inherit gitpkgv

PV = "gitr${SRCPV}"
PKGV = "${GITPKGVTAG}"

SRCREV = "aec5dd5807dbcd0989bb15124dcac157bb0412bc"
PR = "${INC_PR}.4"

S = "${WORKDIR}/git"


SRC_URI = "git://freerdp.git.sourceforge.net/gitroot/freerdp/freerdp.git;protocol=git"