From: Kristoffer Ericson Date: Wed, 10 Jan 2007 23:38:04 +0000 (+0000) Subject: packages/parted/parted_1.8.0.bb: Addition of mem allocation patch X-Git-Tag: Release-2010-05/1~9400^2~1^2~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61972c6400a974b619825fcd9127461c5fad7131;p=openembedded.git 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. --- 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"