diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /binutils/binutils_2.14.90.0.6.oe | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'binutils/binutils_2.14.90.0.6.oe')
-rw-r--r-- | binutils/binutils_2.14.90.0.6.oe | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/binutils/binutils_2.14.90.0.6.oe b/binutils/binutils_2.14.90.0.6.oe index 6cf67346d9..1df2146c62 100644 --- a/binutils/binutils_2.14.90.0.6.oe +++ b/binutils/binutils_2.14.90.0.6.oe @@ -9,8 +9,8 @@ TARGET_VENDOR := "" TARGET_SYS := "${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}" TARGET_PREFIX := "${TARGET_SYS}-" -DEPENDS := "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc \ - virtual/libc patcher" +DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc \ + virtual/libc patcher" PACKAGES = "${PN} ${PN}-dev ${PN}-doc ${PN}-symlinks" @@ -35,16 +35,16 @@ FILES_${PN}-symlinks = " \ ${bindir}/strings \ ${bindir}/strip" -SRC_URI := "http://ftp.kernel.org/pub/linux/devel/binutils/binutils-${PV}.tar.bz2 \ - file://${FILESDIR}/binutils-001_ld_makefile.patch;patch=1 \ - file://${FILESDIR}/binutils-006_better_file_error.patch;patch=1 \ - file://${FILESDIR}/binutils-009_signed_char_fix.patch;patch=1 \ - file://${FILESDIR}/binutils-012_check_ldrunpath_length.patch;patch=1 \ - file://${FILESDIR}/binutils-100_cflags_for_build.patch;patch=1 \ - file://${FILESDIR}/binutils-906-hjl_libtool_dso.patch;patch=1" +SRC_URI = "http://ftp.kernel.org/pub/linux/devel/binutils/binutils-${PV}.tar.bz2 \ + file://${FILESDIR}/binutils-001_ld_makefile.patch;patch=1 \ + file://${FILESDIR}/binutils-006_better_file_error.patch;patch=1 \ + file://${FILESDIR}/binutils-009_signed_char_fix.patch;patch=1 \ + file://${FILESDIR}/binutils-012_check_ldrunpath_length.patch;patch=1 \ + file://${FILESDIR}/binutils-100_cflags_for_build.patch;patch=1 \ + file://${FILESDIR}/binutils-906-hjl_libtool_dso.patch;patch=1" -S := "${WORKDIR}/binutils-${PV}" -B := "${S}/build.${HOST_SYS}.${TARGET_SYS}" +S = "${WORKDIR}/binutils-${PV}" +B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" EXTRA_OECONF = "--with-sysroot=${prefix}" |