diff options
author | Philippe De Swert <philippedeswert@scarlet.be> | 2007-05-12 15:43:35 +0000 |
---|---|---|
committer | Philippe De Swert <philippedeswert@scarlet.be> | 2007-05-12 15:43:35 +0000 |
commit | bab0dba9e4b7db121bc8173c0d3fda642f6a91a3 (patch) | |
tree | 7bd0f7a70d6592255b846f34e16c667acaa948c4 /packages | |
parent | 4e29ae86fb30002a2b4e0893d29c26221a3328f1 (diff) | |
parent | 254997957ebd4c77f0a489e4259d5b13272dc18a (diff) |
merge of 'a9b0b2d052fa806e034121432dba032618a0ec99'
and 'e64a1bc4dc5a7ca1cc40979ed865f63b35041688'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/bitbake/bitbake.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/bitbake/bitbake.inc b/packages/bitbake/bitbake.inc index 2c5f523d4f..4669006979 100644 --- a/packages/bitbake/bitbake.inc +++ b/packages/bitbake/bitbake.inc @@ -1,10 +1,10 @@ DESCRIPTION = "BitBake is a simple tool for the execution of tasks. It is \ derived from Portage, which is the package management system used by the \ Gentoo Linux distribution. It is most commonly used to build packages, as it \ -can easily use its rudamentary inheritence to abstract common operations, such \ +can easily use its rudimentary inheritence to abstract common operations, such \ as fetching sources, unpacking them, patching them, compiling them, and so on. \ It is the basis of the OpenEmbedded project, which is being used for \ -OpenZaurus, Familiar, and a number of other Linux distributions." +Angstrom and a number of other embedded Linux distributions." HOMEPAGE = "http://developer.berlios.de/projects/bitbake/" LICENSE = "GPL MIT" SECTION = "devel" |