From 65318019cd8c6db19ae5d4526a0fa2d8c8ef25fa Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 11 Aug 2023 14:31:24 +0100 Subject: recipes/classes/scripts: Drop SRCPV usage in OE-Core Now that SRCPV isn't needed we can simplify things in a few places... (From OE-Core rev: 843f82a246a535c353e08072f252d1dc78217872) Signed-off-by: Richard Purdie --- meta/recipes-core/newlib/newlib.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/newlib') diff --git a/meta/recipes-core/newlib/newlib.inc b/meta/recipes-core/newlib/newlib.inc index 5351a9f991..da753f11ad 100644 --- a/meta/recipes-core/newlib/newlib.inc +++ b/meta/recipes-core/newlib/newlib.inc @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = " \ " BASEVER = "4.3.0" -PV = "${BASEVER}+git${SRCPV}" +PV = "${BASEVER}+git" SRC_URI = "git://sourceware.org/git/newlib-cygwin.git;protocol=https;branch=main" SRCREV="9e09d6ed83cce4777a5950412647ccc603040409" -- cgit v1.2.3-54-g00ecf