[oe] [PATCH] ti-dsplink: added patch to allow use of make_3.82

Patrik Dahlström patda293 at student.liu.se
Wed Sep 7 12:45:47 UTC 2011


dsplink compiles and  works fine on beagleboard with make 3.82.
I do not own any other board to test with.

Signed-off-by: Patrik Dahlström <patda293 at student.liu.se>
---
 .../dsplink_1_65_enable_gnu_make_3.82.patch        |   13 +++++++++++++
 recipes/ti/ti-dsplink_1.65.00.03.bb                |    1 +
 2 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 recipes/ti/ti-dsplink/dsplink_1_65_enable_gnu_make_3.82.patch

diff --git a/recipes/ti/ti-dsplink/dsplink_1_65_enable_gnu_make_3.82.patch b/recipes/ti/ti-dsplink/dsplink_1_65_enable_gnu_make_3.82.patch
new file mode 100644
index 0000000..377b2db
--- /dev/null
+++ b/recipes/ti/ti-dsplink/dsplink_1_65_enable_gnu_make_3.82.patch
@@ -0,0 +1,13 @@
+--- a/dsplink/make/start.mk.orig	2011-09-01 15:45:23.000000000 +0200
++++ b/dsplink/make/start.mk	2011-09-01 15:45:40.000000000 +0200
+@@ -41,8 +41,8 @@
+ 
+ 
+ # Check for MAKE version
+-$(if $(filter $(MAKE_VERSION), 3.81 3.81beta1 3.90 3.92),,\
+-$(error This makefile requires one of GNU make version 3.81 3.81beta1 3.90 3.92))
++$(if $(filter $(MAKE_VERSION), 3.81 3.81beta1 3.82 3.90 3.92),,\
++$(error This makefile requires one of GNU make version 3.81 3.81beta1 3.82 3.90 3.92))
+ #   ============================================================================
+ #   Export the directory separator
+ #   ============================================================================
diff --git a/recipes/ti/ti-dsplink_1.65.00.03.bb b/recipes/ti/ti-dsplink_1.65.00.03.bb
index c2ca5d9..7ff272b 100644
--- a/recipes/ti/ti-dsplink_1.65.00.03.bb
+++ b/recipes/ti/ti-dsplink_1.65.00.03.bb
@@ -8,6 +8,7 @@ PV_major = "1_65"
 PV_DL_PATH = "DSPLink/${PV_major}/${PV}/${PV_dot}"
 
 SRC_URI += "file://dsplink-BKL-fix.patch"
+SRC_URI += "file://dsplink_1_65_enable_gnu_make_3.82.patch"
 
 SRC_URI[dsplinktarball.md5sum] = "1bda596b631bd2f517edc70f6be4f2ca"
 SRC_URI[dsplinktarball.sha256sum] = "4b1bda89bd8465b887f5bcdf7b95018bc1d1f8968c0c44f8cbad2a9e1c52bcb7"
-- 
1.7.6





More information about the Openembedded-devel mailing list