aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/parted/parted_1.8.8.bb
blob: 4ab4aa62f9cb73f450aae3f07e9a326191978ebd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "parted, the GNU partition resizing program"
HOMEPAGE = "http://www.gnu.org/software/parted/parted.html"
LICENSE = "GPLv3"
SECTION = "console/tools"
DEPENDS = "readline util-linux-ng"
PR = "r3"

SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \
	   file://use_llseek_syscall.patch;patch=1 \
	   file://parted-1.8.x.patch;patch=1 \
"
           
EXTRA_OECONF = "--disable-Werror ac_cv_func_calloc_0_nonnull=yes"

inherit autotools pkgconfig

do_stage() {
	autotools_stage_all
}