[oe-commits] Otavio Salvador : parted: drop configure_prepend since syscalls. h was remove

GIT User account git at amethyst.openembedded.net
Tue Feb 17 14:11:32 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1b3740d56dfddbfa7861a07fdfdc3d00f5af0637
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1b3740d56dfddbfa7861a07fdfdc3d00f5af0637

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Tue Feb 17 11:10:22 2009 -0300

parted: drop configure_prepend since syscalls.h was remove

---

 packages/parted/parted_1.8.8.bb |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/packages/parted/parted_1.8.8.bb b/packages/parted/parted_1.8.8.bb
index 46fa888..e93dbc8 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
 }





More information about the Openembedded-commits mailing list