sg3-utils: add newer buildable version
[openembedded.git] / recipes / parted / parted_3.0.bb
1 DESCRIPTION = "parted, the GNU partition resizing program"
2 HOMEPAGE = "http://www.gnu.org/software/parted/parted.html"
3 LICENSE = "GPLv3+"
4 LIC_FILES_CHKSUM = "file://COPYING;md5=2f31b266d3440dd7ee50f92cf67d8e6c"
5 SECTION = "console/tools"
6 DEPENDS = "readline e2fsprogs"
7 PR = "r0"
8
9 SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \
10            file://no_check.patch;patch=1 \
11            file://syscalls.patch;patch=1 "
12
13 SRC_URI[md5sum] = "a94e84a9b9944715c4453f82ccc639bf"
14 SRC_URI[sha256sum] = "8886eece015202f6bd5ce8414f4b68838452cef509f2e3389ad56128219837b7"
15
16 EXTRA_OECONF = "--disable-Werror --disable-device-mapper"
17
18 inherit autotools pkgconfig gettext
19
20 BBCLASSEXTEND = "native"