From 032a59f97462058ffc02923abff17bd8d9f9f40e Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 17 Feb 2009 10:51:29 -0300 Subject: parted: drop syscalls patches sinse we device _llseek now --- packages/parted/parted_1.8.8.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'packages/parted') diff --git a/packages/parted/parted_1.8.8.bb b/packages/parted/parted_1.8.8.bb index 4eb8aa5ca2..46fa888b88 100644 --- a/packages/parted/parted_1.8.8.bb +++ b/packages/parted/parted_1.8.8.bb @@ -7,8 +7,6 @@ DEPENDS = "readline e2fsprogs-libs" PR = "r2" SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \ - file://syscalls.h \ - file://syscalls.patch;patch=1 \ file://use_llseek_syscall.patch;patch=1 \ file://parted-1.8.x.patch;patch=1 \ " -- cgit v1.2.3 From 1b3740d56dfddbfa7861a07fdfdc3d00f5af0637 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 17 Feb 2009 11:10:22 -0300 Subject: parted: drop configure_prepend since syscalls.h was remove --- packages/parted/parted_1.8.8.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'packages/parted') diff --git a/packages/parted/parted_1.8.8.bb b/packages/parted/parted_1.8.8.bb index 46fa888b88..e93dbc8dfc 100644 --- a/packages/parted/parted_1.8.8.bb +++ b/packages/parted/parted_1.8.8.bb @@ -15,10 +15,6 @@ EXTRA_OECONF = "--disable-Werror ac_cv_func_calloc_0_nonnull=yes" inherit autotools pkgconfig -do_configure_prepend() { - cp ${WORKDIR}/syscalls.h ${S}/libparted/arch/ -} - do_stage() { autotools_stage_all } -- cgit v1.2.3