aboutsummaryrefslogtreecommitdiffstats
path: root/packages/bitbake/bitbake_1.4.2.bb
blob: ac4a1ce122d1047f1f942e4382af509fffec352a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
require 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

require bitbake-package.inc

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

PR = "r1"