All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/6] freerdp: disable man pages generation
@ 2012-11-28 19:30 Mario Domenech Goulart
  2012-11-28 19:30 ` [meta-oe][PATCH 2/6] freerdp: update to the latest commit (2012-11-20) in the stable-1.0 branch Mario Domenech Goulart
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Mario Domenech Goulart @ 2012-11-28 19:30 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Mario Domenech Goulart

Man pages generation uses xmlto, and it seems that it is currently
broken on OE.

Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
---
 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"
-- 
1.7.2.5




^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-12-03 16:21 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-28 19:30 [meta-oe][PATCH 1/6] freerdp: disable man pages generation Mario Domenech Goulart
2012-11-28 19:30 ` [meta-oe][PATCH 2/6] freerdp: update to the latest commit (2012-11-20) in the stable-1.0 branch Mario Domenech Goulart
2012-11-28 19:44   ` Otavio Salvador
2012-11-28 19:30 ` [meta-oe][PATCH 3/6] openbox: separate package for configuration files (openbox-config) Mario Domenech Goulart
2012-11-28 19:44   ` Otavio Salvador
2012-11-28 19:30 ` [meta-oe][PATCH 4/6] xinput-calibrator: update to 2012 Aug 2nd's git snapshot Mario Domenech Goulart
2012-11-28 19:45   ` Otavio Salvador
2012-11-28 19:30 ` [meta-oe][meta-systemd][PATCH 5/6] xinput-calibrator: update meta-systemd's bbappend " Mario Domenech Goulart
2012-11-28 19:46   ` Otavio Salvador
2012-11-28 19:30 ` [meta-oe][PATCH 6/6] samba: split winbind into winbind and libwinbind Mario Domenech Goulart
2012-11-28 19:46   ` Otavio Salvador
2012-11-28 19:43 ` [meta-oe][PATCH 1/6] freerdp: disable man pages generation Otavio Salvador
2012-11-30 11:48 ` Koen Kooi
2012-12-03 15:54   ` Mario Domenech Goulart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.