All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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.