aboutsummaryrefslogtreecommitdiffstats
path: root/packages/bitbake/bitbake.inc
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-12-17 16:44:50 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-12-17 16:44:50 +0000
commite4db4e90a0f753fb7345b88e5d2a42ea65f6e1b8 (patch)
treedac35432a37ad30ba704753ef54d393be02d2dc5 /packages/bitbake/bitbake.inc
parentedbc711c3614501aa4a1953eb1d2d6eb299088fc (diff)
downloadopenembedded-e4db4e90a0f753fb7345b88e5d2a42ea65f6e1b8.tar.gz
bitbake: unified, added rdependency on python-crypt (md5) and python-netclient (tinderclient.bbclass)
Diffstat (limited to 'packages/bitbake/bitbake.inc')
-rw-r--r--packages/bitbake/bitbake.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/bitbake/bitbake.inc b/packages/bitbake/bitbake.inc
index 1c5c7ad2a6..2c5f523d4f 100644
--- a/packages/bitbake/bitbake.inc
+++ b/packages/bitbake/bitbake.inc
@@ -9,3 +9,14 @@ HOMEPAGE = "http://developer.berlios.de/projects/bitbake/"
LICENSE = "GPL MIT"
SECTION = "devel"
SUMMARY = "BitBake build tool"
+RDEPENDS += "python-shell python-lang python-textutils python-pickle python-crypt python-netclient"
+
+# crypt for md5
+# netclient for tinderclient.bbclass
+
+# We don't need a toolchain...
+INHIBIT_DEFAULT_DEPS = "1"
+
+inherit distutils
+
+FILES_${PN} += "${datadir}/bitbake"