From: Adrian Freihofer Date: Thu, 18 Sep 2025 21:07:06 +0000 (+0200) Subject: meta-skeleton: fix spaces in assignment X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc2f794b8c95d44522051f63421e2bf38747bd73;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git meta-skeleton: fix spaces in assignment There is now a warning for = without spaces. Fix it also in meta-skeleton. Signed-off-by: Adrian Freihofer Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb index 0879bb17b91..0ceb6ed5845 100644 --- a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb +++ b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb @@ -62,7 +62,7 @@ LINUX_VERSION_EXTENSION:append = "-custom" # Modify SRCREV to a different commit hash in a copy of this recipe to # build a different release of the Linux kernel. # tag: v4.2 64291f7db5bd8150a74ad2036f1037e6a0428df2 -SRCREV_machine="64291f7db5bd8150a74ad2036f1037e6a0428df2" +SRCREV_machine = "64291f7db5bd8150a74ad2036f1037e6a0428df2" PV = "${LINUX_VERSION}+git"