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:53:05 +0100 |
| commit | 7c872ea5971cbd7fc24bffcac7794b4b7d4b9a8e (patch) | |
| tree | 4c4fd1b7fcc2c71e841bdbca578511342c3f3911 /meta/recipes-devtools/remake/remake_git.bb | |
| parent | 26c229c24ea0b615d34aebfdfdf44c7c65752d44 (diff) | |
| download | poky-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/remake_git.bb')
| -rw-r--r-- | meta/recipes-devtools/remake/remake_git.bb | 4 |
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 \ | |||
| 5 | file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" | 5 | file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" |
| 6 | require remake.inc | 6 | require remake.inc |
| 7 | 7 | ||
| 8 | SRC_URI += "file://version-remake.texi.patch" | 8 | SRC_URI += "file://version-remake.texi.patch \ |
| 9 | file://remake-remove-errors-about-colophon-and-cygnus-comma.patch \ | ||
| 10 | " | ||
| 9 | SRCREV = "f05508e521987c8494c92d9c2871aec46307d51d" | 11 | SRCREV = "f05508e521987c8494c92d9c2871aec46307d51d" |
| 10 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 11 | 13 | ||
