summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/remake
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
commit972dcfcdbfe75dcfeb777150c136576cf1a71e99 (patch)
tree97a61cd7e293d7ae9d56ef7ed0f81253365bb026 /meta/recipes-devtools/remake
downloadpoky-972dcfcdbfe75dcfeb777150c136576cf1a71e99.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta/recipes-devtools/remake')
-rw-r--r--meta/recipes-devtools/remake/remake.inc16
-rw-r--r--meta/recipes-devtools/remake/remake/remake-remove-errors-about-colophon-and-cygnus-comma.patch39
-rw-r--r--meta/recipes-devtools/remake/remake/version-remake.texi.patch16
-rw-r--r--meta/recipes-devtools/remake/remake_git.bb31
4 files changed, 102 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 @@
1SUMMARY = "Makefile debugger which is gnumake 3.81 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
12
13ALTERNATIVE_${PN} = "make"
14ALTERNATIVE_LINK_NAME[make] = "${bindir}/make"
15ALTERNATIVE_TARGET[make] = "${bindir}/remake"
16ALTERNATIVE_PRIORITY = "100"
diff --git a/meta/recipes-devtools/remake/remake/remake-remove-errors-about-colophon-and-cygnus-comma.patch b/meta/recipes-devtools/remake/remake/remake-remove-errors-about-colophon-and-cygnus-comma.patch
new file mode 100644
index 0000000000..98b646092b
--- /dev/null
+++ b/meta/recipes-devtools/remake/remake/remake-remove-errors-about-colophon-and-cygnus-comma.patch
@@ -0,0 +1,39 @@
1From 1316f10a97a4a2f5d11a30ec367aa61101318742 Mon Sep 17 00:00:00 2001
2From: "Maxin B. John" <maxin.john@enea.com>
3Date: Wed, 6 Aug 2014 15:05:56 +0200
4Subject: [PATCH] remake: remove errors about @colophon and @cygnus commands
5 not defined
6
7texinfo5 needs replacing @ with @@ when it is part of the text
8
9Upstream-Status: Backport
10Signed-off-by: Maxin B. John <maxin.john@enea.com>
11---
12 doc/remake.texi | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15diff --git a/doc/remake.texi b/doc/remake.texi
16index cd73437..fa5ba16 100644
17--- a/doc/remake.texi
18+++ b/doc/remake.texi
19@@ -2752,7 +2752,7 @@ this list, we would like to add your names!
20 @printindex cp
21
22 @tex
23-% I think something like @colophon should be in texinfo. In the
24+% I think something like @@colophon should be in texinfo. In the
25 % meantime:
26 \long\def\colophon{\hbox to0pt{}\vfill
27 \centerline{The body of this manual is set in}
28@@ -2764,7 +2764,7 @@ this list, we would like to add your names!
29 \centerline{{\sl\fontname\tensl\/}}
30 \centerline{are used for emphasis.}\vfill}
31 \page\colophon
32-% Blame: doc@cygnus.com, 1991.
33+% Blame: doc@@cygnus.com, 1991.
34 @end tex
35
36 @bye
37--
381.9.1
39
diff --git a/meta/recipes-devtools/remake/remake/version-remake.texi.patch b/meta/recipes-devtools/remake/remake/version-remake.texi.patch
new file mode 100644
index 0000000000..fa6329e067
--- /dev/null
+++ b/meta/recipes-devtools/remake/remake/version-remake.texi.patch
@@ -0,0 +1,16 @@
1Upstream-Status: Pending
2
3version-remake.texi is not there but it is required by remake.texi,
4just add it for getting the 'make remake.info' works.
5
6==============================================================
7diff --git a/doc/version-remake.texi b/doc/version-remake.texi
8new file mode 100644
9index 0000000..2a3b72b
10--- /dev/null
11+++ b/doc/version-remake.texi
12@@ -0,0 +1,4 @@
13+@set UPDATED 10 June 2012
14+@set UPDATED-MONTH June 2012
15+@set EDITION 3.82+dbg-0.9git
16+@set VERSION 3.82+dbg-0.9git
diff --git a/meta/recipes-devtools/remake/remake_git.bb b/meta/recipes-devtools/remake/remake_git.bb
new file mode 100644
index 0000000000..2ba2b809f8
--- /dev/null
+++ b/meta/recipes-devtools/remake/remake_git.bb
@@ -0,0 +1,31 @@
1PR = "r1"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
4 file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \
5 file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4"
6require remake.inc
7
8SRC_URI += "file://version-remake.texi.patch \
9 file://remake-remove-errors-about-colophon-and-cygnus-comma.patch \
10 "
11SRCREV = "f05508e521987c8494c92d9c2871aec46307d51d"
12S = "${WORKDIR}/git"
13
14PV = "3.82+dbg-0.9+git${SRCPV}"
15
16DEPENDS += "readline"
17# Need to add "gettext-native" dependency to remake-native.
18# By default only "gettext-minimal-native" is added
19# when inherit gettext.
20DEPENDS_class-native += "gettext-native"
21PROVIDES += "make"
22
23do_configure_prepend() {
24 # remove the default LINGUAS since we are not going to generate languages
25 rm ${S}/po/LINGUAS
26 touch ${S}/po/LINGUAS
27 # create config.rpath which required by configure.ac
28 ( cd ${S}; autopoint || touch config.rpath )
29}
30
31BBCLASSEXTEND = "native"