summaryrefslogtreecommitdiffstats
path: root/recipes-ti/dsplink
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-12-23 11:01:32 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-24 16:17:56 +0100
commit6520fb816e33d5eaa2184276a427618b0641bcac (patch)
tree827e5a89e8d62f0d8054dae0cc2c118eac2f0817 /recipes-ti/dsplink
parent97ce30236667173b826d13af354104829484d5db (diff)
downloadmeta-ti-6520fb816e33d5eaa2184276a427618b0641bcac.tar.gz
ti-dsplink: fix build with make 3.85 (e.g. fedora)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti/dsplink')
-rw-r--r--recipes-ti/dsplink/ti-dsplink.inc2
-rw-r--r--recipes-ti/dsplink/ti-dsplink/0001-remove-check-for-make-version-3.85-works-fine.patch28
-rw-r--r--recipes-ti/dsplink/ti-dsplink_1.65.00.03.bb4
3 files changed, 32 insertions, 2 deletions
diff --git a/recipes-ti/dsplink/ti-dsplink.inc b/recipes-ti/dsplink/ti-dsplink.inc
index 82fa5b20..9b23e5b5 100644
--- a/recipes-ti/dsplink/ti-dsplink.inc
+++ b/recipes-ti/dsplink/ti-dsplink.inc
@@ -21,7 +21,7 @@ PROVIDES += "ti-dsplink-examples"
21 21
22# This package builds a kernel module, use kernel PR as base and append a local version 22# This package builds a kernel module, use kernel PR as base and append a local version
23PR = "${MACHINE_KERNEL_PR}" 23PR = "${MACHINE_KERNEL_PR}"
24PR_append = "i" 24PR_append = "j"
25 25
26S = "${WORKDIR}/dsplink_linux_${PV}" 26S = "${WORKDIR}/dsplink_linux_${PV}"
27 27
diff --git a/recipes-ti/dsplink/ti-dsplink/0001-remove-check-for-make-version-3.85-works-fine.patch b/recipes-ti/dsplink/ti-dsplink/0001-remove-check-for-make-version-3.85-works-fine.patch
new file mode 100644
index 00000000..70596c5d
--- /dev/null
+++ b/recipes-ti/dsplink/ti-dsplink/0001-remove-check-for-make-version-3.85-works-fine.patch
@@ -0,0 +1,28 @@
1From a96aa25518f306138c71b3fc074381f102092a13 Mon Sep 17 00:00:00 2001
2From: Koen Kooi <koen@dominion.thruhere.net>
3Date: Fri, 23 Dec 2011 10:58:47 +0100
4Subject: [PATCH] remove check for make version, 3.85 works fine
5
6Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
7---
8 dsplink/make/start.mk | 4 ----
9 1 files changed, 0 insertions(+), 4 deletions(-)
10
11diff --git a/dsplink/make/start.mk b/dsplink/make/start.mk
12index 0589f3c..a8f5740 100644
13--- a/dsplink/make/start.mk
14+++ b/dsplink/make/start.mk
15@@ -39,10 +39,6 @@
16 # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17 # ============================================================================
18
19-
20-# Check for MAKE version
21-$(if $(filter $(MAKE_VERSION), 3.81 3.81beta1 3.90 3.92),,\
22-$(error This makefile requires one of GNU make version 3.81 3.81beta1 3.90 3.92))
23 # ============================================================================
24 # Export the directory separator
25 # ============================================================================
26--
271.7.7.4
28
diff --git a/recipes-ti/dsplink/ti-dsplink_1.65.00.03.bb b/recipes-ti/dsplink/ti-dsplink_1.65.00.03.bb
index c2ca5d9f..a124b21a 100644
--- a/recipes-ti/dsplink/ti-dsplink_1.65.00.03.bb
+++ b/recipes-ti/dsplink/ti-dsplink_1.65.00.03.bb
@@ -7,7 +7,9 @@ PV_major = "1_65"
7 7
8PV_DL_PATH = "DSPLink/${PV_major}/${PV}/${PV_dot}" 8PV_DL_PATH = "DSPLink/${PV_major}/${PV}/${PV_dot}"
9 9
10SRC_URI += "file://dsplink-BKL-fix.patch" 10SRC_URI += "file://dsplink-BKL-fix.patch \
11 file://0001-remove-check-for-make-version-3.85-works-fine.patch \
12 "
11 13
12SRC_URI[dsplinktarball.md5sum] = "1bda596b631bd2f517edc70f6be4f2ca" 14SRC_URI[dsplinktarball.md5sum] = "1bda596b631bd2f517edc70f6be4f2ca"
13SRC_URI[dsplinktarball.sha256sum] = "4b1bda89bd8465b887f5bcdf7b95018bc1d1f8968c0c44f8cbad2a9e1c52bcb7" 15SRC_URI[dsplinktarball.sha256sum] = "4b1bda89bd8465b887f5bcdf7b95018bc1d1f8968c0c44f8cbad2a9e1c52bcb7"