summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2010-06-30 14:46:52 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-06-30 11:37:09 -0700
commit2bed076889d1b395d84085cc56941f2e2aa05826 (patch)
tree6797714d5c01131f7bd9d48241b436c2881d5033 /meta
parented252e7f8b558b2b7ea79a6b37b3273310cd154e (diff)
downloadpoky-2bed076889d1b395d84085cc56941f2e2aa05826.tar.gz
busybox: fix metadata
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/busybox/busybox.inc13
1 files changed, 4 insertions, 9 deletions
diff --git a/meta/packages/busybox/busybox.inc b/meta/packages/busybox/busybox.inc
index 93711cef00..9f450532da 100644
--- a/meta/packages/busybox/busybox.inc
+++ b/meta/packages/busybox/busybox.inc
@@ -1,13 +1,8 @@
1DESCRIPTION = "BusyBox combines tiny versions of many common UNIX utilities into a single \ 1DESCRIPTION = "BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for most of the utilities you usually find in GNU fileutils, shellutils, etc. The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. BusyBox provides a fairly complete POSIX environment for any small or embedded system."
2small executable. It provides minimalist replacements for most of the \
3utilities you usually find in GNU fileutils, shellutils, etc. The utilities \
4in BusyBox generally have fewer options than their full-featured GNU \
5cousins; however, the options that are included provide the expected \
6functionality and behave very much like their GNU counterparts. BusyBox \
7provides a fairly complete POSIX environment for any small or embedded \
8system."
9HOMEPAGE = "http://www.busybox.net" 2HOMEPAGE = "http://www.busybox.net"
10LICENSE = "GPL" 3BUGTRACKER = "https://bugs.busybox.net/"
4# bzip2 applet in busybox is based on lightly-modified bzip2 source
5LICENSE = "GPLv2+ & bzip2"
11SECTION = "base" 6SECTION = "base"
12PRIORITY = "required" 7PRIORITY = "required"
13 8