Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] cmake build fix
@ 2012-12-19 21:19 tom.zanussi
  2012-12-19 21:19 ` [PATCH 1/1] cmake-native: add checksums tom.zanussi
  0 siblings, 1 reply; 2+ messages in thread
From: tom.zanussi @ 2012-12-19 21:19 UTC (permalink / raw)
  To: openembedded-core

From: Tom Zanussi <tom.zanussi@intel.com>

After a fresh pull from master, I got the following build error:

ERROR: Fetcher failure for URL: 'http://www.cmake.org/files/v2.8/cmake-2.8.10.2\
.tar.gz'. No checksum specified for /home/trz/work/sandbox/build/downloads/cmak\
e-2.8.10.2.tar.gz, please add at least one to the recipe:
SRC_URI[md5sum] = "097278785da7182ec0aea8769d06860c"
SRC_URI[sha256sum] = "ce524fb39da06ee6d47534bbcec6e0b50422e18b62abc4781a4ba72ea\
2910eb1"
ERROR: Function failed: Fetcher failure for URL: 'http://www.cmake.org/files/v2\
.8/cmake-2.8.10.2.tar.gz'. No checksum specified for /home/trz/work/sandbox/bui\
ld/downloads/cmake-2.8.10.2.tar.gz, please add at least one to the recipe:
SRC_URI[md5sum] = "097278785da7182ec0aea8769d06860c"
SRC_URI[sha256sum] = "ce524fb39da06ee6d47534bbcec6e0b50422e18b62abc4781a4ba72ea\
2910eb1"
ERROR: Logfile of failure stored in: /usr/local/dev/yocto/nitin-test/build/tmp/\
work/x86_64-linux/cmake-native/2.8.10.2-r0.0/temp/log.do_fetch.11057
ERROR: Task 4772 (/usr/local/dev/yocto/nitin-test/meta/recipes-devtools/cmake/c\
make-native_2.8.10.2.bb, do_fetch) failed with exit code '1'

This patch fixes that.

The following changes since commit 80bc9a0643f31029558eda8cbc5365b7583f1a29:

  icu: reduce what's needed for cross tools (2012-12-19 17:55:08 +0000)

are available in the git repository at:
  git://git.yoctoproject.org/poky-contrib.git tzanussi/cmake-checksum-fix
  http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/cmake-checksum-fix

Tom Zanussi (1):
  cmake-native: add checksums

 .../cmake/cmake-native_2.8.10.2.bb                 |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

-- 
1.7.4.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] cmake-native: add checksums
  2012-12-19 21:19 [PATCH 0/1] cmake build fix tom.zanussi
@ 2012-12-19 21:19 ` tom.zanussi
  0 siblings, 0 replies; 2+ messages in thread
From: tom.zanussi @ 2012-12-19 21:19 UTC (permalink / raw)
  To: openembedded-core

From: Tom Zanussi <tom.zanussi@intel.com>

commit 771d08 (cmake: Update to 2.8.10.2) removed the checksums from
cmake.inc, and added them to cmake, but forgot to add them to
cmake-native - this adds them.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 .../cmake/cmake-native_2.8.10.2.bb                 |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-devtools/cmake/cmake-native_2.8.10.2.bb b/meta/recipes-devtools/cmake/cmake-native_2.8.10.2.bb
index ca81810..01860a7 100644
--- a/meta/recipes-devtools/cmake/cmake-native_2.8.10.2.bb
+++ b/meta/recipes-devtools/cmake/cmake-native_2.8.10.2.bb
@@ -2,3 +2,6 @@ require cmake.inc
 inherit native
 
 PR = "${INC_PR}.0"
+
+SRC_URI[md5sum] = "097278785da7182ec0aea8769d06860c"
+SRC_URI[sha256sum] = "ce524fb39da06ee6d47534bbcec6e0b50422e18b62abc4781a4ba72ea2910eb1"
-- 
1.7.4.1




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-12-19 21:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-19 21:19 [PATCH 0/1] cmake build fix tom.zanussi
2012-12-19 21:19 ` [PATCH 1/1] cmake-native: add checksums tom.zanussi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox