diff options
author | Qing He <qing.he@intel.com> | 2010-11-26 16:58:00 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-12-01 20:47:04 -0800 |
commit | e90278a7b743c3bfd7c6647c1cd1e8a901255a29 (patch) | |
tree | edbe22f8844abe99846a13388a123e12d9db0ef7 /meta/recipes-extended | |
parent | f8fe6482a07585a46178a976aac4df5bb690211c (diff) | |
download | poky-e90278a7b743c3bfd7c6647c1cd1e8a901255a29.tar.gz |
parted: update license info
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/parted/parted_1.9.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/parted/parted_1.9.0.bb b/meta/recipes-extended/parted/parted_1.9.0.bb index f2a265187f..96253b2cf0 100644 --- a/meta/recipes-extended/parted/parted_1.9.0.bb +++ b/meta/recipes-extended/parted/parted_1.9.0.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | DESCRIPTION = "parted, the GNU partition resizing program" | 1 | DESCRIPTION = "parted, the GNU partition resizing program" |
2 | HOMEPAGE = "http://www.gnu.org/software/parted/parted.html" | 2 | HOMEPAGE = "http://www.gnu.org/software/parted/parted.html" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv3+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4c61b8950dc1aab4d2aa7c2ae6b1cfb3" | ||
4 | SECTION = "console/tools" | 5 | SECTION = "console/tools" |
5 | DEPENDS = "readline e2fsprogs" | 6 | DEPENDS = "readline e2fsprogs" |
6 | PR = "r3" | 7 | PR = "r3" |