summaryrefslogtreecommitdiff
path: root/binutils/binutils_2.14.90.0.7.oe
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/binutils_2.14.90.0.7.oe')
-rw-r--r--binutils/binutils_2.14.90.0.7.oe4
1 files changed, 3 insertions, 1 deletions
diff --git a/binutils/binutils_2.14.90.0.7.oe b/binutils/binutils_2.14.90.0.7.oe
index 88ad697273..bbfca3a5f7 100644
--- a/binutils/binutils_2.14.90.0.7.oe
+++ b/binutils/binutils_2.14.90.0.7.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-uclibc-210-cflags.patch;patch=1 \
file://binutils-006_better_file_error.patch;patch=1 \
file://binutils-100_cflags_for_build.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}"