From: Peter Marko <[email protected]> Since mainline version has been deleted, devtool tries to upgrade stable recipe to mainline version. Prevent it by telling it that even version needs to be used.
Signed-off-by: Peter Marko <[email protected]> --- meta-webserver/recipes-httpd/nginx/nginx_1.30.3.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.30.3.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.30.3.bb index 981b3f6477..0c07560c4c 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx_1.30.3.bb +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.30.3.bb @@ -4,3 +4,4 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=79da1c70d587d3a199af9255ad393f99" SRC_URI[sha256sum] = "e5823dc6f45610993def93ebf6cfce68264af4958c77e874b7d20f3709001b8f" +inherit upstream-version-is-even
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#128233): https://lists.openembedded.org/g/openembedded-devel/message/128233 Mute This Topic: https://lists.openembedded.org/mt/120301923/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
