From 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 9 Dec 2004 09:47:41 +0000 Subject: Merge oe-devel@oe-devel.bkbits.net:openembedded into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA --- packages/python/python-pycodes_1.1.bb | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 packages/python/python-pycodes_1.1.bb (limited to 'packages/python/python-pycodes_1.1.bb') diff --git a/packages/python/python-pycodes_1.1.bb b/packages/python/python-pycodes_1.1.bb new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3 From 0afa6f0f95665dcd9e8532533117d97776ef207e Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 9 Dec 2004 18:08:07 +0000 Subject: add a couple of license statements and remove rdepends to python-core since this is being added through distutils.bbclass BKrev: 41b89487qJM8uurTe2Ldlw89HbmdKQ --- packages/python/python-pycodes_1.1.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'packages/python/python-pycodes_1.1.bb') diff --git a/packages/python/python-pycodes_1.1.bb b/packages/python/python-pycodes_1.1.bb index e69de29bb2..1530eef44b 100644 --- a/packages/python/python-pycodes_1.1.bb +++ b/packages/python/python-pycodes_1.1.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "The pycodes package provides various extensions to Python for low density parity check (LDPC) codes \ +(an extremely powerful class of error correcting codes). LDPC codes can be used for physical layer error correction \ +in wireless, telephone, DSL, or cable modems; packet loss correction in multicast and distribution of bulk data over \ +the Internet; and even data compression. A variety of decoding/quantization algorithms are provided including standard\ +things like sum-product as well as linear programming relaxations." +SECTION = "devel/python" +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer " +LICENSE = "PYCODES" +SRCNAME = "pycodes" + +SRC_URI = "http://www.csua.berkeley.edu/~emin/source_code/pycodes/pycodes-1-1.tar.gz \ + file://no-docs.patch;patch=1" +S = "${WORKDIR}/${SRCNAME}" + +inherit distutils -- cgit v1.2.3