libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / bitbake / bitbake.inc
blob46690069790e13b366a562b99081d9a43ad6fbca
1 DESCRIPTION = "BitBake is a simple tool for the execution of tasks. It is \
2 derived from Portage, which is the package management system used by the \
3 Gentoo Linux distribution. It is most commonly used to build packages, as it \
4 can easily use its rudimentary inheritence to abstract common operations, such \
5 as fetching sources, unpacking them, patching them, compiling them, and so on. \
6 It is the basis of the OpenEmbedded project, which is being used for \
7 Angstrom and a number of other embedded Linux distributions."
8 HOMEPAGE = "http://developer.berlios.de/projects/bitbake/"
9 LICENSE = "GPL MIT"
10 SECTION = "devel"
11 SUMMARY = "BitBake build tool"
12 RDEPENDS += "python-shell python-lang python-textutils python-pickle python-crypt python-netclient"
14 # crypt for md5
15 # netclient for tinderclient.bbclass
17 # We don't need a toolchain...
18 INHIBIT_DEFAULT_DEPS = "1"
20 inherit distutils
22 FILES_${PN} += "${datadir}/bitbake"