From patchwork Wed Sep 7 12:45:47 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: ti-dsplink: added patch to allow use of make_3.82 Date: Wed, 07 Sep 2011 12:45:47 -0000 From: =?utf-8?q?Patrik_Dahlstr=C3=B6m_=3Cpatda293=40student=2Eliu=2Ese=3E?= X-Patchwork-Id: 11153 Message-Id: <1315399547-13969-1-git-send-email-patda293@student.liu.se> To: openembedded-devel@lists.openembedded.org 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 --- .../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"