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