* [Buildroot] [PATCH] sunxi-mali: fix linking of malitest
@ 2015-06-30 15:48 Francois Perrad
2015-06-30 16:56 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Francois Perrad @ 2015-06-30 15:48 UTC (permalink / raw)
To: buildroot
see http://autobuild.buildroot.net/results/a15/a152beb56cdc4591868e14cce9a60e51cbfb0abc/
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
.../0002-linking-of-test-app-needs-libUMP.patch | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 package/sunxi-mali/0002-linking-of-test-app-needs-libUMP.patch
diff --git a/package/sunxi-mali/0002-linking-of-test-app-needs-libUMP.patch b/package/sunxi-mali/0002-linking-of-test-app-needs-libUMP.patch
new file mode 100644
index 0000000..1c8f7ee
--- /dev/null
+++ b/package/sunxi-mali/0002-linking-of-test-app-needs-libUMP.patch
@@ -0,0 +1,18 @@
+linking of test app needs libUMP
+
+Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
+
+diff --git a/test/Makefile b/test/Makefile
+index 700416e..92085cb 100644
+--- a/test/Makefile
++++ b/test/Makefile
+@@ -5,7 +5,7 @@
+ all: test
+
+ test: ../config.mk test.c
+- $(CC) $(CFLAGS) -o $@ test.c -lEGL -lGLESv2
++ $(CC) $(CFLAGS) -o $@ test.c -lEGL -lGLESv2 -lUMP
+
+ clean:
+ rm -f test
+
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] sunxi-mali: fix linking of malitest
2015-06-30 15:48 [Buildroot] [PATCH] sunxi-mali: fix linking of malitest Francois Perrad
@ 2015-06-30 16:56 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-06-30 16:56 UTC (permalink / raw)
To: buildroot
Dear Francois Perrad,
On Tue, 30 Jun 2015 17:48:17 +0200, Francois Perrad wrote:
> see http://autobuild.buildroot.net/results/a15/a152beb56cdc4591868e14cce9a60e51cbfb0abc/
>
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
> .../0002-linking-of-test-app-needs-libUMP.patch | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
> create mode 100644 package/sunxi-mali/0002-linking-of-test-app-needs-libUMP.patch
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-30 16:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-30 15:48 [Buildroot] [PATCH] sunxi-mali: fix linking of malitest Francois Perrad
2015-06-30 16:56 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox