libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / parted / parted_1.8.8.bb
blob2890e2391562eee98a6830dc3a77ca0511eb2b69
1 DESCRIPTION = "parted, the GNU partition resizing program"
2 HOMEPAGE = "http://www.gnu.org/software/parted/parted.html"
3 LICENSE = "GPLv3"
4 SECTION = "console/tools"
5 DEPENDS = "readline util-linux-ng"
6 PR = "r3"
8 SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \
9 file://use_llseek_syscall.patch;patch=1 \
10 file://parted-1.8.x.patch;patch=1 \
13 EXTRA_OECONF = "--disable-Werror ac_cv_func_calloc_0_nonnull=yes"
15 inherit autotools pkgconfig
17 do_stage() {
18 autotools_stage_all
21 SRC_URI[md5sum] = "0d494591731082ec57cc18627728124a"
22 SRC_URI[sha256sum] = "db59b77b7ef46f00d83eddedde8a4126bffa6bff5fa94a335dd5d30bf72d4286"