From: Michael 'Mickey' Lauer Date: Sun, 11 Jan 2009 09:35:53 +0000 (+0000) Subject: bump PR for python 2.6 X-Git-Tag: Release-2010-05/1~4349^2~122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59ad0c73f1f1c7fc03074d6f113fc7899816fb41;p=openembedded.git bump PR for python 2.6 --- diff --git a/packages/python/python-ao_0.82.bb b/packages/python/python-ao_0.82.bb index e83bd5de11..98c8af40e0 100644 --- a/packages/python/python-ao_0.82.bb +++ b/packages/python/python-ao_0.82.bb @@ -1,9 +1,10 @@ -LICENSE = "GPL" -DESCRIPTION = "Python AO Bindings" +DESCRIPTION = "Python Bindings for libao" SECTION = "devel/python" PRIORITY = "optional" +LICENSE = "GPL" DEPENDS = "libao" SRCNAME = "pyao" +PR = "ml1" SRC_URI = "http://www.andrewchatham.com/pyogg/download/${SRCNAME}-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}" @@ -16,5 +17,3 @@ do_configure_prepend() { echo "ao_lib_dir = ${STAGING_LIBDIR}" >>Setup echo "ao_include_dir = ${STAGING_INCDIR}" >>Setup } - -