aboutsummaryrefslogtreecommitdiffstats
path: root/packages/bitbake/bitbake_1.0.bb
blob: 9f8f0543556b0e6f8907927a232993920318c8e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
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