summaryrefslogtreecommitdiff
path: root/recipes/python/python-scons_1.2.0.bb
blob: dc5b40243e9f4a7fe9a7e0200f2db6db7010219f (plain)
1
2
3
4
5
6
7
8
9
10
DESCRIPTION = "A Software Construction Tool"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "GPL"
SRCNAME = "scons"

SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils
ct'>[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1 Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org> 2007-12-30gpe-nmf: Fix SECTION to "gpe/multimedia".Paul Sokolovsky1 2007-03-15gpe-nmf: unifyRolf Leggewie1