diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-06-15 16:32:17 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-28 15:52:17 +0100 |
commit | 08bd969e53616cb6873cb3d632fa7fedfe373a65 (patch) | |
tree | 87e6b2a0fcba8d990f86429292ac6fcc5541ab0d /meta/recipes-devtools/remake/remake.inc | |
parent | 44da0d9467f4fbd6b10f8fb85e79755b3c7a14cd (diff) | |
download | poky-08bd969e53616cb6873cb3d632fa7fedfe373a65.tar.gz |
remake: remove the recipe
Using remake as the provider of virtual/make has been broken for a while;
looks like no one is using it at all.
(From OE-Core rev: 8d682f7b60073d9ed6841f3b2fbe6cb9bd04efe8)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/remake/remake.inc')
-rw-r--r-- | meta/recipes-devtools/remake/remake.inc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-devtools/remake/remake.inc b/meta/recipes-devtools/remake/remake.inc deleted file mode 100644 index df889fcf9f..0000000000 --- a/meta/recipes-devtools/remake/remake.inc +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | SUMMARY = "Makefile debugger which is gnumake compatible" | ||
2 | DESCRIPTION = "remake is a patched and modernized version of GNU make \ | ||
3 | utility that adds improved error reporting, the ability to trace \ | ||
4 | execution in a comprehensible way, and a debugger." | ||
5 | |||
6 | HOMEPAGE = "http://bashdb.sourceforge.net/remake/" | ||
7 | SECTION = "devel" | ||
8 | |||
9 | SRC_URI = "git://github.com/rocky/remake.git" | ||
10 | |||
11 | inherit autotools gettext update-alternatives pkgconfig | ||
12 | |||
13 | ALTERNATIVE_${PN} = "make" | ||
14 | ALTERNATIVE_LINK_NAME[make] = "${bindir}/make" | ||
15 | ALTERNATIVE_TARGET[make] = "${bindir}/remake" | ||
16 | ALTERNATIVE_PRIORITY = "100" | ||