* [PATCH] New package: byacc
@ 2009-02-05 15:36 Roman I Khimov
2009-02-05 16:39 ` Koen Kooi
0 siblings, 1 reply; 8+ messages in thread
From: Roman I Khimov @ 2009-02-05 15:36 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1758 bytes --]
Hello everyone.
The package is mostly intended to be built as native and then used to build
other packages. It's trivial and I thought it might be useful for someone
else too, hence, trying to push.
diff -puraN /void/byacc_20081225.bb packages/byacc/byacc_20081225.bb
--- a/packages/byacc/byacc_20081225.bb 1970-01-01 03:00:00.000000000 +0300
+++ b/packages/byacc/byacc_20081225.bb 2009-02-03 22:51:24.811593078 +0300
@@ -0,0 +1,13 @@
+DESCRIPTION = "Berkeley Yacc"
+SECTION = "devel"
+LICENSE = "public domain"
+PR = "r0"
+
+SRC_URI = "ftp://invisible-island.net/byacc/byacc.tar.gz"
+EXTRA_OECONF += "--program-transform-name='s,^,b,'"
+
+inherit autotools
+
+do_configure() {
+ oe_runconf
+}
diff -puraN /void/byacc-native_20081225.bb
packages/byacc/byacc-native_20081225.bb
--- a/packages/byacc/byacc-native_20081225.bb 1970-01-01 03:00:00.000000000
+0300
+++ b/packages/byacc/byacc-native_20081225.bb 2009-02-03 15:36:55.981948513
+0300
@@ -0,0 +1,4 @@
+SECTION = "devel"
+require byacc_${PV}.bb
+S = "${WORKDIR}/byacc-${PV}"
+inherit native
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 8339981..07e3733 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -25042,3 +25042,6 @@
sha256=5cc1a53bb909922596bdd0fa967b654fe1bfbe0dcf1d34608f0b7c90e0c27867
md5=5f7b88ebb2bcd7e8044328482d079661
sha256=f57c4e33eb2cdd87a6c2f01bfa4794340fbe61ea1a1cfc7dac3b6671e1dd22af
+[ftp://invisible-island.net/byacc/byacc.tar.gz]
+md5=b9715b9a2867c221176b597e8f73cbc9
+sha256=1364c7fe382de659e8b9841a1736b645345a460d2f4302303e80c02235a2a575
--
Roman
http://roman.khimov.ru
mailto: roman@khimov.ru
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0xE5E055C3
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 204 bytes --]
^ permalink raw reply related [flat|nested] 8+ messages in thread* Re: [PATCH] New package: byacc
2009-02-05 15:36 [PATCH] New package: byacc Roman I Khimov
@ 2009-02-05 16:39 ` Koen Kooi
2009-02-05 18:18 ` Roman I Khimov
0 siblings, 1 reply; 8+ messages in thread
From: Koen Kooi @ 2009-02-05 16:39 UTC (permalink / raw)
To: openembedded-devel
On 05-02-09 16:36, Roman I Khimov wrote:
> Hello everyone.
>
> The package is mostly intended to be built as native and then used to build
> other packages. It's trivial and I thought it might be useful for someone
> else too, hence, trying to push.
Does 'ftp://invisible-island.net/byacc/byacc.tar.gz' change from time to
time?
regards,
Koen
>
> diff -puraN /void/byacc_20081225.bb packages/byacc/byacc_20081225.bb
> --- a/packages/byacc/byacc_20081225.bb 1970-01-01 03:00:00.000000000 +0300
> +++ b/packages/byacc/byacc_20081225.bb 2009-02-03 22:51:24.811593078 +0300
> @@ -0,0 +1,13 @@
> +DESCRIPTION = "Berkeley Yacc"
> +SECTION = "devel"
> +LICENSE = "public domain"
> +PR = "r0"
> +
> +SRC_URI = "ftp://invisible-island.net/byacc/byacc.tar.gz"
> +EXTRA_OECONF += "--program-transform-name='s,^,b,'"
> +
> +inherit autotools
> +
> +do_configure() {
> + oe_runconf
> +}
> diff -puraN /void/byacc-native_20081225.bb
> packages/byacc/byacc-native_20081225.bb
> --- a/packages/byacc/byacc-native_20081225.bb 1970-01-01 03:00:00.000000000
> +0300
> +++ b/packages/byacc/byacc-native_20081225.bb 2009-02-03 15:36:55.981948513
> +0300
> @@ -0,0 +1,4 @@
> +SECTION = "devel"
> +require byacc_${PV}.bb
> +S = "${WORKDIR}/byacc-${PV}"
> +inherit native
> diff --git a/conf/checksums.ini b/conf/checksums.ini
> index 8339981..07e3733 100644
> --- a/conf/checksums.ini
> +++ b/conf/checksums.ini
> @@ -25042,3 +25042,6 @@
> sha256=5cc1a53bb909922596bdd0fa967b654fe1bfbe0dcf1d34608f0b7c90e0c27867
> md5=5f7b88ebb2bcd7e8044328482d079661
> sha256=f57c4e33eb2cdd87a6c2f01bfa4794340fbe61ea1a1cfc7dac3b6671e1dd22af
>
> +[ftp://invisible-island.net/byacc/byacc.tar.gz]
> +md5=b9715b9a2867c221176b597e8f73cbc9
> +sha256=1364c7fe382de659e8b9841a1736b645345a460d2f4302303e80c02235a2a575
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> 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] New package: byacc
2009-02-05 16:39 ` Koen Kooi
@ 2009-02-05 18:18 ` Roman I Khimov
2009-02-05 18:42 ` Roman I Khimov
0 siblings, 1 reply; 8+ messages in thread
From: Roman I Khimov @ 2009-02-05 18:18 UTC (permalink / raw)
To: openembedded-devel; +Cc: Koen Kooi
[-- Attachment #1: Type: text/plain, Size: 753 bytes --]
Koen Kooi:
> On 05-02-09 16:36, Roman I Khimov wrote:
> > Hello everyone.
> >
> > The package is mostly intended to be built as native and then used to
> > build other packages. It's trivial and I thought it might be useful for
> > someone else too, hence, trying to push.
>
> Does 'ftp://invisible-island.net/byacc/byacc.tar.gz' change from time to
> time?
From what I see, unfortunately, yes. There is a non-volatile tarball in
Debian (see http://packages.debian.org/sid/byacc), but it's a bit older.
So, I don't actually know, how to better handle this. Any ideas are
welcome.
--
Roman
http://roman.khimov.ru
mailto: roman@khimov.ru
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0xE5E055C3
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 204 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [PATCH] New package: byacc
2009-02-05 18:18 ` Roman I Khimov
@ 2009-02-05 18:42 ` Roman I Khimov
2009-02-05 18:50 ` Roman I Khimov
0 siblings, 1 reply; 8+ messages in thread
From: Roman I Khimov @ 2009-02-05 18:42 UTC (permalink / raw)
To: openembedded-devel; +Cc: Koen Kooi
[-- Attachment #1: Type: text/plain, Size: 416 bytes --]
Roman I Khimov:
> So, I don't actually know, how to better handle this. Any ideas are
> welcome.
Hmm. I know now, my bad, there are actually versioned tarballs on
ftp://invisible-island.net/byacc/ , they're just not referenced anywhere.
OK, will fix.
--
Roman
http://roman.khimov.ru
mailto: roman@khimov.ru
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0xE5E055C3
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 204 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [PATCH] New package: byacc
2009-02-05 18:42 ` Roman I Khimov
@ 2009-02-05 18:50 ` Roman I Khimov
2009-02-05 19:04 ` Tom Rini
0 siblings, 1 reply; 8+ messages in thread
From: Roman I Khimov @ 2009-02-05 18:50 UTC (permalink / raw)
To: openembedded-devel; +Cc: Koen Kooi
[-- Attachment #1: Type: text/plain, Size: 1368 bytes --]
Roman I Khimov:
> OK, will fix.
Updated one:
--- a/packages/byacc/byacc_20081225.bb 1970-01-01 03:00:00.000000000 +0300
+++ b/packages/byacc/byacc_20081225.bb 2009-02-03 22:51:24.811593078 +0300
@@ -0,0 +1,13 @@
+DESCRIPTION = "Berkeley Yacc"
+SECTION = "devel"
+LICENSE = "public domain"
+PR = "r0"
+
+SRC_URI = "ftp://invisible-island.net/byacc/byacc-20081225.tgz"
+EXTRA_OECONF += "--program-transform-name='s,^,b,'"
+
+inherit autotools
+
+do_configure() {
+ oe_runconf
+}
--- a/packages/byacc/byacc-native_20081225.bb 1970-01-01 03:00:00.000000000 +0300
+++ b/packages/byacc/byacc-native_20081225.bb 2009-02-03 15:36:55.981948513 +0300
@@ -0,0 +1,4 @@
+SECTION = "devel"
+require byacc_${PV}.bb
+S = "${WORKDIR}/byacc-${PV}"
+inherit native
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -25042,3 +25042,6 @@ sha256=5cc1a53bb909922596bdd0fa967b654fe1bfbe0dcf1d34608f0b7c90e0c27867
md5=5f7b88ebb2bcd7e8044328482d079661
sha256=f57c4e33eb2cdd87a6c2f01bfa4794340fbe61ea1a1cfc7dac3b6671e1dd22af
+[ftp://invisible-island.net/byacc/byacc-20081225.tgz]
+md5=b9715b9a2867c221176b597e8f73cbc9
+sha256=1364c7fe382de659e8b9841a1736b645345a460d2f4302303e80c02235a2a575
--
Roman
http://roman.khimov.ru
mailto: roman@khimov.ru
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0xE5E055C3
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 204 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [PATCH] New package: byacc
2009-02-05 18:50 ` Roman I Khimov
@ 2009-02-05 19:04 ` Tom Rini
2009-02-05 19:42 ` Roman I Khimov
0 siblings, 1 reply; 8+ messages in thread
From: Tom Rini @ 2009-02-05 19:04 UTC (permalink / raw)
To: openembedded-devel; +Cc: Koen Kooi
On Thu, Feb 05, 2009 at 09:50:04PM +0300, Roman I Khimov wrote:
> Roman I Khimov:
> > OK, will fix.
>
> Updated one:
Perhaps a byacc.inc with most of what's in byacc_20081225.bb?
> +SRC_URI = "ftp://invisible-island.net/byacc/byacc-20081225.tgz"
then ${PN}-${PV}
> --- a/packages/byacc/byacc-native_20081225.bb 1970-01-01 03:00:00.000000000 +0300
> +++ b/packages/byacc/byacc-native_20081225.bb 2009-02-03 15:36:55.981948513 +0300
> @@ -0,0 +1,4 @@
> +SECTION = "devel"
Already set in the main one, btw.
--
Tom Rini
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [PATCH] New package: byacc
2009-02-05 19:04 ` Tom Rini
@ 2009-02-05 19:42 ` Roman I Khimov
2009-02-05 20:13 ` Tom Rini
0 siblings, 1 reply; 8+ messages in thread
From: Roman I Khimov @ 2009-02-05 19:42 UTC (permalink / raw)
To: openembedded-devel; +Cc: Koen Kooi
[-- Attachment #1: Type: text/plain, Size: 1898 bytes --]
Tom Rini:
> On Thu, Feb 05, 2009 at 09:50:04PM +0300, Roman I Khimov wrote:
> > Updated one:
>
> Perhaps a byacc.inc with most of what's in byacc_20081225.bb?
OK.
> > +SRC_URI = "ftp://invisible-island.net/byacc/byacc-20081225.tgz"
>
> then ${PN}-${PV}
I guess ${PN} would break native builds, done ${PV}.
> > +SECTION = "devel"
>
> Already set in the main one, btw.
OK, how about this one?
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -25042,3 +25042,6 @@ sha256=5cc1a53bb909922596bdd0fa967b654fe1bfbe0dcf1d34608f0b7c90e0c27867
md5=5f7b88ebb2bcd7e8044328482d079661
sha256=f57c4e33eb2cdd87a6c2f01bfa4794340fbe61ea1a1cfc7dac3b6671e1dd22af
+[ftp://invisible-island.net/byacc/byacc-20081225.tgz]
+md5=b9715b9a2867c221176b597e8f73cbc9
+sha256=1364c7fe382de659e8b9841a1736b645345a460d2f4302303e80c02235a2a575
--- a/packages/byacc/byacc_20081225.bb 1970-01-01 03:00:00.000000000 +0300
+++ b/packages/byacc/byacc_20081225.bb 2009-02-05 22:25:46.383881444 +0300
@@ -0,0 +1,3 @@
+PR = "r0"
+
+require byacc.inc
--- a/packages/byacc/byacc.inc 1970-01-01 03:00:00.000000000 +0300
+++ b/packages/byacc/byacc.inc 2009-02-05 22:35:47.122630342 +0300
@@ -0,0 +1,13 @@
+DESCRIPTION = "Berkeley Yacc"
+SECTION = "devel"
+LICENSE = "public domain"
+
+SRC_URI = "ftp://invisible-island.net/byacc/byacc-${PV}.tgz"
+EXTRA_OECONF += "--program-transform-name='s,^,b,'"
+S = "${WORKDIR}/byacc-${PV}"
+
+inherit autotools
+
+do_configure() {
+ oe_runconf
+}
--- a/packages/byacc/byacc-native_20081225.bb 1970-01-01 03:00:00.000000000 +0300
+++ b/packages/byacc/byacc-native_20081225.bb 2009-02-05 22:34:23.637607905 +0300
@@ -0,0 +1,5 @@
+PR = "r0"
+
+require byacc.inc
+
+inherit native
--
Roman
http://roman.khimov.ru
mailto: roman@khimov.ru
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0xE5E055C3
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 204 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [PATCH] New package: byacc
2009-02-05 19:42 ` Roman I Khimov
@ 2009-02-05 20:13 ` Tom Rini
0 siblings, 0 replies; 8+ messages in thread
From: Tom Rini @ 2009-02-05 20:13 UTC (permalink / raw)
To: Roman I Khimov; +Cc: openembedded-devel, Koen Kooi
On Thu, Feb 05, 2009 at 10:42:11PM +0300, Roman I Khimov wrote:
> Tom Rini:
> > On Thu, Feb 05, 2009 at 09:50:04PM +0300, Roman I Khimov wrote:
> > > Updated one:
> >
> > Perhaps a byacc.inc with most of what's in byacc_20081225.bb?
>
> OK.
>
> > > +SRC_URI = "ftp://invisible-island.net/byacc/byacc-20081225.tgz"
> >
> > then ${PN}-${PV}
>
> I guess ${PN} would break native builds, done ${PV}.
Oops, you're right.
> > > +SECTION = "devel"
> >
> > Already set in the main one, btw.
>
> OK, how about this one?
Looks good, thanks. Assuming Koen doesn't push this shortly, I will.
--
Tom Rini
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2009-02-05 20:13 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-05 15:36 [PATCH] New package: byacc Roman I Khimov
2009-02-05 16:39 ` Koen Kooi
2009-02-05 18:18 ` Roman I Khimov
2009-02-05 18:42 ` Roman I Khimov
2009-02-05 18:50 ` Roman I Khimov
2009-02-05 19:04 ` Tom Rini
2009-02-05 19:42 ` Roman I Khimov
2009-02-05 20:13 ` Tom Rini
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.