diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2007-01-10 23:38:04 +0000 |
---|---|---|
committer | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2007-01-10 23:38:04 +0000 |
commit | 61972c6400a974b619825fcd9127461c5fad7131 (patch) | |
tree | 9eeaf2999ac8f89e323821b220aa2b380088587d /packages | |
parent | 96ba7b944ec4a839e31b62bd67c913bcc307424e (diff) |
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')
-rw-r--r-- | packages/parted/parted_1.8.0.bb | 3 |
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" |