DESCRIPTION = "A Curses-based mp3 player. See http://damien.degois.info/PyMP3/" SECTION = "console/multimedia" PRIORITY = "optional" RDEPENDS = "python-core python-curses python-pyid3lib python-mad python-ao" LICENSE = "GPL" PR = "r2" SRC_URI = "http://www.vanille.de/mirror/PyMP3-0.3.4.tar.gz" S = "${WORKDIR}/PyMP3-0.3.4" 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 for f in ${PY_FILES} do install -m 0644 $f ${D}${libdir}/${PYTHON_DIR}/site-packages/ done install -d ${D}${bindir} install -m 755 pymp3 ${D}${bindir}/ } FILES_${PN} += " ${libdir}/${PYTHON_DIR}/site-packages/" 2cb383281ec8dfa90950ba04d87dd29ffc676'/> Mirror of openembedded-coreMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/meta/classes/kernel.bbclass
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-03-21 18:02:38 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-21 18:12:02 +0000
commitf7d2cb383281ec8dfa90950ba04d87dd29ffc676 (patch)
tree6e9558efcf1bb2ca06c960e541dbd7ebcdfb7914 /meta/classes/kernel.bbclass
parentef2ba0a17a4fbd0e0c43c144f43d1d40de23697e (diff)
downloadopenembedded-core-f7d2cb383281ec8dfa90950ba04d87dd29ffc676.tar.gz
openembedded-core-f7d2cb383281ec8dfa90950ba04d87dd29ffc676.tar.bz2
openembedded-core-f7d2cb383281ec8dfa90950ba04d87dd29ffc676.zip
classes/kernel: move module postinst commands to kernel-base
Since kernel-base is the package that contains the files that depmod needs to run, we should be running depmod from the kernel-base postinstall rather than kernel-image. Fixes [YOCTO #5392]. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/kernel.bbclass')