blob: f0fdfb9e766562f26e67088fb03aa434bf91973c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
require bitbake.inc
PR = "r0"
# We don't need a toolchain...
INHIBIT_DEFAULT_DEPS = "1"
SRC_URI = "http://download.berlios.de/bitbake/bitbake-${PV}.tar.gz"
S = "${WORKDIR}/bitbake-${PV}"
inherit distutils
require bitbake-package.inc
RDEPENDS += "python-shell python-lang python-textutils python-pickle"
|