mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
f9a54d38f9
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>
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}.1"
|
|
|
|
EXTRA_OECMAKE += "-DWITH_MANPAGES=OFF"
|
|
|
|
SRCREV = "e0f2b3ccc986a165d9c289a569b60eab66153792"
|
|
SRC_URI = "git://github.com/FreeRDP/FreeRDP.git"
|
|
|
|
S = "${WORKDIR}/git"
|