DESCRIPTION = "Python Bindings for Google's Gmail Service" SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " LICENSE = "GPL" RDEPENDS = "python-core python-netclient python-email" SRCNAME = "libgmail" SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tgz" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils-base do_install() { install -d ${D}${libdir}/${PYTHON_DIR} for file in *.py do install -m 0755 ${file} ${D}${libdir}/${PYTHON_DIR} done } 2'>cgit logo index : multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/uboot/u-boot-mkimage-gta01-native/uboot-bbt-quiet.patch
AgeCommit message (Expand)AuthorFiles
2007-06-13u-boot-mkimage-gta01-native: add a static git tag and put patches in OE to st...Koen Kooi1