summaryrefslogtreecommitdiff
path: root/packages/bitbake/bitbake_1.6.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/bitbake/bitbake_1.6.0.bb')
-rw-r--r--packages/bitbake/bitbake_1.6.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/bitbake/bitbake_1.6.0.bb b/packages/bitbake/bitbake_1.6.0.bb
new file mode 100644
index 0000000000..ad4b4955f9
--- /dev/null
+++ b/packages/bitbake/bitbake_1.6.0.bb
@@ -0,0 +1,14 @@
+require bitbake.inc
+
+# 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"