LICENSE = "GPL" DESCRIPTION = "Python AO Bindings" SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " DEPENDS = "libao" SRCNAME = "pyao" SRC_URI = "http://www.andrewchatham.com/pyogg/download/${SRCNAME}-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils do_configure_prepend() { touch Setup echo "ao_libs = ao" >>Setup echo "ao_lib_dir = ${STAGING_LIBDIR}" >>Setup echo "ao_include_dir = ${STAGING_INCDIR}" >>Setup } '/cgit/'>cgit logo index : multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/perl/perl_5.8.7.bb
AgeCommit message (Expand)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
2007-04-21perl: Move the list of rprovides for backward compatiblity into a seperateJamie Lenehan1
2007-04-05perl 5.8.7: Simplify the addition of patches to support gcc for linking andJamie Lenehan1
2007-04-05perl: Rearrange the patches/files a bit. Move the 5.8.4 specificJamie Lenehan1
2007-04-01packages/perl/perl_5.8.7.bb: A set of patches to make perl usable on powerpc ...Stelios Koroneos1
2007-03-31perl: Add support for armeb-linux-gnueabi (trivial addition) - now configures...Rod Whitby1
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-12-13perl: addition of powerpc-linux config.sh file and bitbake hooks to use Andrew Wilcox1
2006-11-29Introduce STAGING_BINDIR_CROSS and STAGING_BINDIR_NATIVE as discussed on the ...Richard Purdie1
2006-11-25perl: Add -f option to rm, fixing read only file issuesRichard Purdie1
2006-11-20another set of parse errors fixingMarcin Juszkiewicz1
2006-11-16perl: add support for x86_64 - close #1591Marcin Juszkiewicz1
2006-10-22perl: fix issues with debug packages, from PokyKoen Kooi1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
2006-10-03perl 5.8.7: Manually add some dependencies for the math-bigintJamie Lenehan1
2006-10-02perl 5.8.7: Use grep -I to ignore binary files instead of looking atJamie Lenehan1
2006-09-29perl: Don't try and patch up references to /usr/include in binary files, asJamie Lenehan1
2006-09-29perl: More shared library fixes for sh3/sh4, this time for the sharedJamie Lenehan1
2006-09-25perl 5.8.7: Fix the perl shared library generation for sh3/sh4Jamie Lenehan1
2006-08-11perl: Update for keeping the debug information in the correct packageJamie Lenehan1
2006-08-11perl: Add -dbg package and move debug info to it. Closes #1234 "perlJamie Lenehan1
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther1
2006-06-19perl 5.8.7: Add support for building on sh4 and sh3. Tested several sh4Jamie Lenehan1
2006-06-19perl 5.8.7: Allow perl to be built without the perl shared library. This isJamie Lenehan1
2006-05-31perl - Absolute includes fix.Raymond Danks1
2006-04-16perl: someone seems to have botched a merge, so I'm reapplying http://ewi546....Koen Kooi1
2006-04-14perl: make 5.8.7 compile for arm EABIKoen Kooi1