aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/diffutils
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-11-26 16:19:07 +0800
committerSaul Wold <sgw@linux.intel.com>2010-12-01 20:47:03 -0800
commit11566ac453abf76fdfcf668bf138e55374a01aa1 (patch)
tree781c520ca0ef067ba7e779aff7812c8967f93270 /meta/recipes-extended/diffutils
parent97951e97517e446f71734e1fe24228e4bfb6d65b (diff)
downloadopenembedded-core-11566ac453abf76fdfcf668bf138e55374a01aa1.tar.gz
diffutils: update license
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-extended/diffutils')
-rw-r--r--meta/recipes-extended/diffutils/diffutils_2.8.1.bb6
1 files changed, 4 insertions, 2 deletions
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"