diff options
-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" |