blob: 4289c49a0455fe8bc5f234b77f2aa95371e9b021 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
require bitbake.inc
PR = "r1"
# 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"
|