All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] git: updated to 1.8.0.2
@ 2012-12-21 13:41 Bogdan Marinescu
  2012-12-24 22:46 ` Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Bogdan Marinescu @ 2012-12-21 13:41 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
---
 meta/recipes-devtools/git/{git_1.7.7.bb => git_1.8.0.2.bb} |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/git/{git_1.7.7.bb => git_1.8.0.2.bb} (63%)

diff --git a/meta/recipes-devtools/git/git_1.7.7.bb b/meta/recipes-devtools/git/git_1.8.0.2.bb
similarity index 63%
rename from meta/recipes-devtools/git/git_1.7.7.bb
rename to meta/recipes-devtools/git/git_1.8.0.2.bb
index 6b6e04b..1726317 100644
--- a/meta/recipes-devtools/git/git_1.7.7.bb
+++ b/meta/recipes-devtools/git/git_1.8.0.2.bb
@@ -1,10 +1,10 @@
 require git.inc
 
-PR = "r3"
+PR = "r0"
 
 SRC_URI = "http://git-core.googlecode.com/files/git-${PV}.tar.gz"
-SRC_URI[md5sum] = "5d645884e688921e773186783b65ce33"
-SRC_URI[sha256sum] = "5a977bc01e4989b9928345e99aab15ce896cf5897c6e32eb449538574df377f6"
+SRC_URI[md5sum] = "1aca109d4a719fe5bc43d25927fbc7d9"
+SRC_URI[sha256sum] = "c06d5d29389e90583d16ec41d5be931593196f6842f9b14e910a0b5781c10e07"
 
 EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no ac_cv_c_c99_format=yes \
                  ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
-- 
1.7.10.4




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

* Re: [PATCH] git: updated to 1.8.0.2
  2012-12-21 13:41 [PATCH] git: updated to 1.8.0.2 Bogdan Marinescu
@ 2012-12-24 22:46 ` Saul Wold
  0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2012-12-24 22:46 UTC (permalink / raw)
  To: Bogdan Marinescu; +Cc: openembedded-core

On 12/21/2012 05:41 AM, Bogdan Marinescu wrote:
> Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
> ---
>   meta/recipes-devtools/git/{git_1.7.7.bb => git_1.8.0.2.bb} |    6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>   rename meta/recipes-devtools/git/{git_1.7.7.bb => git_1.8.0.2.bb} (63%)
>
This update seems to introduce a dependency on gettext's msgfmt and on 
libtinfo, I saw a couple of failures on the autobuild due to these not 
being build for git-native.

You might verify if your host has gettext installed, that might mask 
this issue, as seen on the autobuilder, ab02 does not have gettext 
installed.

A clean re-build, or cleaning gettext-native and rebuilding should show 
this issue if you do not have a host gettext installed (verify by 
looking for /usr/bin/msgfmt).

See (msgfmt failure):
http://autobuilder.yoctoproject.org:8010/builders/nightly-x86/builds/846/steps/shell_29/logs/stdio
and (tinfo failure)
http://autobuilder.yoctoproject.org:8010/builders/nightly-x86/builds/847/steps/shell_29/logs/stdio

Note that it builds OK in the atom-pc case, because those natives are 
now build and available for git to use.

It may require some DEPENDS changes, use caution here, we want to keep 
this part of the startup path as short as possible, so watch the 
dependency chains.

Thanks

Sau!

> diff --git a/meta/recipes-devtools/git/git_1.7.7.bb b/meta/recipes-devtools/git/git_1.8.0.2.bb
> similarity index 63%
> rename from meta/recipes-devtools/git/git_1.7.7.bb
> rename to meta/recipes-devtools/git/git_1.8.0.2.bb
> index 6b6e04b..1726317 100644
> --- a/meta/recipes-devtools/git/git_1.7.7.bb
> +++ b/meta/recipes-devtools/git/git_1.8.0.2.bb
> @@ -1,10 +1,10 @@
>   require git.inc
>
> -PR = "r3"
> +PR = "r0"
>
>   SRC_URI = "http://git-core.googlecode.com/files/git-${PV}.tar.gz"
> -SRC_URI[md5sum] = "5d645884e688921e773186783b65ce33"
> -SRC_URI[sha256sum] = "5a977bc01e4989b9928345e99aab15ce896cf5897c6e32eb449538574df377f6"
> +SRC_URI[md5sum] = "1aca109d4a719fe5bc43d25927fbc7d9"
> +SRC_URI[sha256sum] = "c06d5d29389e90583d16ec41d5be931593196f6842f9b14e910a0b5781c10e07"
>
>   EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no ac_cv_c_c99_format=yes \
>                    ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
>



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

end of thread, other threads:[~2012-12-24 23:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-21 13:41 [PATCH] git: updated to 1.8.0.2 Bogdan Marinescu
2012-12-24 22:46 ` Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.