aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox.inc
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-11-17 10:51:45 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-11-18 13:30:26 -0800
commitaaa29fff393dc7ed460713ef45b9654b1d2c623e (patch)
treedb575bfb3a35aa52e389bfe68ca7a4df3722d294 /meta/recipes-core/busybox/busybox.inc
parent07b8765e0d691e17fd3c5feb64259cee47b03a1a (diff)
downloadopenembedded-core-contrib-aaa29fff393dc7ed460713ef45b9654b1d2c623e.tar.gz
busybox: upgrade to version 1.17.3
from 1.16.2 update license info: add checksum and change gplv2+ to gplv2 Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-core/busybox/busybox.inc')
-rw-r--r--meta/recipes-core/busybox/busybox.inc9
1 files changed, 8 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc
index 24f9120a22..142c72f4e5 100644
--- a/meta/recipes-core/busybox/busybox.inc
+++ b/meta/recipes-core/busybox/busybox.inc
@@ -2,8 +2,12 @@ SUMMARY = "Tiny versions of many common UNIX utilities in a single small executa
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"
BUGTRACKER = "https://bugs.busybox.net/"
+
# bzip2 applet in busybox is based on lightly-modified bzip2 source
-LICENSE = "GPLv2+ & bzip2"
+# the GPL is version 2 only
+LICENSE = "GPLv2 & bzip2"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=de10de48642ab74318e893a61105afbb"
+
SECTION = "base"
PRIORITY = "required"
@@ -96,6 +100,9 @@ do_install () {
fi
install -m 0644 ${S}/busybox.links ${D}${sysconfdir}
+
+ # remove the temp dir to suppress warning, we are done with it
+ rm -rf ${D}/busybox
}
pkg_postinst_${PN} () {