]> code.ossystems Code Review - openembedded-core.git/commitdiff
update-rc.d: update SRCREV and license checksum
authorChangqing Li <changqing.li@windriver.com>
Fri, 21 Jun 2019 02:08:15 +0000 (10:08 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Jun 2019 14:30:56 +0000 (15:30 +0100)
This pulls in updates to add enable/disable support.

The license is unchanged, code just changed to use an SPDX license
identifier.

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/update-rc.d/update-rc.d_0.8.bb

index baa21aeae13ba6f29a624ff840a9b623327973f4..75632d943473c4a2a7bbd0b81b6d2fd845f838e0 100644 (file)
@@ -4,10 +4,10 @@ DESCRIPTION = "update-rc.d is a utility that allows the management of symlinks t
 SECTION = "base"
 
 LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://update-rc.d;beginline=5;endline=15;md5=148a48321b10eb37c1fa3ee02b940a75"
+LIC_FILES_CHKSUM = "file://update-rc.d;beginline=5;endline=15;md5=d40a07c27f535425934bb5001f2037d9"
 
 SRC_URI = "git://git.yoctoproject.org/update-rc.d"
-SRCREV = "22e0692898c3e7ceedc8eb5ff4ec8e0b9c340b2d"
+SRCREV = "4b150b25b38de688d25cde2b2d22c268ed65a748"
 
 UPSTREAM_CHECK_COMMITS = "1"