From: Qing He Date: Fri, 26 Nov 2010 08:19:07 +0000 (+0800) Subject: diffutils: update license X-Git-Tag: 2011-1~3781 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=11566ac453abf76fdfcf668bf138e55374a01aa1;p=openembedded-core.git diffutils: update license Signed-off-by: Qing He --- diff --git a/meta/recipes-extended/diffutils/diffutils_2.8.1.bb b/meta/recipes-extended/diffutils/diffutils_2.8.1.bb index 2b94cc7992..09df13bb14 100644 --- a/meta/recipes-extended/diffutils/diffutils_2.8.1.bb +++ b/meta/recipes-extended/diffutils/diffutils_2.8.1.bb @@ -1,8 +1,10 @@ -SECTION = "base" -LICENSE = "GPL" DESCRIPTION = "Diffutils contains the GNU diff, diff3, \ sdiff, and cmp utilities. These programs are usually \ used for creating patch files." +SECTION = "base" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + PR = "r4" SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.gz"