summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/remake
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@enea.com>2014-08-06 18:18:01 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-11 10:53:05 +0100
commit7c872ea5971cbd7fc24bffcac7794b4b7d4b9a8e (patch)
tree4c4fd1b7fcc2c71e841bdbca578511342c3f3911 /meta/recipes-devtools/remake
parent26c229c24ea0b615d34aebfdfdf44c7c65752d44 (diff)
downloadpoky-7c872ea5971cbd7fc24bffcac7794b4b7d4b9a8e.tar.gz
remake: fix build error
Fix build error: ... unknown command `colophon' unknown command `cygnus' (From OE-Core rev: e59045dfe888eaab439758a40004b468790f24f6) Signed-off-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/remake')
-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_git.bb4
2 files changed, 42 insertions, 1 deletions
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_git.bb b/meta/recipes-devtools/remake/remake_git.bb
index 405c69f6a6..2ba2b809f8 100644
--- a/meta/recipes-devtools/remake/remake_git.bb
+++ b/meta/recipes-devtools/remake/remake_git.bb
@@ -5,7 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
5 file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" 5 file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4"
6require remake.inc 6require remake.inc
7 7
8SRC_URI += "file://version-remake.texi.patch" 8SRC_URI += "file://version-remake.texi.patch \
9 file://remake-remove-errors-about-colophon-and-cygnus-comma.patch \
10 "
9SRCREV = "f05508e521987c8494c92d9c2871aec46307d51d" 11SRCREV = "f05508e521987c8494c92d9c2871aec46307d51d"
10S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
11 13