[oe-commits] org.oe.dev packages/parted/parted_1.8.0.bb: Addition of mem allocation patch

kristoffer commit openembedded-commits at lists.openembedded.org
Wed Jan 10 22:47:49 UTC 2007


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.

Author: kristoffer at openembedded.org
Branch: org.openembedded.dev
Revision: ab8f78229862d338d098dfcf3f16220f581fc88d
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ab8f78229862d338d098dfcf3f16220f581fc88d
Files:
1
packages/parted/parted_1.8.0.bb
Diffs:

#
# mt diff -rece70fc7a4ae5629717d10fd851fa3b219086494 -rab8f78229862d338d098dfcf3f16220f581fc88d
#
# 
# 
# patch "packages/parted/parted_1.8.0.bb"
#  from [896f73b9e4a2aaef2af4e2ce3de9ada7960e4e2c]
#    to [02861e9f7b662a601a0e16446d7e975a28746824]
# 
============================================================
--- packages/parted/parted_1.8.0.bb	896f73b9e4a2aaef2af4e2ce3de9ada7960e4e2c
+++ packages/parted/parted_1.8.0.bb	02861e9f7b662a601a0e16446d7e975a28746824
@@ -5,7 +5,8 @@ PR = "r0"
 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"






More information about the Openembedded-commits mailing list