diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/parted/parted_1.8.8.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/parted/parted_1.8.8.bb b/packages/parted/parted_1.8.8.bb index 2d177d387a..d1b5cbe5b3 100644 --- a/packages/parted/parted_1.8.8.bb +++ b/packages/parted/parted_1.8.8.bb @@ -4,12 +4,14 @@ LICENSE = "GPLv3" SECTION = "console/tools" DEPENDS = "readline e2fsprogs-libs" +PR = "r1" + SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \ file://syscalls.h \ file://syscalls.patch;patch=1 \ " -EXTRA_OECONF = "--disable-Werror" +EXTRA_OECONF = "--disable-Werror ac_cv_func_calloc_0_nonnull=yes" inherit autotools pkgconfig |