From 2d285473e9c4b0c57d92db1d2b863ee56b192712 Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Mon, 23 Nov 2009 00:16:10 +0100 Subject: binutils-nios2-2.15: Use GIT SRCREV. Use all OE patches that apply. Signed-off-by: Leon Woestenberg --- recipes/binutils/binutils_nios2-2.15.bb | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/recipes/binutils/binutils_nios2-2.15.bb b/recipes/binutils/binutils_nios2-2.15.bb index e7886cc424..0fdf0c6359 100644 --- a/recipes/binutils/binutils_nios2-2.15.bb +++ b/recipes/binutils/binutils_nios2-2.15.bb @@ -6,6 +6,9 @@ PR = "r5" inherit autotools gettext +# prepend this path for files in SRC_URI +FILESPATHPKG =. "binutils-2.15.94.0.1:" + PACKAGES = "${PN} ${PN}-dev ${PN}-doc ${PN}-symlinks" FILES_${PN} = " \ @@ -39,7 +42,23 @@ FILES_${PN}-symlinks = " \ #SRC_URI = "http://127.0.0.1/binutils-2.15+nios2.tbz" #S = "${WORKDIR}/binutils" -SRC_URI = "git://sopc.et.ntust.edu.tw/git/binutils.git;protocol=git;tag=49396897843c932623b775168c5e6e1f2a43c3c8" +SRCREV = "49396897843c932623b775168c5e6e1f2a43c3c8" + +#SRC_URI = "git://sopc.et.ntust.edu.tw/git/binutils.git;protocol=git" +SRC_URI = "git://sopc.et.ntust.edu.tw/git/binutils.git;protocol=http" + +SRC_URI += "\ + file://ld_makefile.patch;patch=1 \ + file://better_file_error.patch;patch=1 \ + file://signed_char_fix.patch;patch=1 \ + file://objdump_fix.patch;patch=1 \ + file://binutils-100_cflags_for_build.patch;patch=1 \ + file://binutils-2.15-allow-gcc-4.0.patch;patch=1" + +# file://binutils-2.15.91.0.1-uclibc-100-conf.patch;patch=1 \ +# file://binutils-2.15.90.0.3-uclibc-200-build_modules.patch;patch=1 \ + + S = "${WORKDIR}/git" B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" -- cgit 1.2.3-korg