From: Otavio Salvador Date: Tue, 17 Feb 2009 14:10:22 +0000 (-0300) Subject: parted: drop configure_prepend since syscalls.h was remove X-Git-Tag: Release-2010-05/1~3975^2~16^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b3740d56dfddbfa7861a07fdfdc3d00f5af0637;p=openembedded.git parted: drop configure_prepend since syscalls.h was remove --- 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 }