[oe-commits] Mario Domenech Goulart : freerdp: disable man pages generation

git at git.openembedded.org git at git.openembedded.org
Wed Dec 12 16:56:06 UTC 2012


Module: meta-openembedded.git
Branch: danny
Commit: f9a54d38f928541711068d22018efd7ff4cb38db
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=f9a54d38f928541711068d22018efd7ff4cb38db

Author: Mario Domenech Goulart <mario at ossystems.com.br>
Date:   Mon Dec  3 16:03:21 2012 +0000

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 at ossystems.com.br>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Eric Bénard <eric at eukrea.com>

---

 meta-oe/recipes-support/freerdp/freerdp_git.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-support/freerdp/freerdp_git.bb b/meta-oe/recipes-support/freerdp/freerdp_git.bb
index 35228ad..099a80e 100644
--- a/meta-oe/recipes-support/freerdp/freerdp_git.bb
+++ b/meta-oe/recipes-support/freerdp/freerdp_git.bb
@@ -7,7 +7,9 @@ inherit gitpkgv
 
 PV = "gitr${SRCPV}"
 PKGV = "${GITPKGVTAG}"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
+
+EXTRA_OECMAKE += "-DWITH_MANPAGES=OFF"
 
 SRCREV = "e0f2b3ccc986a165d9c289a569b60eab66153792"
 SRC_URI = "git://github.com/FreeRDP/FreeRDP.git"





More information about the Openembedded-commits mailing list