diff options
author | Denys Dmytriyenko <denys@ti.com> | 2012-06-11 20:44:56 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-06-11 20:44:56 -0400 |
commit | 88867c1d96684925027a0ecc9e25c6ea70040cc6 (patch) | |
tree | e1ad8651aa7663850f6dc1108b278f56a2b92a91 /recipes-ti/dsplink/ti-dsplink/0001-remove-check-for-make-version-3.85-works-fine.patch | |
parent | a1e2573369c6714956af561523ba274aa9c185f7 (diff) | |
download | meta-ti-split.tar.gz |
extras: move things to extrassplit
Move non-essential, outdated, best-effort pieces, as well, as those requiring
extra non-standard dependencies besides oe-core.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/dsplink/ti-dsplink/0001-remove-check-for-make-version-3.85-works-fine.patch')
-rw-r--r-- | recipes-ti/dsplink/ti-dsplink/0001-remove-check-for-make-version-3.85-works-fine.patch | 28 |
1 files changed, 0 insertions, 28 deletions
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 deleted file mode 100644 index 70596c5d..00000000 --- a/recipes-ti/dsplink/ti-dsplink/0001-remove-check-for-make-version-3.85-works-fine.patch +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | From a96aa25518f306138c71b3fc074381f102092a13 Mon Sep 17 00:00:00 2001 | ||
2 | From: Koen Kooi <koen@dominion.thruhere.net> | ||
3 | Date: Fri, 23 Dec 2011 10:58:47 +0100 | ||
4 | Subject: [PATCH] remove check for make version, 3.85 works fine | ||
5 | |||
6 | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||
7 | --- | ||
8 | dsplink/make/start.mk | 4 ---- | ||
9 | 1 files changed, 0 insertions(+), 4 deletions(-) | ||
10 | |||
11 | diff --git a/dsplink/make/start.mk b/dsplink/make/start.mk | ||
12 | index 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 | -- | ||
27 | 1.7.7.4 | ||
28 | |||