summaryrefslogtreecommitdiff
path: root/packages/parted/parted_1.8.8.bb
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2009-02-20 12:05:35 -0500
committerCliff Brake <cbrake@bec-systems.com>2009-02-20 12:05:35 -0500
commitab066eb3b73656186a445667aa4f8c46b48644b3 (patch)
treed3b964b9c48ef1a6fce2d48534d1a8367df40768 /packages/parted/parted_1.8.8.bb
parentd512927cbf42dc9a3302ecac790a18d397ea012f (diff)
parentb8215aff2a8d11d99368d7794785b08a6fc0ed4c (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/parted/parted_1.8.8.bb')
-rw-r--r--packages/parted/parted_1.8.8.bb6
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/parted/parted_1.8.8.bb b/packages/parted/parted_1.8.8.bb
index 4eb8aa5ca2..e93dbc8dfc 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 \
"
@@ -17,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
}