aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/dvb-apps/files/0004-Makefile-remove-test.patch
diff options
context:
space:
mode:
authorHaseenamol <haseenamol@tataelxsi.co.in>2018-02-06 08:00:33 +0000
committerKhem Raj <raj.khem@gmail.com>2018-11-29 18:44:56 -0800
commit1b65ebdb163fb3868a33d624920140ff20b3cef6 (patch)
tree2116091018949aa5b0f81620c104aabd788d9e24 /meta-multimedia/recipes-multimedia/dvb-apps/files/0004-Makefile-remove-test.patch
parent6f1d9e2a7f1a175fdd2aa17773f674de8f92d4f1 (diff)
downloadmeta-openembedded-contrib-1b65ebdb163fb3868a33d624920140ff20b3cef6.tar.gz
dvb-apps: linux dvb apps package support
This includes dvb-apps patches, dvb-scan-tables, dvb-libraries and firmware for WINTV 950Q Fix build with kernel > 4.14 Inherit perlnative for tests to build Change options to cp command to fix dvb-apps: /dvb-apps/usr/share/dvb/dvb-t/vn-Hanoi is owned by uid 3004, which is the same as the user running bitbake. This may be due to host contamination Signed-off-by: Haseenamol <haseenamol@tataelxsi.co.in> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/dvb-apps/files/0004-Makefile-remove-test.patch')
-rw-r--r--meta-multimedia/recipes-multimedia/dvb-apps/files/0004-Makefile-remove-test.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/dvb-apps/files/0004-Makefile-remove-test.patch b/meta-multimedia/recipes-multimedia/dvb-apps/files/0004-Makefile-remove-test.patch
new file mode 100644
index 0000000000..45bfad914c
--- /dev/null
+++ b/meta-multimedia/recipes-multimedia/dvb-apps/files/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
+