aboutsummaryrefslogtreecommitdiffstats
path: root/packages/parted
diff options
context:
space:
mode:
authorKristoffer Ericson <kristoffer_e1@hotmail.com>2007-01-10 23:38:04 +0000
committerKristoffer Ericson <kristoffer_e1@hotmail.com>2007-01-10 23:38:04 +0000
commit61972c6400a974b619825fcd9127461c5fad7131 (patch)
tree9eeaf2999ac8f89e323821b220aa2b380088587d /packages/parted
parent96ba7b944ec4a839e31b62bd67c913bcc307424e (diff)
downloadopenembedded-61972c6400a974b619825fcd9127461c5fad7131.tar.gz
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.
Diffstat (limited to 'packages/parted')
-rw-r--r--packages/parted/parted_1.8.0.bb3
1 files changed, 2 insertions, 1 deletions
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"