mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
e7e3fd797b
Change-Id: I9b872c1aa9a17e6ef9dc0fd4b18dfe9f354f62a6 Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
18 lines
353 B
BlitzBasic
18 lines
353 B
BlitzBasic
# 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}.2"
|
|
|
|
EXTRA_OECMAKE += "-DWITH_MANPAGES=OFF"
|
|
|
|
SRCREV = "f311acaffb9190567e2b478a98d7cbfaf2709f6b"
|
|
SRC_URI = "git://github.com/FreeRDP/FreeRDP.git"
|
|
|
|
S = "${WORKDIR}/git"
|