diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-08-13 17:08:19 -0700 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-08-13 17:19:16 -0700 |
commit | bfaeda03beeaae3ba265632f0bcfa3354e55766a (patch) | |
tree | c28f242e630250bee7ffc867546cc1e2a304b3dd /meta/packages/binutils/binutils_2.20.1.bb | |
parent | 8c498e5338cfcbf97a4b6a0064e45ed2b755b25d (diff) | |
download | openembedded-core-bfaeda03beeaae3ba265632f0bcfa3354e55766a.tar.gz openembedded-core-bfaeda03beeaae3ba265632f0bcfa3354e55766a.tar.bz2 openembedded-core-bfaeda03beeaae3ba265632f0bcfa3354e55766a.zip |
binutils: fix the installed location of libiberty.a file
This fixes:
[BUGID #209]
the libiberty was getting installed in usr/lib/lib64 path which was
leaving prelink-native recipe wondering where to get libiberty.
Fix the path and prelink-native recipe is building fine now.
Patch added:
libiberty_path_fix.patch
Diffstat (limited to 'meta/packages/binutils/binutils_2.20.1.bb')
-rw-r--r-- | meta/packages/binutils/binutils_2.20.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/binutils/binutils_2.20.1.bb b/meta/packages/binutils/binutils_2.20.1.bb index 88a3dec280..d5cd985cca 100644 --- a/meta/packages/binutils/binutils_2.20.1.bb +++ b/meta/packages/binutils/binutils_2.20.1.bb @@ -1,6 +1,6 @@ require binutils.inc -PR = "r1" +PR = "r2" LIC_FILES_CHKSUM="\ file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\ @@ -26,6 +26,7 @@ SRC_URI = "\ file://binutils-x86_64_i386_biarch.patch \ file://binutils-mips-pie.patch \ file://binutils-libtool.patch \ + file://libiberty_path_fix.patch \ " # powerpc patches |