diff options
Diffstat (limited to 'meta/recipes-devtools/make')
| -rw-r--r-- | meta/recipes-devtools/make/files/SCCS.patch | 17 | ||||
| -rw-r--r-- | meta/recipes-devtools/make/make.inc | 3 |
2 files changed, 1 insertions, 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 c7ec3bd07f..0000000000 --- a/meta/recipes-devtools/make/files/SCCS.patch +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 3 | # | ||
| 4 | # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher | ||
| 5 | # | ||
| 6 | |||
| 7 | --- make-3.80/configure.in~SCCS | ||
| 8 | +++ make-3.80/configure.in | ||
| 9 | @@ -264,7 +264,7 @@ | ||
| 10 | [Define this if the SCCS 'get' command understands the '-G<file>' option.]);; | ||
| 11 | esac | ||
| 12 | fi | ||
| 13 | -rm -f s.conftest conftoast | ||
| 14 | +rm -f s.conftest conftoast SCCS/*s.conftest | ||
| 15 | |||
| 16 | # Check the system to see if it provides GNU glob. If not, use our | ||
| 17 | # local version. | ||
diff --git a/meta/recipes-devtools/make/make.inc b/meta/recipes-devtools/make/make.inc index 5de74e4261..2e90ecae2f 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 | |||
| 5 | HOMEPAGE = "http://www.gnu.org/software/make/" | 5 | HOMEPAGE = "http://www.gnu.org/software/make/" |
| 6 | SECTION = "devel" | 6 | SECTION = "devel" |
| 7 | 7 | ||
| 8 | SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \ | 8 | SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2" |
| 9 | file://SCCS.patch" | ||
| 10 | 9 | ||
| 11 | inherit autotools gettext | 10 | inherit autotools gettext |
