diff options
Diffstat (limited to 'recipes/parted/parted_1.8.8.bb')
-rw-r--r-- | recipes/parted/parted_1.8.8.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/parted/parted_1.8.8.bb b/recipes/parted/parted_1.8.8.bb new file mode 100644 index 0000000000..e93dbc8dfc --- /dev/null +++ b/recipes/parted/parted_1.8.8.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "parted, the GNU partition resizing program" +HOMEPAGE = "http://www.gnu.org/software/parted/parted.html" +LICENSE = "GPLv3" +SECTION = "console/tools" +DEPENDS = "readline e2fsprogs-libs" + +PR = "r2" + +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 +} |