From 34a59ac429897e54b77a12c93a9842692ff90028 Mon Sep 17 00:00:00 2001 From: Etienne Cordonnier Date: Sun, 13 Apr 2025 13:46:17 +0200 Subject: [PATCH] source-highlight: remove double ';' Signed-off-by: Etienne Cordonnier Signed-off-by: Khem Raj --- .../recipes-support/source-highlight/source-highlight_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/source-highlight/source-highlight_git.bb b/meta-oe/recipes-support/source-highlight/source-highlight_git.bb index 24e6c7ce9f..e4d90184e4 100644 --- a/meta-oe/recipes-support/source-highlight/source-highlight_git.bb +++ b/meta-oe/recipes-support/source-highlight/source-highlight_git.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Source-highlight converts source code to formatted text with synt HOMEPAGE = "https://www.gnu.org/software/src-highlite/" LICENSE = "GPL-3.0-only" SECTION = "libs" -LIC_FILES_CHKSUM = "file://COPYING;;md5=ff95bfe019feaf92f524b73dd79e76eb" +LIC_FILES_CHKSUM = "file://COPYING;md5=ff95bfe019feaf92f524b73dd79e76eb" SRCREV = "894cacd0799ca60afa359a63782729dec76cbb79" PV = "3.1.9+git"