From deb6e31b0076632d4aa9377f121d9e47a5949d67 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Sun, 12 Jun 2016 19:15:17 +1000 Subject: 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 --- recipes-microblaze/gdb/gdb-7.7.1.inc | 1 + 1 file changed, 1 insertion(+) 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 \ S = "${WORKDIR}/${BPN}-${PV}" +SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz" SRC_URI[md5sum] = "45b07b53d81832d32ccd4829465d4886" SRC_URI[sha256sum] = "eefadb9831e3695d1eaef34e98b8f1fb441df6fe5071317ea49c6bd6ba213eff" -- cgit v1.2.3-54-g00ecf