diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-17 13:06:03 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-17 13:06:03 +0200 |
commit | d67f86a2f06f6c63094fae8b24fa3bf27cda1e93 (patch) | |
tree | 8d7ab734f77b802a1e4bd13dfae4eb522178c028 /recipes/binutils/binutils_2.18.bb | |
parent | df32848d8e59cfcda5b12d7949236384a74545db (diff) | |
parent | 2935e29e404fd79c326f2095715fa24184c35a43 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/binutils/binutils_2.18.bb')
-rw-r--r-- | recipes/binutils/binutils_2.18.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/binutils/binutils_2.18.bb b/recipes/binutils/binutils_2.18.bb index 87214644db..159d97f981 100644 --- a/recipes/binutils/binutils_2.18.bb +++ b/recipes/binutils/binutils_2.18.bb @@ -1,4 +1,4 @@ -INC_PR = "r6" +INC_PR = "r7" PR = "${INC_PR}.1" require binutils.inc @@ -15,6 +15,7 @@ SRC_URI = "\ file://binutils-uclibc-300-012_check_ldrunpath_length.patch;patch=1 \ file://binutils-uclibc-gas-needs-libm.patch;patch=1 \ file://binutils-x86_64_i386_biarch.patch;patch=1 \ + file://binutils-section-in-segment.patch;patch=1;pnum=0 \ " # powerpc patches |