From 2bed076889d1b395d84085cc56941f2e2aa05826 Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Wed, 30 Jun 2010 14:46:52 +0800 Subject: busybox: fix metadata Signed-off-by: Kevin Tian --- meta/packages/busybox/busybox.inc | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'meta/packages/busybox') diff --git a/meta/packages/busybox/busybox.inc b/meta/packages/busybox/busybox.inc index 93711cef0..9f450532d 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" -- cgit v1.2.3