Comments
Patch
new file mode 100644
@@ -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
+ # ============================================================================
@@ -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"
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@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