All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Upgrade guile from 1.8.6 to 1.8.7.
@ 2009-11-20 10:16 Robert P. J. Day
  2009-11-20 12:23 ` Philip Balister
  0 siblings, 1 reply; 8+ messages in thread
From: Robert P. J. Day @ 2009-11-20 10:16 UTC (permalink / raw)
  To: OpenEmbedded Development mailing list


Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

  bitbake tested on x86_64.

diff --git a/conf/checksums.ini b/conf/checksums.ini
index b2bc05b..5529b73 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -11426,6 +11426,10 @@ sha256=e2f63d2d445ffeb072638eab885b1a629e372d1db711c8afb26a62bc56096289
 md5=9e23d3dbea0e89bab8a9acc6880150de
 sha256=69a2f9491480ff756d1cc4c8ea2bdc13d40ea8ddc8f93f26957bade8219a1d86

+[http://ftp.gnu.org/pub/gnu/guile/guile-1.8.7.tar.gz]
+md5=991b5b3efcbbc3f7507d05bc42f80a5e
+sha256=bfee6339d91955a637e7f541d96f5b1d53271b42bb4a37b8867d186a6c66f0b3
+
 [http://gupnp.org/sources/gupnp/gupnp-0.12.2.tar.gz]
 md5=5350f5f28fb3742779702a496ab75d72
 sha256=9e4edb3ca6d11e397d9f98537fa8954851dc044d13ecafd4f4547117cefbdd28
diff --git a/recipes/guile/guile-native_1.8.7.bb b/recipes/guile/guile-native_1.8.7.bb
new file mode 100644
index 0000000..2f87c48
--- /dev/null
+++ b/recipes/guile/guile-native_1.8.7.bb
@@ -0,0 +1,5 @@
+require guile-native.inc
+SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \
+           file://configure-fix.patch;patch=1 \
+           file://cpp-linemarkers.patch;patch=1 \
+          "
diff --git a/recipes/guile/guile_1.8.7.bb b/recipes/guile/guile_1.8.7.bb
new file mode 100644
index 0000000..6889f33
--- /dev/null
+++ b/recipes/guile/guile_1.8.7.bb
@@ -0,0 +1,6 @@
+require guile.inc
+
+SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \
+           file://configure-fix.patch;patch=1 \
+          "
+

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

            Linux Consulting, Training and Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
========================================================================



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

* Re: [PATCH] Upgrade guile from 1.8.6 to 1.8.7.
  2009-11-20 10:16 [PATCH] Upgrade guile from 1.8.6 to 1.8.7 Robert P. J. Day
@ 2009-11-20 12:23 ` Philip Balister
  2009-11-20 12:28   ` Robert P. J. Day
                     ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Philip Balister @ 2009-11-20 12:23 UTC (permalink / raw)
  To: openembedded-devel

I applied this. A couple of comments for the future:

1) Make the commit message "guile: Upgrade from 1.8.6 to 1.8.7" for 
consistency.

2) You can include the checksums in the recipe now. See:

http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/curl/curl_7.19.7.bb

look in the curl-common.inc file for the "tarball" naming.

Thanks,

Philip

On 11/20/2009 05:16 AM, Robert P. J. Day wrote:
>
> Signed-off-by: Robert P. J. Day<rpjday@crashcourse.ca>
>
> ---
>
>    bitbake tested on x86_64.
>
> diff --git a/conf/checksums.ini b/conf/checksums.ini
> index b2bc05b..5529b73 100644
> --- a/conf/checksums.ini
> +++ b/conf/checksums.ini
> @@ -11426,6 +11426,10 @@ sha256=e2f63d2d445ffeb072638eab885b1a629e372d1db711c8afb26a62bc56096289
>   md5=9e23d3dbea0e89bab8a9acc6880150de
>   sha256=69a2f9491480ff756d1cc4c8ea2bdc13d40ea8ddc8f93f26957bade8219a1d86
>
> +[http://ftp.gnu.org/pub/gnu/guile/guile-1.8.7.tar.gz]
> +md5=991b5b3efcbbc3f7507d05bc42f80a5e
> +sha256=bfee6339d91955a637e7f541d96f5b1d53271b42bb4a37b8867d186a6c66f0b3
> +
>   [http://gupnp.org/sources/gupnp/gupnp-0.12.2.tar.gz]
>   md5=5350f5f28fb3742779702a496ab75d72
>   sha256=9e4edb3ca6d11e397d9f98537fa8954851dc044d13ecafd4f4547117cefbdd28
> diff --git a/recipes/guile/guile-native_1.8.7.bb b/recipes/guile/guile-native_1.8.7.bb
> new file mode 100644
> index 0000000..2f87c48
> --- /dev/null
> +++ b/recipes/guile/guile-native_1.8.7.bb
> @@ -0,0 +1,5 @@
> +require guile-native.inc
> +SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \
> +           file://configure-fix.patch;patch=1 \
> +           file://cpp-linemarkers.patch;patch=1 \
> +          "
> diff --git a/recipes/guile/guile_1.8.7.bb b/recipes/guile/guile_1.8.7.bb
> new file mode 100644
> index 0000000..6889f33
> --- /dev/null
> +++ b/recipes/guile/guile_1.8.7.bb
> @@ -0,0 +1,6 @@
> +require guile.inc
> +
> +SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \
> +           file://configure-fix.patch;patch=1 \
> +          "
> +
>
> ========================================================================
> Robert P. J. Day                               Waterloo, Ontario, CANADA
>
>              Linux Consulting, Training and Kernel Pedantry.
>
> Web page:                                          http://crashcourse.ca
> Twitter:                                       http://twitter.com/rpjday
> ========================================================================
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



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

* Re: [PATCH] Upgrade guile from 1.8.6 to 1.8.7.
  2009-11-20 12:23 ` Philip Balister
