From 88867c1d96684925027a0ecc9e25c6ea70040cc6 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 11 Jun 2012 20:44:56 -0400 Subject: extras: move things to extras Move non-essential, outdated, best-effort pieces, as well, as those requiring extra non-standard dependencies besides oe-core. Signed-off-by: Denys Dmytriyenko --- ...ve-check-for-make-version-3.85-works-fine.patch | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 extras/recipes-ti/dsplink/ti-dsplink/0001-remove-check-for-make-version-3.85-works-fine.patch (limited to 'extras/recipes-ti/dsplink/ti-dsplink/0001-remove-check-for-make-version-3.85-works-fine.patch') diff --git a/extras/recipes-ti/dsplink/ti-dsplink/0001-remove-check-for-make-version-3.85-works-fine.patch b/extras/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/extras/recipes-ti/dsplink/ti-dsplink/0001-remove-check-for-make-version-3.85-works-fine.patch @@ -0,0 +1,28 @@ +From a96aa25518f306138c71b3fc074381f102092a13 Mon Sep 17 00:00:00 2001 +From: Koen Kooi +Date: Fri, 23 Dec 2011 10:58:47 +0100 +Subject: [PATCH] remove check for make version, 3.85 works fine + +Signed-off-by: Koen Kooi +--- + dsplink/make/start.mk | 4 ---- + 1 files changed, 0 insertions(+), 4 deletions(-) + +diff --git a/dsplink/make/start.mk b/dsplink/make/start.mk +index 0589f3c..a8f5740 100644 +--- a/dsplink/make/start.mk ++++ b/dsplink/make/start.mk +@@ -39,10 +39,6 @@ + # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + # ============================================================================ + +- +-# 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)) + # ============================================================================ + # Export the directory separator + # ============================================================================ +-- +1.7.7.4 + -- cgit v1.2.3-54-g00ecf