From: Stefano Babic Date: Fri, 13 Dec 2019 15:34:11 +0000 (+0100) Subject: cronie:fix SRC_URI path X-Git-Tag: uninative-2.8~849 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=06ce57157a43f5988e1a0c6bc147fec7b55e63ec;p=openembedded-core.git cronie:fix SRC_URI path Signed-off-by: Stefano Babic Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/cronie/cronie_1.5.5.bb b/meta/recipes-extended/cronie/cronie_1.5.5.bb index 82cd4285f6..0def4a187d 100644 --- a/meta/recipes-extended/cronie/cronie_1.5.5.bb +++ b/meta/recipes-extended/cronie/cronie_1.5.5.bb @@ -16,7 +16,7 @@ SECTION = "utils" UPSTREAM_CHECK_URI = "https://github.com/cronie-crond/${BPN}/releases/" -SRC_URI = "https://github.com/cronie-crond/cronie/releases/download/cronie-${PV}-final/cronie-${PV}.tar.gz \ +SRC_URI = "https://github.com/cronie-crond/cronie/releases/download/cronie-${PV}/cronie-${PV}.tar.gz \ file://crond.init \ file://crontab \ file://crond.service \