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, 0 insertions, 11 deletions
diff --git a/packages/bitbake/bitbake_1.0.bb b/packages/bitbake/bitbake_1.0.bb
deleted file mode 100644
index 9f8f054355..0000000000
--- a/packages/bitbake/bitbake_1.0.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-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