diff options
Diffstat (limited to 'meta/recipes-devtools/remake/remake.inc')
-rw-r--r-- | meta/recipes-devtools/remake/remake.inc | 4 |
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 @@ | |||
1 | SUMMARY = "Makefile debugger which is gnumake 3.81 compatible" | 1 | SUMMARY = "Makefile debugger which is gnumake compatible" |
2 | DESCRIPTION = "remake is a patched and modernized version of GNU make \ | 2 | DESCRIPTION = "remake is a patched and modernized version of GNU make \ |
3 | utility that adds improved error reporting, the ability to trace \ | 3 | utility that adds improved error reporting, the ability to trace \ |
4 | execution in a comprehensible way, and a debugger." | 4 | execution in a comprehensible way, and a debugger." |
@@ -8,7 +8,7 @@ SECTION = "devel" | |||
8 | 8 | ||
9 | SRC_URI = "git://github.com/rocky/remake.git" | 9 | SRC_URI = "git://github.com/rocky/remake.git" |
10 | 10 | ||
11 | inherit autotools gettext update-alternatives | 11 | inherit autotools gettext update-alternatives pkgconfig |
12 | 12 | ||
13 | ALTERNATIVE_${PN} = "make" | 13 | ALTERNATIVE_${PN} = "make" |
14 | ALTERNATIVE_LINK_NAME[make] = "${bindir}/make" | 14 | ALTERNATIVE_LINK_NAME[make] = "${bindir}/make" |