aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zope
AgeCommit message (Collapse)Author
2011-01-25python-zopeinterface-3.5.1: fix packagingAndreas Oberritter
* Inherit setuptools instead of distutils. Install paths with distutils (built on x86_64 for mipsel): usr/lib/python2.6/site-packages/zope.interface-3.5.1-py2.6-linux-x86_64.egg/zope/interface/*.py Install paths with setuptools: usr/lib/python2.6/site-packages/zope/interface/*.py * Package tests into ${PN}-tests. * Package .c files into ${PN}-dev. * Package .txt files into ${PN}-doc. * oe-stylized. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> CC: Michael 'Mickey' Lauer <mlauer@vanille-media.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
* there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-25use PYTHON_SITEPACKAGES_DIRRoman I Khimov
Converted most of python site-packages references to PYTHON_SITEPACKAGES_DIR. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-01-28python-zopeinterface: add RPROVIDES for zope-interfaces (zope recipes have ↵Martin Jansa
it in RRECOMMENDS) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-04-13python-zopeinterface: fixed buildingFrans Meulenbroeks
2009-04-05checksums: add checksums for zope interfaceFrans Meulenbroeks
2009-03-28zope-3.3.1.inc: -> zope.incMichael 'Mickey' Lauer
2009-03-27zope-interfaces: new recipe; standalone Zope interfaces for extension productsMichael 'Mickey' Lauer
adjust main zope recipe accordingly
2009-03-24distutils-base.bbclass: Move common functionality to ↵Khem Raj
distutils-common-base.bbclass Create a new class distutils-common-base.bbclass which holds the common parts that can be used in native and target packages which need to use distutils funtionality. rpm, libxml2, zope are currently using them and needed to use distutils-native-base for native recipes. rpm and libxml need to defer the processing of certain configure parameters which we evaluate using python. So we need to have python-native built before we can process them. Hence we can not use EXTRA_OECONF which is a python variable and gets expanded during parsing recipes and ofcourse we have not yet built python-native. We pass these extra options as a separate shell variable to do_configure which we evaluate when that task is executing.
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>