diff options
author | Changqing Li <changqing.li@windriver.com> | 2019-06-21 10:08:15 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-21 15:32:36 +0100 |
commit | 239b7ffe207c8e2982e26647163efdc2bba62600 (patch) | |
tree | 282cb795b90cdac82a105f28ab858dfc11a4339a | |
parent | 4a36552ef957fa91df49229911f3543773d9395a (diff) | |
download | poky-239b7ffe207c8e2982e26647163efdc2bba62600.tar.gz |
update-rc.d: update SRCREV and license checksum
This pulls in updates to add enable/disable support.
The license is unchanged, code just changed to use an SPDX license
identifier.
(From OE-Core rev: 01df28021baebf6abe25eb5824e0ff45fded88bc)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/update-rc.d/update-rc.d_0.8.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb b/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb index baa21aeae1..75632d9434 100644 --- a/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb +++ b/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb | |||
@@ -4,10 +4,10 @@ DESCRIPTION = "update-rc.d is a utility that allows the management of symlinks t | |||
4 | SECTION = "base" | 4 | SECTION = "base" |
5 | 5 | ||
6 | LICENSE = "GPLv2+" | 6 | LICENSE = "GPLv2+" |
7 | LIC_FILES_CHKSUM = "file://update-rc.d;beginline=5;endline=15;md5=148a48321b10eb37c1fa3ee02b940a75" | 7 | LIC_FILES_CHKSUM = "file://update-rc.d;beginline=5;endline=15;md5=d40a07c27f535425934bb5001f2037d9" |
8 | 8 | ||
9 | SRC_URI = "git://git.yoctoproject.org/update-rc.d" | 9 | SRC_URI = "git://git.yoctoproject.org/update-rc.d" |
10 | SRCREV = "22e0692898c3e7ceedc8eb5ff4ec8e0b9c340b2d" | 10 | SRCREV = "4b150b25b38de688d25cde2b2d22c268ed65a748" |
11 | 11 | ||
12 | UPSTREAM_CHECK_COMMITS = "1" | 12 | UPSTREAM_CHECK_COMMITS = "1" |
13 | 13 | ||