diff options
| author | Etienne Cordonnier <ecordonnier@snap.com> | 2025-04-13 13:46:17 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-04-15 12:52:17 -0700 |
| commit | 34a59ac429897e54b77a12c93a9842692ff90028 (patch) | |
| tree | df41849429c370bbf2ad27613d4c0a6ca66f2cf8 | |
| parent | c5a8eddd99da145983189179bd5b5c87b3444ea0 (diff) | |
| download | meta-openembedded-34a59ac429897e54b77a12c93a9842692ff90028.tar.gz | |
source-highlight: remove double ';'
Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/source-highlight/source-highlight_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 3 | HOMEPAGE = "https://www.gnu.org/software/src-highlite/" | 3 | HOMEPAGE = "https://www.gnu.org/software/src-highlite/" |
| 4 | LICENSE = "GPL-3.0-only" | 4 | LICENSE = "GPL-3.0-only" |
| 5 | SECTION = "libs" | 5 | SECTION = "libs" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;;md5=ff95bfe019feaf92f524b73dd79e76eb" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=ff95bfe019feaf92f524b73dd79e76eb" |
| 7 | 7 | ||
| 8 | SRCREV = "894cacd0799ca60afa359a63782729dec76cbb79" | 8 | SRCREV = "894cacd0799ca60afa359a63782729dec76cbb79" |
| 9 | PV = "3.1.9+git" | 9 | PV = "3.1.9+git" |
