mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
2d3f207b84
This version includes major improvements since last version packages. It also had the plugins packages redone so they can be choosen depending on the environment needs. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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}.1"
|
|
|
|
SRCREV = "f5aef3be8fac9a02b0c7bbb5424831a7b285e7bb"
|
|
SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;protocol=git"
|
|
|
|
S = "${WORKDIR}/git"
|