diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-15 17:57:49 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-16 08:13:12 +0000 |
commit | b95a723a99bfd137a2cb346a4e986d8038138848 (patch) | |
tree | 95c55f378d5c6833dc438e149e27490c8634db89 /meta | |
parent | de7f6b6cba4c70dcc90cef417bb7e84b1c43e60c (diff) | |
download | poky-b95a723a99bfd137a2cb346a4e986d8038138848.tar.gz |
matchbox-terminal: Update to latest SRCREV
License changes were the addition of SPDX license headers and license
header fixes.
(From OE-Core rev: 08b6100a6eaf0a640004bbe71f8f12ac169d2f30)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb index 802ffa971b..6b0bf8838b 100644 --- a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb +++ b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb | |||
@@ -4,15 +4,15 @@ BUGTRACKER = "http://bugzilla.yoctoproject.org/" | |||
4 | 4 | ||
5 | LICENSE = "GPL-2.0-or-later" | 5 | LICENSE = "GPL-2.0-or-later" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
7 | file://main.c;endline=20;md5=96e39176d9e355639a0b8b1c7a840820" | 7 | file://main.c;endline=20;md5=7d9d802a36298b5c74440a880e2f4817" |
8 | 8 | ||
9 | DEPENDS = "gtk+3 vte" | 9 | DEPENDS = "gtk+3 vte" |
10 | SECTION = "x11/utils" | 10 | SECTION = "x11/utils" |
11 | 11 | ||
12 | #SRCREV tagged 0.2 | 12 | SRCREV = "99e6eb7db1b5fef110973d96194eec992a2515a2" |
13 | SRCREV = "161276d0f5d1be8187010fd0d9581a6feca70ea5" | ||
14 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master" | 13 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master" |
15 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | 14 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" |
15 | PV = "0.2git${SRCPV}" | ||
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||