summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2016-06-12 19:15:17 +1000
committerNathan Rossi <nathan@nathanrossi.com>2016-07-17 03:37:53 +1000
commitdeb6e31b0076632d4aa9377f121d9e47a5949d67 (patch)
tree7239c12babe08e86d7f85c673ac5ea17c6aa167a
parenta7856bd055259cbc8988125a6b5e1bfbf4ecfcfc (diff)
downloadmeta-xilinx-deb6e31b0076632d4aa9377f121d9e47a5949d67.tar.gz
gdb-7.7.1.inc: Setup the SRC_URI to point to a specific tarball
This forces the recipe to use only the source from the target tarball, avoiding any of the patches or sources provided by the meta/ layer includes. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r--recipes-microblaze/gdb/gdb-7.7.1.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-microblaze/gdb/gdb-7.7.1.inc b/recipes-microblaze/gdb/gdb-7.7.1.inc
index 04488e9e..396f0fc1 100644
--- a/recipes-microblaze/gdb/gdb-7.7.1.inc
+++ b/recipes-microblaze/gdb/gdb-7.7.1.inc
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
6 6
7S = "${WORKDIR}/${BPN}-${PV}" 7S = "${WORKDIR}/${BPN}-${PV}"
8 8
9SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz"
9SRC_URI[md5sum] = "45b07b53d81832d32ccd4829465d4886" 10SRC_URI[md5sum] = "45b07b53d81832d32ccd4829465d4886"
10SRC_URI[sha256sum] = "eefadb9831e3695d1eaef34e98b8f1fb441df6fe5071317ea49c6bd6ba213eff" 11SRC_URI[sha256sum] = "eefadb9831e3695d1eaef34e98b8f1fb441df6fe5071317ea49c6bd6ba213eff"
11 12