Bump Buildroot Version to buildroot 2019_02_6
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From bddfcbb8a4c011ca2fe471f7a4124cd64b5b0f00 Mon Sep 17 00:00:00 2001
|
||||
From 706d62599fb3c3cb9b9941364aaf4a1ef4ebd276 Mon Sep 17 00:00:00 2001
|
||||
From: Samuel Martin <s.martin49@gmail.com>
|
||||
Date: Tue, 7 Mar 2017 22:23:58 +0100
|
||||
Subject: [PATCH] Remove the python symlink install rules
|
||||
@@ -10,15 +10,17 @@ or python3) the python symlink points to.
|
||||
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
|
||||
[Bernd: rebased against version 2.7.12.]
|
||||
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
|
||||
[Peter: update for 2.7.16]
|
||||
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
|
||||
---
|
||||
Makefile.pre.in | 7 -------
|
||||
1 file changed, 7 deletions(-)
|
||||
|
||||
diff --git a/Makefile.pre.in b/Makefile.pre.in
|
||||
index beb0837..dedcf61 100644
|
||||
index 727a92af42..37b2ff3a5f 100644
|
||||
--- a/Makefile.pre.in
|
||||
+++ b/Makefile.pre.in
|
||||
@@ -968,17 +968,10 @@ bininstall: altbininstall
|
||||
@@ -978,17 +978,10 @@ bininstall: altbininstall
|
||||
echo "Creating directory $(LIBPC)"; \
|
||||
$(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$(LIBPC); \
|
||||
fi
|
||||
@@ -37,5 +39,5 @@ index beb0837..dedcf61 100644
|
||||
-rm -f $(DESTDIR)$(LIBPC)/python2.pc
|
||||
(cd $(DESTDIR)$(LIBPC); $(LN) -s python-$(VERSION).pc python2.pc)
|
||||
--
|
||||
2.7.4
|
||||
2.11.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user