add homepage and bugtracker
update license to clarify the transition of GPLv3+
Signed-off-by: Qing He <qing.he@intel.com>
DESCRIPTION = "find, locate, and xargs binaries."
+HOMEPAGE = "http://www.gnu.org/software/findutils/"
+BUGTRACKER = "http://savannah.gnu.org/bugs/?group=findutils"
SECTION = "console/utils"
-LICENSE = "GPL"
+
+# GPLv2+ (<< 4.2.32), GPLv3+ (>= 4.2.32)
+LICENSE = "GPLv3+"
SRC_URI = "${GNU_MIRROR}/findutils/findutils-${PV}.tar.gz \
file://mkdir.patch;patch=1"
require findutils.inc
+LICENSE = "GPLv2+"
PR = "r2"
do_install_append () {
for i in find xargs; do update-alternatives --remove $i $i.${PN}; done
}
-BBCLASSEXTEND = "native"
\ No newline at end of file
+BBCLASSEXTEND = "native"