Files
meta-openembedded/meta-oe/recipes-support/freerdp/freerdp_git.bb
T
Mario Domenech Goulart f9a54d38f9 freerdp: disable man pages generation
Man pages generation uses xmlto, and it seems that it is currently
broken on OE.

Change-Id: I1dccb9339c20b0b898344cf60c02a705d9c32794
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-12-10 12:19:22 +01:00

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}.1"
EXTRA_OECMAKE += "-DWITH_MANPAGES=OFF"
SRCREV = "e0f2b3ccc986a165d9c289a569b60eab66153792"
SRC_URI = "git://github.com/FreeRDP/FreeRDP.git"
S = "${WORKDIR}/git"