From 0b5ea8bb1b8ba710b3f10e0abc577a02d8ce6f30 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Fri, 16 Oct 2020 12:03:17 +0800 Subject: jhi: check for upstream commits The project doesn't tag releases and pushes everything as one commit whenever there's a new version. So follow the commits - whenever there's one available, we should upgrade. Signed-off-by: Anuj Mittal --- recipes-support/jhi/jhi_1.38.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-support/jhi/jhi_1.38.bb b/recipes-support/jhi/jhi_1.38.bb index e894974d..1db63153 100644 --- a/recipes-support/jhi/jhi_1.38.bb +++ b/recipes-support/jhi/jhi_1.38.bb @@ -68,3 +68,5 @@ FILES_${PN}-test = "\ ${bindir} \ ${libdir}/dal/applets \ " + +UPSTREAM_CHECK_COMMITS = "1" -- cgit v1.2.3-54-g00ecf