summaryrefslogtreecommitdiff
path: root/binutils/binutils_2.15.90.0.3.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-09-07 21:57:05 +0000
committerChris Larson <clarson@kergoth.com>2004-09-07 21:57:05 +0000
commit5494a0a2617852297420fc973128b7393b838572 (patch)
treecf6312e998fa818c44825f929110ca47b61f6edd /binutils/binutils_2.15.90.0.3.oe
parente7bbcc1f9c7c6da091cdeccf0e520fe9ab19b1af (diff)
Merge openembedded@openembedded.bkbits.net:packages
into handhelds.org:/home/kergoth/code/packages 2004/09/07 16:47:03-05:00 handhelds.org!kergoth Apply arm textrel patch to recent binutils, which fixes the ARM+uclibc ld.so problems. BKrev: 413e2eb1M0ZJxspK0n14XF2YOUG5jQ
Diffstat (limited to 'binutils/binutils_2.15.90.0.3.oe')
-rw-r--r--binutils/binutils_2.15.90.0.3.oe4
1 files changed, 3 insertions, 1 deletions
diff --git a/binutils/binutils_2.15.90.0.3.oe b/binutils/binutils_2.15.90.0.3.oe
index d75da80127..d99927c8a9 100644
--- a/binutils/binutils_2.15.90.0.3.oe
+++ b/binutils/binutils_2.15.90.0.3.oe
@@ -3,6 +3,7 @@ inherit autotools
DESCRIPTION = "A GNU collection of binary utilities"
LICENSE = "GPL"
MAINTAINER = "Gerald Britton <gbritton@doomcom.org>"
+PR = "r1"
PACKAGES = "${PN} ${PN}-dev ${PN}-doc ${PN}-symlinks"
@@ -41,7 +42,8 @@ SRC_URI = \
file://binutils-100_cflags_for_build.patch;patch=1 \
file://binutils-2.15.90.0.3-uclibc-100-conf.patch;patch=1 \
file://binutils-2.15.90.0.3-uclibc-200-build_modules.patch;patch=1 \
- file://plt32trunc.patch;patch=1"
+ file://plt32trunc.patch;patch=1 \
+ file://600-arm-textrel.patch;patch=1"
S = "${WORKDIR}/binutils-${PV}"
B = "${S}/build.${HOST_SYS}.${TARGET_SYS}"