aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/remake/remake.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-09-03 18:34:18 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-03 16:38:52 +0100
commitfb781bee39e312eef1d89c2d7f5ab27e8da1ee32 (patch)
treea8c68a3d3aec6531fd36db014ba9c795ddcab992 /meta/recipes-devtools/remake/remake.inc
parent6341ff0ba66f690e28a3b1def90db50a8a8b497d (diff)
downloadopenembedded-core-contrib-fb781bee39e312eef1d89c2d7f5ab27e8da1ee32.tar.gz
remake: update to 4.1+dbg-1.1
remake-remove-errors-about-colophon-and-cygnus-comma.patch has been merged upstream inherit pkgconfig has been added because m4 macros defined by pkgconfig are now used in configure.ac 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.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/remake/remake.inc b/meta/recipes-devtools/remake/remake.inc
index 6ac833efd5..df889fcf9f 100644
--- a/meta/recipes-devtools/remake/remake.inc
+++ b/meta/recipes-devtools/remake/remake.inc
@@ -1,4 +1,4 @@
-SUMMARY = "Makefile debugger which is gnumake 3.81 compatible"
+SUMMARY = "Makefile debugger which is gnumake compatible"
DESCRIPTION = "remake is a patched and modernized version of GNU make \
utility that adds improved error reporting, the ability to trace \
execution in a comprehensible way, and a debugger."
@@ -8,7 +8,7 @@ SECTION = "devel"
SRC_URI = "git://github.com/rocky/remake.git"
-inherit autotools gettext update-alternatives
+inherit autotools gettext update-alternatives pkgconfig
ALTERNATIVE_${PN} = "make"
ALTERNATIVE_LINK_NAME[make] = "${bindir}/make"