1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

findutils: fix metadata

add homepage and bugtracker
update license to clarify the transition of GPLv3+

Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
Qing He
2010-07-01 16:47:53 +08:00
committed by Saul Wold
parent 2cfe0ca27f
commit 64e5dd1aac
2 changed files with 7 additions and 2 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
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"
+2 -1
View File
@@ -1,5 +1,6 @@
require findutils.inc
LICENSE = "GPLv2+"
PR = "r2"
do_install_append () {
@@ -17,4 +18,4 @@ pkg_prerm_${PN} () {
for i in find xargs; do update-alternatives --remove $i $i.${PN}; done
}
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native"