@ 2009-11-20 12:28   ` Robert P. J. Day
  2009-11-20 12:41     ` Philip Balister
  2009-11-20 12:30   ` Koen Kooi
  2009-11-20 14:22   ` Robert P. J. Day
  2 siblings, 1 reply; 8+ messages in thread
From: Robert P. J. Day @ 2009-11-20 12:28 UTC (permalink / raw)
  To: openembedded-devel

On Fri, 20 Nov 2009, Philip Balister wrote:

> I applied this. A couple of comments for the future:
>
> 1) Make the commit message "guile: Upgrade from 1.8.6 to 1.8.7" for
> consistency.
>
> 2) You can include the checksums in the recipe now. See:
>
> http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/curl/curl_7.19.7.bb
>
> look in the curl-common.inc file for the "tarball" naming.
>
> Thanks,
>
> Philip

  ok, will resubmit properly shortly.  thanks.

rday
--
========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

            Linux Consulting, Training and Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
========================================================================



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

* Re: [PATCH] Upgrade guile from 1.8.6 to 1.8.7.
  2009-11-20 12:23 ` Philip Balister
  2009-11-20 12:28   ` Robert P. J. Day
@ 2009-11-20 12:30   ` Koen Kooi
  2009-11-20 14:22   ` Robert P. J. Day
  2 siblings, 0 replies; 8+ messages in thread
From: Koen Kooi @ 2009-11-20 12:30 UTC (permalink / raw)
  To: openembedded-devel

On 20-11-09 13:23, Philip Balister wrote:

> 2) You can include the checksums in the recipe now. See:
>
> http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/curl/curl_7.19.7.bb
>
> look in the curl-common.inc file for the "tarball" naming.

Is there a script to do that for me? If not, I'll continue to use 
checksums.ini, since that's scriptable :)

regards,

Koen




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

* Re: [PATCH] Upgrade guile from 1.8.6 to 1.8.7.
  2009-11-20 12:28   ` Robert P. J. Day
@ 2009-11-20 12:41     ` Philip Balister
  2009-11-20 13:16       ` Robert P. J. Day
  0 siblings, 1 reply; 8+ messages in thread
From: Philip Balister @ 2009-11-20 12:41 UTC (permalink / raw)
  To: openembedded-devel

Dont't worry, I already applied it. The notes are for future reference.

On 11/20/2009 07:28 AM, Robert P. J. Day wrote:
> On Fri, 20 Nov 2009, Philip Balister wrote:
>
>> I applied this. A couple of comments for the future:
>>
>> 1) Make the commit message "guile: Upgrade from 1.8.6 to 1.8.7" for
>> consistency.
>>
>> 2) You can include the checksums in the recipe now. See:
>>
>> http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/curl/curl_7.19.7.bb
>>
>> look in the curl-common.inc file for the "tarball" naming.
>>
>> Thanks,
>>
>> Philip
>
>    ok, will resubmit properly shortly.  thanks.
>
> rday
> --
> ========================================================================
> Robert P. J. Day                               Waterloo, Ontario, CANADA
>
>              Linux Consulting, Training and Kernel Pedantry.
>
> Web page:                                          http://crashcourse.ca
> Twitter:                                       http://twitter.com/rpjday
> ========================================================================
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



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

* Re: [PATCH] Upgrade guile from 1.8.6 to 1.8.7.
  2009-11-20 12:41     ` Philip Balister
