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/diffutils_2.8.1.bb | |
parent | 97951e97517e446f71734e1fe24228e4bfb6d65b (diff) | |
download | poky-11566ac453abf76fdfcf668bf138e55374a01aa1.tar.gz |
diffutils: update license
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-extended/diffutils/diffutils_2.8.1.bb')
-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 @@ | |||
1 | SECTION = "base" | ||
2 | LICENSE = "GPL" | ||
3 | DESCRIPTION = "Diffutils contains the GNU diff, diff3, \ | 1 | DESCRIPTION = "Diffutils contains the GNU diff, diff3, \ |
4 | sdiff, and cmp utilities. These programs are usually \ | 2 | sdiff, and cmp utilities. These programs are usually \ |
5 | used for creating patch files." | 3 | used for creating patch files." |
4 | SECTION = "base" | ||
5 | LICENSE = "GPLv2+" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
7 | |||
6 | PR = "r4" | 8 | PR = "r4" |
7 | 9 | ||
8 | SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.gz" | 10 | SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.gz" |