summaryrefslogtreecommitdiff
path: root/recipes/python/python-fuse_0.2.bb
blob: 099a0e386a0bef19d0f18f83564d7fa89a02c8f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "FUSE Python bindings."
SECTION = "devel/python"
LICENSE = "GPLv2"
DEPENDS = "fuse"
SRCNAME = "fuse-python"
PR = "ml0"

SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils

FILES_${PN}-dbg += "${libdir}/python*/site-packages/fuseparts/.debu*"
a>Koen Kooi3 2009-01-06linux-omap 2.6.27: sync powervr code with latest code drop from TIKoen Kooi2 2009-01-04linux-omap 2.6.27: increase DMA size for beagleboardKoen Kooi1 2009-01-04linux-omap 2.6.27: enable bc_example for beagle and turn on sgx debuggingKoen Kooi1 2008-12-20linux-omap 2.6.27: build in usb wifi modules, add support for sitecom wl168Koen Kooi2 2008-12-11linux-omap 2.6.27: enable forced module loadingKoen Kooi1 2008-12-09linux-omap 2.6.27: make SGX drivers buildKoen Kooi2 2008-12-08linux-omap 2.6.27: add pvr patch from http://repository.maemo.org/pool/maemo5...Koen Kooi2 2008-12-07linux-omap 2.6.27: add openvz patch and enable it in the defconfigKoen Kooi7 2008-12-02linux-omap: add recipe to build 2.6.27Koen Kooi39