diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-20 15:05:59 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-20 15:05:59 +0000 |
| commit | 67e6cc2f64f8682b766b586acc9b39ed9ea20633 (patch) | |
| tree | d63a8e4ab08ded71a14371c2527c54584efd1daa | |
| parent | 19e521b977fd3f5a70508447304049b7a60c2461 (diff) | |
| download | poky-67e6cc2f64f8682b766b586acc9b39ed9ea20633.tar.gz | |
binutils 2.17.50.0.5: fix parse error
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1526 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/packages/binutils/binutils_2.17.50.0.5.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/binutils/binutils_2.17.50.0.5.bb b/meta/packages/binutils/binutils_2.17.50.0.5.bb index 9931b3b6a1..aa3d15bd9f 100644 --- a/meta/packages/binutils/binutils_2.17.50.0.5.bb +++ b/meta/packages/binutils/binutils_2.17.50.0.5.bb | |||
| @@ -35,15 +35,15 @@ FILES_${PN}-symlinks = " \ | |||
| 35 | ${bindir}/strings \ | 35 | ${bindir}/strings \ |
| 36 | ${bindir}/strip" | 36 | ${bindir}/strip" |
| 37 | 37 | ||
| 38 | SRC_URI = \ | 38 | SRC_URI = "\ |
| 39 | "http://www.kernel.org/pub/linux/devel/binutils/binutils-${PV}.tar.bz2 \ | 39 | http://www.kernel.org/pub/linux/devel/binutils/binutils-${PV}.tar.bz2 \ |
| 40 | file://binutils-2.16.91.0.6-objcopy-rename-errorcode.patch;patch=1 \ | 40 | file://binutils-2.16.91.0.6-objcopy-rename-errorcode.patch;patch=1 \ |
| 41 | file://binutils-uclibc-100-uclibc-conf.patch;patch=1 \ | 41 | file://binutils-uclibc-100-uclibc-conf.patch;patch=1 \ |
| 42 | file://110-arm-eabi-conf.patch;patch=1 \ | 42 | file://110-arm-eabi-conf.patch;patch=1 \ |
| 43 | file://binutils-uclibc-300-001_ld_makefile_patch.patch;patch=1 \ | 43 | file://binutils-uclibc-300-001_ld_makefile_patch.patch;patch=1 \ |
| 44 | file://binutils-uclibc-300-006_better_file_error.patch;patch=1 \ | 44 | file://binutils-uclibc-300-006_better_file_error.patch;patch=1 \ |
| 45 | file://binutils-uclibc-300-012_check_ldrunpath_length.patch;patch=1 \ | 45 | file://binutils-uclibc-300-012_check_ldrunpath_length.patch;patch=1 \ |
| 46 | " | 46 | " |
| 47 | 47 | ||
| 48 | S = "${WORKDIR}/binutils-${PV}" | 48 | S = "${WORKDIR}/binutils-${PV}" |
| 49 | B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" | 49 | B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" |
