[oe] [meta-oe][PATCH 16/24] makedumpfile: add UPSTREAM_CHECK_URI

Yi Zhao yi.zhao at windriver.com
Tue May 29 07:17:49 UTC 2018


Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
---
 meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.2.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.2.bb b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.2.bb
index d6f2d80..38f9d24 100644
--- a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.2.bb
+++ b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.2.bb
@@ -28,6 +28,9 @@ SRC_URI = "\
 SRC_URI[md5sum] = "72be5bf973eed898c5127e3abc466583"
 SRC_URI[sha256sum] = "ee3d21cb4032a60bd2c802d1d8b21b9f399710e1574f8de8ead5ab50cd821a6d"
 
+UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/makedumpfile/files/makedumpfile/"
+UPSTREAM_CHECK_REGEX = "makedumpfile/(?P<pver>\d+(\.\d+)+)/"
+
 SECTION = "base"
 
 # If we do not specify TARGET, makedumpfile will build for the host but use the
-- 
2.7.4




More information about the Openembedded-devel mailing list