summaryrefslogtreecommitdiffstats
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
parented252e7f8b558b2b7ea79a6b37b3273310cd154e (diff)
downloadopenembedded-core-contrib-2bed076889d1b395d84085cc56941f2e2aa05826.tar.gz
busybox: fix metadata
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
-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 @@
-DESCRIPTION = "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."
+DESCRIPTION = "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."
HOMEPAGE = "http://www.busybox.net"
-LICENSE = "GPL"
+BUGTRACKER = "https://bugs.busybox.net/"
+# bzip2 applet in busybox is based on lightly-modified bzip2 source
+LICENSE = "GPLv2+ & bzip2"
SECTION = "base"
PRIORITY = "required"