mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-16 06:30:16 +00:00
71b8c3b946
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
16 lines
331 B
BlitzBasic
16 lines
331 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}.3"
|
|
|
|
SRCREV = "b3eb650c919c4b3b1e5bc12cea6afb05282a7232"
|
|
SRC_URI = "git://github.com/FreeRDP/FreeRDP-old.git;protocol=git"
|
|
|
|
S = "${WORKDIR}/git"
|