[oe-commits] Michael 'Mickey' Lauer : python-pymp3: fix packaging; bump for python 2.6

GIT User account git at amethyst.openembedded.net
Tue Jan 13 22:57:47 UTC 2009


Module: openembedded.git
Branch: mickey/python26
Commit: 97d235793eeecbe87a81c5190e5545ca2dc891bb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=97d235793eeecbe87a81c5190e5545ca2dc891bb

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Tue Jan 13 22:57:04 2009 +0000

python-pymp3: fix packaging; bump for python 2.6

---

 packages/python/python-pymp3_0.3.4.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/packages/python/python-pymp3_0.3.4.bb b/packages/python/python-pymp3_0.3.4.bb
index a6d205d..371c662 100644
--- a/packages/python/python-pymp3_0.3.4.bb
+++ b/packages/python/python-pymp3_0.3.4.bb
@@ -3,15 +3,16 @@ SECTION = "console/multimedia"
 PRIORITY = "optional"
 RDEPENDS = "python-core python-curses python-pyid3lib python-mad python-ao"
 LICENSE = "GPL"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "http://www.vanille.de/mirror/PyMP3-0.3.4.tar.gz"
 S = "${WORKDIR}/PyMP3-0.3.4"
 
+inherit distutils-base
+
 PY_FILES = "box_info.py layer.py sound_ctrl.py stack.py txt_tools.py"
 
 do_install() {
-
    install -d ${D}${libdir}
    install -d ${D}${libdir}/${PYTHON_DIR}
    install -d ${D}${libdir}/${PYTHON_DIR}/site-packages





More information about the Openembedded-commits mailing list