summaryrefslogtreecommitdiff
path: root/recipes/python/python-configobj_4.5.3.bb
blob: 89ea344bae88f8b629264d9fec6b60bd8ec5c184 (plain)
1
2
3
4
5
6
7
8
9
10
DESCRIPTION = "ConfigObj is a simple but powerful config file reader and writer"
LICENSE = "BSD"

SRC_URI = "http://pypi.python.org/packages/source/C/ConfigObj/configobj-${PV}.tar.gz"

inherit distutils

S = "${WORKDIR}/configobj-${PV}"


span>recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa1 * 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 Jansa1 * 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> 2009-11-18pydes: new recipe from SHRMartin Jansa1