diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-19 15:55:55 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-19 15:55:55 +0100 |
| commit | b15cfd5cbfa796f26e8e7ec6216cbba449aa1885 (patch) | |
| tree | db0d05d2dc69dc45039e065299caba977c5ec9fe /meta/packages/glibc/ldconfig-native_2.5.bb | |
| parent | a811131e69de69b2bd57cf1f637b28b507ef1e2a (diff) | |
| download | poky-b15cfd5cbfa796f26e8e7ec6216cbba449aa1885.tar.gz | |
ldconfig-native: Make it work for 32 bit targets from 64 bit build machines
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/glibc/ldconfig-native_2.5.bb')
| -rw-r--r-- | meta/packages/glibc/ldconfig-native_2.5.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/packages/glibc/ldconfig-native_2.5.bb b/meta/packages/glibc/ldconfig-native_2.5.bb index 1cd691e7bf..bdd41dc55f 100644 --- a/meta/packages/glibc/ldconfig-native_2.5.bb +++ b/meta/packages/glibc/ldconfig-native_2.5.bb | |||
| @@ -1,7 +1,10 @@ | |||
| 1 | DESCRIPTION = "A standalone native ldconfig build" | 1 | DESCRIPTION = "A standalone native ldconfig build" |
| 2 | 2 | ||
| 3 | SRC_URI = "file://ldconfig-native-2.5.tar.bz2 \ | 3 | SRC_URI = "file://ldconfig-native-2.5.tar.bz2 \ |
| 4 | file://ldconfig.patch;patch=1 " | 4 | file://ldconfig.patch;patch=1 \ |
| 5 | file://32and64bit.patch;patch=1" | ||
| 6 | |||
| 7 | PR = "r1" | ||
| 5 | 8 | ||
| 6 | inherit native | 9 | inherit native |
| 7 | 10 | ||
