diff options
author | Maxin B. John <maxin.john@enea.com> | 2014-08-06 18:18:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-11 10:46:58 +0100 |
commit | e59045dfe888eaab439758a40004b468790f24f6 (patch) | |
tree | d77bcbcc6a6d918324420eb4303c09f3f830d212 /meta/recipes-devtools/remake | |
parent | 0eb00091756f0a4dea112ad84b56fcf30d16a165 (diff) | |
download | openembedded-core-e59045dfe888eaab439758a40004b468790f24f6.tar.gz openembedded-core-e59045dfe888eaab439758a40004b468790f24f6.tar.bz2 openembedded-core-e59045dfe888eaab439758a40004b468790f24f6.zip |
remake: fix build error
Fix build error:
...
unknown command `colophon'
unknown command `cygnus'
Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/remake')
-rw-r--r-- | meta/recipes-devtools/remake/remake/remake-remove-errors-about-colophon-and-cygnus-comma.patch | 39 | ||||
-rw-r--r-- | meta/recipes-devtools/remake/remake_git.bb | 4 |
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 @@ +From 1316f10a97a4a2f5d11a30ec367aa61101318742 Mon Sep 17 00:00:00 2001 +From: "Maxin B. John" <maxin.john@enea.com> +Date: Wed, 6 Aug 2014 15:05:56 +0200 +Subject: [PATCH] remake: remove errors about @colophon and @cygnus commands + not defined + +texinfo5 needs replacing @ with @@ when it is part of the text + +Upstream-Status: Backport +Signed-off-by: Maxin B. John <maxin.john@enea.com> +--- + doc/remake.texi | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/doc/remake.texi b/doc/remake.texi +index cd73437..fa5ba16 100644 +--- a/doc/remake.texi ++++ b/doc/remake.texi +@@ -2752,7 +2752,7 @@ this list, we would like to add your names! + @printindex cp + + @tex +-% I think something like @colophon should be in texinfo. In the ++% I think something like @@colophon should be in texinfo. In the + % meantime: + \long\def\colophon{\hbox to0pt{}\vfill + \centerline{The body of this manual is set in} +@@ -2764,7 +2764,7 @@ this list, we would like to add your names! + \centerline{{\sl\fontname\tensl\/}} + \centerline{are used for emphasis.}\vfill} + \page\colophon +-% Blame: doc@cygnus.com, 1991. ++% Blame: doc@@cygnus.com, 1991. + @end tex + + @bye +-- +1.9.1 + 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 \ file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" require remake.inc -SRC_URI += "file://version-remake.texi.patch" +SRC_URI += "file://version-remake.texi.patch \ + file://remake-remove-errors-about-colophon-and-cygnus-comma.patch \ + " SRCREV = "f05508e521987c8494c92d9c2871aec46307d51d" S = "${WORKDIR}/git" |