summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/remake/remake.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-06-15 16:32:17 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-28 15:52:17 +0100
commit08bd969e53616cb6873cb3d632fa7fedfe373a65 (patch)
tree87e6b2a0fcba8d990f86429292ac6fcc5541ab0d /meta/recipes-devtools/remake/remake.inc
parent44da0d9467f4fbd6b10f8fb85e79755b3c7a14cd (diff)
downloadpoky-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.inc16
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 @@
1SUMMARY = "Makefile debugger which is gnumake compatible"
2DESCRIPTION = "remake is a patched and modernized version of GNU make \
3utility that adds improved error reporting, the ability to trace \
4execution in a comprehensible way, and a debugger."
5
6HOMEPAGE = "http://bashdb.sourceforge.net/remake/"
7SECTION = "devel"
8
9SRC_URI = "git://github.com/rocky/remake.git"
10
11inherit autotools gettext update-alternatives pkgconfig
12
13ALTERNATIVE_${PN} = "make"
14ALTERNATIVE_LINK_NAME[make] = "${bindir}/make"
15ALTERNATIVE_TARGET[make] = "${bindir}/remake"
16ALTERNATIVE_PRIORITY = "100"