aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/remake/remake_git.bb
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:46:58 +0100
commite59045dfe888eaab439758a40004b468790f24f6 (patch)
treed77bcbcc6a6d918324420eb4303c09f3f830d212 /meta/recipes-devtools/remake/remake_git.bb
parent0eb00091756f0a4dea112ad84b56fcf30d16a165 (diff)
downloadopenembedded-core-contrib-e59045dfe888eaab439758a40004b468790f24f6.tar.gz
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/remake_git.bb')
-rw-r--r--meta/recipes-devtools/remake/remake_git.bb4
1 files changed, 3 insertions, 1 deletions
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"