mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
408b046b59
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 = "b05747b55ccea8d2f2b830f89d3c0eb622d66784"
|
|
SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;protocol=git"
|
|
|
|
S = "${WORKDIR}/git"
|