summaryrefslogtreecommitdiffstats
path: root/package/dvb-apps/0004-Makefile-remove-test.patch
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@openwide.fr>2015-01-06 23:29:37 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-01-07 21:48:41 +0100
commit129496891df6e564fce57ceefed4148a2de0848d (patch)
tree196f8a6e717e074915c4452251ad296b7d4b1db9 /package/dvb-apps/0004-Makefile-remove-test.patch
parent2b266815cb90a9bb8f5e4bc85463f51accf91060 (diff)
downloadbuildroot-129496891df6e564fce57ceefed4148a2de0848d.tar.gz
buildroot-129496891df6e564fce57ceefed4148a2de0848d.zip
package/dvb-app: handle static/shared only build
Also remove tests since they require static libraries. Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/dvb-apps/0004-Makefile-remove-test.patch')
-rw-r--r--package/dvb-apps/0004-Makefile-remove-test.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/package/dvb-apps/0004-Makefile-remove-test.patch b/package/dvb-apps/0004-Makefile-remove-test.patch
new file mode 100644
index 0000000000..45bfad914c
--- /dev/null
+++ b/package/dvb-apps/0004-Makefile-remove-test.patch
@@ -0,0 +1,27 @@
+From c578772d6abc5fdf3ec83f632c371373e5baf9f1 Mon Sep 17 00:00:00 2001
+From: Romain Naour <romain.naour@openwide.fr>
+Date: Fri, 26 Dec 2014 01:04:58 +0100
+Subject: [PATCH] Makefile: remove test
+
+Tests needs static libraries, remove them for shared only build.
+
+Signed-off-by: Romain Naour <romain.naour@openwide.fr>
+---
+ Makefile | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 65a2273..105c460 100644
+--- a/Makefile
++++ b/Makefile
+@@ -10,7 +10,6 @@ DVB_API_MINOR := $(word 3, $(shell grep -m1 "DVB_API_VERSION_MINOR" $(VERSION_FI
+
+ all clean install:
+ $(MAKE) -C lib $@
+- $(MAKE) -C test $@
+ $(MAKE) -C util $@
+
+ update:
+--
+1.9.3
+
OpenPOWER on IntegriCloud