From 61972c6400a974b619825fcd9127461c5fad7131 Mon Sep 17 00:00:00 2001 From: Kristoffer Ericson Date: Wed, 10 Jan 2007 23:38:04 +0000 Subject: packages/parted/parted_1.8.0.bb: Addition of mem allocation patch * Currently parted 1.8.0 doesnt work on ARM devices when using glibc 2.5. This patch although it didnt solve the issue is an update from their maintainer. --- packages/parted/parted_1.8.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/parted') diff --git a/packages/parted/parted_1.8.0.bb b/packages/parted/parted_1.8.0.bb index 8681055855..bff27a62e8 100644 --- a/packages/parted/parted_1.8.0.bb +++ b/packages/parted/parted_1.8.0.bb @@ -5,7 +5,8 @@ SECTION = "console/tools" DEPENDS = "readline e2fsprogs-libs" PR = "r0" -SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz" +SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \ + file://memory_allocation.patch;patch=0" EXTRA_OECONF = "--disable-Werror" #export CFLAGS = "-mstructure-size-boundary=8" -- cgit v1.2.3