| Submitter | Mario Domenech Goulart |
|---|---|
| Date | Nov. 28, 2012, 7:30 p.m. |
| Message ID | <1354131040-9077-1-git-send-email-mario@ossystems.com.br> |
| Download | mbox | patch |
| Permalink | /patch/39829/ |
| State | Superseded |
| Commit | 638f02695550bee4f941439cc2d1293c599b4a1f |
| Headers | show |
Comments
On Wed, Nov 28, 2012 at 5:30 PM, Mario Domenech Goulart <mario@ossystems.com.br> wrote: > 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> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I had trouble applying these from patchwork, can you provide a (rebased) git branch where I can pull there from? Op 28-11-12 20:30, Mario Domenech Goulart schreef: > 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" > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: GPGTools - http://gpgtools.org iD8DBQFQuJ0iMkyGM64RGpERAp6nAJ9m+T3zIhckVKokIu0+ebv8psOheQCfd4K/ 39G+sl2IPRuQJemkthsI+iM= =rof6 -----END PGP SIGNATURE-----
Hi Koen, On Fri, 30 Nov 2012 12:48:50 +0100 Koen Kooi <koen@dominion.thruhere.net> wrote: > I had trouble applying these from patchwork, can you provide a > (rebased) git branch where I can pull there from? Sorry for that. I just sent rebased patches (tagged as PATCHv2). Best wishes. Mario
Patch
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"
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(-)