[oe-commits] Leon Woestenberg : binutils-nios2-2.15: Use GIT SRCREV. Use all OE patches that apply.

git version control git at git.openembedded.org
Sun Nov 22 23:20:26 UTC 2009


Module: openembedded.git
Branch: likewise/nios2
Commit: ab9cbc95ef00b04e21cf72c1238e0de930a81098
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ab9cbc95ef00b04e21cf72c1238e0de930a81098

Author: Leon Woestenberg <leon at sidebranch.com>
Date:   Mon Nov 23 00:16:10 2009 +0100

binutils-nios2-2.15: Use GIT SRCREV. Use all OE patches that apply.

Signed-off-by: Leon Woestenberg <leon at sidebranch.com>

---

 recipes/binutils/binutils_nios2-2.15.bb |   21 ++++++++++++++++++++-
 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 e7886cc..0fdf0c6 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}"





More information about the Openembedded-commits mailing list