aboutsummaryrefslogtreecommitdiffstats
path: root/packages/bitbake/bitbake_1.6.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/bitbake/bitbake_1.6.2.bb')
-rw-r--r--packages/bitbake/bitbake_1.6.2.bb11
1 files changed, 1 insertions, 10 deletions
diff --git a/packages/bitbake/bitbake_1.6.2.bb b/packages/bitbake/bitbake_1.6.2.bb
index f0fdfb9e76..6a6fffcfef 100644
--- a/packages/bitbake/bitbake_1.6.2.bb
+++ b/packages/bitbake/bitbake_1.6.2.bb
@@ -1,16 +1,7 @@
require bitbake.inc
-PR = "r0"
-
-# We don't need a toolchain...
-INHIBIT_DEFAULT_DEPS = "1"
+PR = "r1"
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"