summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/parted/parted_3.0.bb
blob: 2fba6d144634a619786fc1c99129ff6ec638ef33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "parted, the GNU partition resizing program"
HOMEPAGE = "http://www.gnu.org/software/parted/parted.html"
LICENSE = "GPLv3+"
LIC_FILES_CHKSUM = "file://COPYING;md5=2f31b266d3440dd7ee50f92cf67d8e6c"
SECTION = "console/tools"
DEPENDS = "readline e2fsprogs"
PR = "r0"

SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \
           file://no_check.patch \
           file://syscalls.patch "

SRC_URI[md5sum] = "a94e84a9b9944715c4453f82ccc639bf"
SRC_URI[sha256sum] = "8886eece015202f6bd5ce8414f4b68838452cef509f2e3389ad56128219837b7"

EXTRA_OECONF = "--disable-device-mapper"

inherit autotools pkgconfig gettext

BBCLASSEXTEND = "native"