aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/binutils/binutils_nios2-2.15.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/binutils/binutils_nios2-2.15.bb')
-rw-r--r--recipes/binutils/binutils_nios2-2.15.bb21
1 files changed, 20 insertions, 1 deletions
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}"