DESCRIPTION = "Python Ogg Vorbis Bindings" SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " LICENSE = "LGPL" DEPENDS = "libogg" SRCNAME = "pyogg" SRC_URI = "http://www.andrewchatham.com/pyogg/download/${SRCNAME}-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils do_configure_prepend() { touch Setup echo "ogg_libs = ogg" >>Setup echo "ogg_lib_dir = ${STAGING_LIBDIR}" >>Setup echo "ogg_include_dir = ${STAGING_INCDIR}" >>Setup } do_stage() { install -d ${STAGING_INCDIR}/pyogg install -m 0644 include/pyogg/pyogg.h ${STAGING_INCDIR}/pyogg/pyogg.h } it/openembedded-core.git/'>openembedded-core.git
Mirror of openembedded-coreMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/oe-init-build-env-memres
AgeCommit message (Expand)AuthorFiles
2016-03-20oe-init-build-env*: Make them actually return failuresPeter Kjellerstedt1
2016-03-20oe-init-build-env*: Remove unnecessary differences between the scriptsPeter Kjellerstedt1
2016-03-20oe-init-build-env*: Update/correct comment about specifying argumentsPeter Kjellerstedt1
2016-03-20oe-init-build-env*: Allow $OEROOT to be predefinedPeter Kjellerstedt1
2015-03-20oe-init-build-env-memres: Fix source checkEsquivel, Benjamin1
2014-09-23oe-init-build-env-memres: Fix automatic port usageRichard Purdie1
2013-12-02oe-init-build-env-memres: Add auto port functionalityJason Wessel1
2013-12-02oe-init-build-env: Allow startup with and without memresJason Wessel1
2013-10-04oe-init-build-env-memres: Unset BBSERVER if already setRichard Purdie1
2013-09-26oe-init-build-env-memres: use shell instead of Python to show the port numberRoss Burton1
2013-08-26Add memory resident bitbake scriptRichard Purdie1