@ 2009-11-20 13:16       ` Robert P. J. Day
  0 siblings, 0 replies; 8+ messages in thread
From: Robert P. J. Day @ 2009-11-20 13:16 UTC (permalink / raw)
  To: openembedded-devel

On Fri, 20 Nov 2009, Philip Balister wrote:

> Dont't worry, I already applied it. The notes are for future
> reference.

  ok, thanks.  and, for the record, current bb-demo-image is now on
task 8001 of 10078 on dev branch, still no fatal errors.  happy happy,
joy joy.

rday
--


========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

            Linux Consulting, Training and Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
========================================================================



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

* Re: [PATCH] Upgrade guile from 1.8.6 to 1.8.7.
  2009-11-20 12:23 ` Philip Balister
  2009-11-20 12:28   ` Robert P. J. Day
  2009-11-20 12:30   ` Koen Kooi
@ 2009-11-20 14:22   ` Robert P. J. Day
  2009-11-23 11:51     ` Marc Olzheim
  2 siblings, 1 reply; 8+ messages in thread
From: Robert P. J. Day @ 2009-11-20 14:22 UTC (permalink / raw)
  To: openembedded-devel

On Fri, 20 Nov 2009, Philip Balister wrote:

> I applied this. A couple of comments for the future:
>
> 1) Make the commit message "guile: Upgrade from 1.8.6 to 1.8.7" for
> consistency.
>
> 2) You can include the checksums in the recipe now. See:
>
> http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/curl/curl_7.19.7.bb
>
> look in the curl-common.inc file for the "tarball" naming.

  ok, there's some curious stuff going on there.  first, while the
newest curl .bb file is version 7.19.7, there is no equivalent
curl-native .bb file, even though earlier version have them.  is there
a reason for that?

  also, it's only that latest .bb file -- curl_7.19.7.bb -- that has
the tarball checksums.  if there *was* a corresponding -native .bb
file, would it *also* need those identical checksums?  i would like to
think not since that would be redundant.  a grep of recipes shows only
two recipes that appear to be taking advantage of this feature --
busybox and curl.

rday
--

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

            Linux Consulting, Training and Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
========================================================================



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

* Re: [PATCH] Upgrade guile from 1.8.6 to 1.8.7.
  2009-11-20 14:22   ` Robert P. J. Day
@ 2009-11-23 11:51     ` Marc Olzheim
  0 siblings, 0 replies; 8+ messages in thread
From: Marc Olzheim @ 2009-11-23 11:51 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1210 bytes --]

On Fri, Nov 20, 2009 at 09:22:04AM -0500, Robert P. J. Day wrote:
> > 2) You can include the checksums in the recipe now. See:
> >
> > http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/curl/curl_7.19.7.bb
> >
> > look in the curl-common.inc file for the "tarball" naming.
> 
>   ok, there's some curious stuff going on there.  first, while the
> newest curl .bb file is version 7.19.7, there is no equivalent
> curl-native .bb file, even though earlier version have them.  is there
> a reason for that?

Yes, I did not bother to add a -native version of it, because the update
(from 7.19.6) did not provide anything new or fixed anything that would
be of value to an OE build. ;-)

>   also, it's only that latest .bb file -- curl_7.19.7.bb -- that has
> the tarball checksums.  if there *was* a corresponding -native .bb
> file, would it *also* need those identical checksums?  i would like to
> think not since that would be redundant.  a grep of recipes shows only
> two recipes that appear to be taking advantage of this feature --
> busybox and curl.

The -native .bb would include the non-native .bb and thus use the same
checksums, which would be correct.

Marc

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

end of thread, other threads:[~2009-11-23 11:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-20 10:16 [PATCH] Upgrade guile from 1.8.6 to 1.8.7 Robert P. J. Day
2009-11-20 12:23 ` Philip Balister
2009-11-20 12:28   ` Robert P. J. Day
2009-11-20 12:41     ` Philip Balister
2009-11-20 13:16       ` Robert P. J. Day
2009-11-20 12:30   ` Koen Kooi
2009-11-20 14:22   ` Robert P. J. Day
2009-11-23 11:51     ` Marc Olzheim

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.