diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2016-06-12 19:15:17 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-07-17 03:37:53 +1000 |
commit | deb6e31b0076632d4aa9377f121d9e47a5949d67 (patch) | |
tree | 7239c12babe08e86d7f85c673ac5ea17c6aa167a | |
parent | a7856bd055259cbc8988125a6b5e1bfbf4ecfcfc (diff) | |
download | meta-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.inc | 1 |
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 | ||
7 | S = "${WORKDIR}/${BPN}-${PV}" | 7 | S = "${WORKDIR}/${BPN}-${PV}" |
8 | 8 | ||
9 | SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz" | ||
9 | SRC_URI[md5sum] = "45b07b53d81832d32ccd4829465d4886" | 10 | SRC_URI[md5sum] = "45b07b53d81832d32ccd4829465d4886" |
10 | SRC_URI[sha256sum] = "eefadb9831e3695d1eaef34e98b8f1fb441df6fe5071317ea49c6bd6ba213eff" | 11 | SRC_URI[sha256sum] = "eefadb9831e3695d1eaef34e98b8f1fb441df6fe5071317ea49c6bd6ba213eff" |
11 | 12 | ||