[ptxdist] [PATCH 4/4] Documentation: avoid warning for unparsable make syntax

2017-06-12 Thread Robert Schwebel
These examples are by far no pure make, so remove the syntax highlighting hint for make, to make this warning go away: docs/ref_manual.rst:980: WARNING: Could not lex literal_block as "make". Highlighting skipped. docs/ref_manual.rst:1011: WARNING: Could not lex literal_block as "make". Hig

[ptxdist] [PATCH 3/4] Documentation: avoid warning for unparsable make syntax

2017-06-12 Thread Robert Schwebel
Make this warning go away, by adding more make syntax: ref_manual.rst:959: WARNING: Could not lex literal_block as "make". Highlighting skipped. Signed-off-by: Robert Schwebel --- doc/ref_manual.rst | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/ref_manual.rst

[ptxdist] [PATCH 2/4] Documentation: avoid "Title underline too short" warnings

2017-06-12 Thread Robert Schwebel
The underline is too sort, adapt. Signed-off-by: Robert Schwebel --- doc/ref_manual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref_manual.rst b/doc/ref_manual.rst index 7729c0aed..3fb457daf 100644 --- a/doc/ref_manual.rst +++ b/doc/ref_manual.rst @@ -336,7 +336,7

[ptxdist] [PATCH 1/4] Documentation: avoid "Title underline too short" warnings

2017-06-12 Thread Robert Schwebel
According to the docutils reference manual, the rule for lines is: "The underline/overline must be at least as long as the title text." As some headlines have autogenerated names and we don't know the exact lengths, make the underlines significantly longer, in order to make the warning go away.

[ptxdist] [PATCH] lrzsz: install into DESTDIR in all cases

2017-06-12 Thread Roland Hieber
From: Roland Hieber Signed-off-by: Roland Hieber --- ...akefile-with-DESTDIR-don-t-act-on-usr-bin.patch | 55 ++ patches/lrzsz-0.12.20/series | 4 ++ 2 files changed, 59 insertions(+) create mode 100644 patches/lrzsz-0.12.20/0001-Makefile-with-DESTDI

[ptxdist] [PATCH v2] optee-client: add the "Open Portable Trusted Execution Environment" client

2017-06-12 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- Changes since v1 - fix shared libs installation ...eserve-links-to-libraries-during-make-cop.patch | 27 ++ ...efile-create-relative-links-to-shared-lib.patch | 30 +++ patches/optee-client-2.4.0/series | 5 ++ rules/optee-c

[ptxdist] [PATCH] optee-client: add the "Open Portable Trusted Execution Environment" client

2017-06-12 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- ...eserve-links-to-libraries-during-make-cop.patch | 27 ++ patches/optee-client-2.4.0/series | 4 ++ rules/optee-client.in | 13 + rules/optee-client.make| 59 +