diff options
author | Qing He <qing.he@intel.com> | 2010-11-26 16:19:07 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-12-01 20:47:03 -0800 |
commit | 11566ac453abf76fdfcf668bf138e55374a01aa1 (patch) | |
tree | 781c520ca0ef067ba7e779aff7812c8967f93270 /meta/recipes-extended/diffutils | |
parent | 97951e97517e446f71734e1fe24228e4bfb6d65b (diff) | |
download | openembedded-core-11566ac453abf76fdfcf668bf138e55374a01aa1.tar.gz openembedded-core-11566ac453abf76fdfcf668bf138e55374a01aa1.tar.bz2 openembedded-core-11566ac453abf76fdfcf668bf138e55374a01aa1.zip |
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.bb | 6 |
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" |