aboutsummaryrefslogtreecommitdiffstats
path: root/packages/bitbake/bitbake_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/bitbake/bitbake_1.0.bb')
-rw-r--r--packages/bitbake/bitbake_1.0.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/bitbake/bitbake_1.0.bb b/packages/bitbake/bitbake_1.0.bb
index e69de29bb2..9f8f054355 100644
--- a/packages/bitbake/bitbake_1.0.bb
+++ b/packages/bitbake/bitbake_1.0.bb
@@ -0,0 +1,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