packages/parted/parted_1.8.0.bb: Addition of mem allocation patch
authorKristoffer Ericson <kristoffer_e1@hotmail.com>
Wed, 10 Jan 2007 23:38:04 +0000 (23:38 +0000)
committerKristoffer Ericson <kristoffer_e1@hotmail.com>
Wed, 10 Jan 2007 23:38:04 +0000 (23:38 +0000)
* 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

index 8681055..bff27a6 100644 (file)
@@ -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"