[oe-commits] Robert Yang : make: remove the obsolete SCCS.patch

git at git.openembedded.org git at git.openembedded.org
Thu Jan 2 12:53:33 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 35ab83cadfe8c5f451dbe9a0b0732339e4381099
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=35ab83cadfe8c5f451dbe9a0b0732339e4381099

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Mon Dec 30 18:02:28 2013 +0800

make: remove the obsolete SCCS.patch

This patch is used for removing SCCS/*s.conftest, but there is no SCCS
directory from 3.81, so remove it.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/make/files/SCCS.patch | 17 -----------------
 meta/recipes-devtools/make/make.inc         |  3 +--
 2 files changed, 1 insertion(+), 19 deletions(-)

diff --git a/meta/recipes-devtools/make/files/SCCS.patch b/meta/recipes-devtools/make/files/SCCS.patch
deleted file mode 100644
index c7ec3bd..0000000
--- a/meta/recipes-devtools/make/files/SCCS.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Upstream-Status: Pending
-
-#
-# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
-#
-
---- make-3.80/configure.in~SCCS
-+++ make-3.80/configure.in
-@@ -264,7 +264,7 @@
-            [Define this if the SCCS 'get' command understands the '-G<file>' option.]);;
-   esac
- fi
--rm -f s.conftest conftoast
-+rm -f s.conftest conftoast SCCS/*s.conftest
- 
- # Check the system to see if it provides GNU glob.  If not, use our
- # local version.
diff --git a/meta/recipes-devtools/make/make.inc b/meta/recipes-devtools/make/make.inc
index 5de74e4..2e90eca 100644
--- a/meta/recipes-devtools/make/make.inc
+++ b/meta/recipes-devtools/make/make.inc
@@ -5,7 +5,6 @@ called the makefile, which lists each of the non-source files and how to compute
 HOMEPAGE = "http://www.gnu.org/software/make/"
 SECTION = "devel"
 
-SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \
-           file://SCCS.patch"
+SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2"
 
 inherit autotools gettext



More information about the Openembedded-commits mailing list