[oe] [meta-oe][PATCH 11/24] iotop: add UPSTREAM_CHECK_URI

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


Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
---
 meta-oe/recipes-extended/iotop/iotop_0.6.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-extended/iotop/iotop_0.6.bb b/meta-oe/recipes-extended/iotop/iotop_0.6.bb
index 5dcae98..51ea32c 100644
--- a/meta-oe/recipes-extended/iotop/iotop_0.6.bb
+++ b/meta-oe/recipes-extended/iotop/iotop_0.6.bb
@@ -12,6 +12,9 @@ SRC_URI = "http://guichaz.free.fr/iotop/files/${BP}.tar.bz2"
 SRC_URI[md5sum] = "5ef9456b26d7694abf3101a72e1e0d1d"
 SRC_URI[sha256sum] = "3adea2a24eda49bbbaeb4e6ed2042355b441dbd7161e883067a02bfc8dcef75b"
 
+UPSTREAM_CHECK_URI = "http://repo.or.cz/iotop.git/tags"
+UPSTREAM_CHECK_REGEX = "iotop-(?P<pver>\d+(\.\d+)+)"
+
 inherit distutils
 
 do_install_append() {
-- 
2.7.4




More information about the Openembedded-devel mailing list