diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 14:36:22 +0200 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 15:32:53 +0200 |
commit | f4cf9fe05bb3f32fabea4e54dd92d368967a80da (patch) | |
tree | 487180fa9866985ea7b28e625651765d86f515c3 /meta/recipes-devtools/remake/remake.inc | |
download | poky-f4cf9fe05bb3f32fabea4e54dd92d368967a80da.tar.gz |
initial commit for Enea Linux 4.0
Migrated from the internal git server on the daisy-enea branch
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta/recipes-devtools/remake/remake.inc')
-rw-r--r-- | meta/recipes-devtools/remake/remake.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-devtools/remake/remake.inc b/meta/recipes-devtools/remake/remake.inc new file mode 100644 index 0000000000..6ac833efd5 --- /dev/null +++ b/meta/recipes-devtools/remake/remake.inc | |||
@@ -0,0 +1,16 @@ | |||
1 | SUMMARY = "Makefile debugger which is gnumake 3.81 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 | ||
12 | |||
13 | ALTERNATIVE_${PN} = "make" | ||
14 | ALTERNATIVE_LINK_NAME[make] = "${bindir}/make" | ||
15 | ALTERNATIVE_TARGET[make] = "${bindir}/remake" | ||
16 | ALTERNATIVE_PRIORITY = "100" | ||