diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-13 00:00:12 +0000 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-13 00:00:12 +0000 |
commit | d57b8a2e42f4e2567110eaec7d5699a5dabdd106 (patch) | |
tree | 30ca6a54ccbc143629f14e783b553b2dbce7ad7d | |
parent | 8027bab0d413521d6aeaaa462cf95fcb0acca6df (diff) |
python-pyalsa: bump for python 2.6
-rw-r--r-- | packages/python/python-pyalsa_1.0.16.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/python/python-pyalsa_1.0.16.bb b/packages/python/python-pyalsa_1.0.16.bb index f98e144c75..24bd27c242 100644 --- a/packages/python/python-pyalsa_1.0.16.bb +++ b/packages/python/python-pyalsa_1.0.16.bb @@ -4,7 +4,7 @@ DEPENDS = "alsa-lib" PRIORITY = "optional" LICENSE = "GPL" SRCNAME = "pyalsa" -PR = "ml0" +PR = "ml1" SRC_URI = "ftp://ftp.alsa-project.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.bz2" S = "${WORKDIR}/${SRCNAME}-${PV}" |