aboutsummaryrefslogtreecommitdiffstats
path: root/packages/bitbake/bitbake_1.4.2.bb
blob: 0727eafd41cdfb54b7e8df66cee0b45e07cc31aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include bitbake.inc

# We don't need a toolchain...
INHIBIT_DEFAULT_DEPS = "1"

SRC_URI = "svn://svn.berlios.de/bitbake/tags;module=bitbake-${PV}"
S = "${WORKDIR}/bitbake-${PV}"

inherit distutils

include bitbake-package.inc

RDEPENDS += "python-shell python-lang python-textutils  python-pickle"

PR = "r1"