All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH v2] libsoc: upgrade from version 0.6 to 0.7
@ 2015-11-22 18:05 Fathi Boudra
  2015-11-30 10:25 ` Koen Kooi
  2015-11-30 10:55 ` Jack Mitchell
  0 siblings, 2 replies; 3+ messages in thread
From: Fathi Boudra @ 2015-11-22 18:05 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

update SRCREV

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
---
 changes from v1:
  * don't ship board configs
  * don't oe-stylize

 meta-oe/recipes-support/libsoc/{libsoc_0.6.bb => libsoc_0.7.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/libsoc/{libsoc_0.6.bb => libsoc_0.7.bb} (90%)

diff --git a/meta-oe/recipes-support/libsoc/libsoc_0.6.bb b/meta-oe/recipes-support/libsoc/libsoc_0.7.bb
similarity index 90%
rename from meta-oe/recipes-support/libsoc/libsoc_0.6.bb
rename to meta-oe/recipes-support/libsoc/libsoc_0.7.bb
index 79c171a..3b7436f 100644
--- a/meta-oe/recipes-support/libsoc/libsoc_0.6.bb
+++ b/meta-oe/recipes-support/libsoc/libsoc_0.7.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e0bfebea12a718922225ba987b2126a5"
 
 inherit autotools
 
-SRCREV = "3643cf161a4b37bfbdfd05437166c4a29ac3ed8d"
+SRCREV = "4d5c5af71e225cc4e792d2166da3f3e432b08735"
 SRC_URI = "git://github.com/jackmitch/libsoc.git"
 
 S = "${WORKDIR}/git"
-- 
2.6.3


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

* Re: [meta-oe][PATCH v2] libsoc: upgrade from version 0.6 to 0.7
  2015-11-22 18:05 [meta-oe][PATCH v2] libsoc: upgrade from version 0.6 to 0.7 Fathi Boudra
@ 2015-11-30 10:25 ` Koen Kooi
  2015-11-30 10:55 ` Jack Mitchell
  1 sibling, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2015-11-30 10:25 UTC (permalink / raw)
  To: Fathi Boudra; +Cc: openembedded-devel


> Op 22 nov. 2015, om 19:05 heeft Fathi Boudra <fathi.boudra@linaro.org> het volgende geschreven:
> 
> update SRCREV
> 
> Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
> ---
> changes from v1:
>  * don't ship board configs
>  * don't oe-stylize
> 
> meta-oe/recipes-support/libsoc/{libsoc_0.6.bb => libsoc_0.7.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta-oe/recipes-support/libsoc/{libsoc_0.6.bb => libsoc_0.7.bb} (90%)
> 
> diff --git a/meta-oe/recipes-support/libsoc/libsoc_0.6.bb b/meta-oe/recipes-support/libsoc/libsoc_0.7.bb
> similarity index 90%
> rename from meta-oe/recipes-support/libsoc/libsoc_0.6.bb
> rename to meta-oe/recipes-support/libsoc/libsoc_0.7.bb
> index 79c171a..3b7436f 100644
> --- a/meta-oe/recipes-support/libsoc/libsoc_0.6.bb
> +++ b/meta-oe/recipes-support/libsoc/libsoc_0.7.bb
> @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e0bfebea12a718922225ba987b2126a5"
> 
> inherit autotools
> 
> -SRCREV = "3643cf161a4b37bfbdfd05437166c4a29ac3ed8d"
> +SRCREV = "4d5c5af71e225cc4e792d2166da3f3e432b08735"
> SRC_URI = "git://github.com/jackmitch/libsoc.git"
> 
> S = "${WORKDIR}/git"
> — 

Looks good to me:

Reviewed-by: Koen Kooi <koen@dominion.thruhere.net>

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

* Re: [meta-oe][PATCH v2] libsoc: upgrade from version 0.6 to 0.7
  2015-11-22 18:05 [meta-oe][PATCH v2] libsoc: upgrade from version 0.6 to 0.7 Fathi Boudra
  2015-11-30 10:25 ` Koen Kooi
@ 2015-11-30 10:55 ` Jack Mitchell
  1 sibling, 0 replies; 3+ messages in thread
From: Jack Mitchell @ 2015-11-30 10:55 UTC (permalink / raw)
  To: openembedded-devel

On 22/11/15 18:05, Fathi Boudra wrote:
> update SRCREV
>
> Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
> ---
>   changes from v1:
>    * don't ship board configs
>    * don't oe-stylize
>
>   meta-oe/recipes-support/libsoc/{libsoc_0.6.bb => libsoc_0.7.bb} | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-oe/recipes-support/libsoc/{libsoc_0.6.bb => libsoc_0.7.bb} (90%)
>
> diff --git a/meta-oe/recipes-support/libsoc/libsoc_0.6.bb b/meta-oe/recipes-support/libsoc/libsoc_0.7.bb
> similarity index 90%
> rename from meta-oe/recipes-support/libsoc/libsoc_0.6.bb
> rename to meta-oe/recipes-support/libsoc/libsoc_0.7.bb
> index 79c171a..3b7436f 100644
> --- a/meta-oe/recipes-support/libsoc/libsoc_0.6.bb
> +++ b/meta-oe/recipes-support/libsoc/libsoc_0.7.bb
> @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e0bfebea12a718922225ba987b2126a5"
>
>   inherit autotools
>
> -SRCREV = "3643cf161a4b37bfbdfd05437166c4a29ac3ed8d"
> +SRCREV = "4d5c5af71e225cc4e792d2166da3f3e432b08735"
>   SRC_URI = "git://github.com/jackmitch/libsoc.git"
>
>   S = "${WORKDIR}/git"
>

There might be an issue building this with GCC 5.2, has this been tested? If it 
does break I can do a 0.7.1 release and we should use that with the GCC 5.2 fix 
included [1].

Cheers,
Jack

[1] 
https://github.com/jackmitch/libsoc/commit/0b863612540f67c032ef0efc417538443a00b285


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

end of thread, other threads:[~2015-11-30 10:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-22 18:05 [meta-oe][PATCH v2] libsoc: upgrade from version 0.6 to 0.7 Fathi Boudra
2015-11-30 10:25 ` Koen Kooi
2015-11-30 10:55 ` Jack Mitchell

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.