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