[OE-core] [oe-core][PATCH] systemd-systemctl-native: fix checksum error

Thomas Perrot thomas.perrot at tupi.fr
Wed Apr 22 16:39:06 UTC 2015


From: tprrt <tprrt at tupi.fr>

ERROR: systemd-systemctl-native: md5 data is not matching for file:///home/tprrt/dev/oe-build-easy/combination/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690
ERROR: systemd-systemctl-native: The new md5 checksum is 751419260aa954499f7abaabaa882bbe

Signed-off-by: tprrt <tprrt at tupi.fr>
---
 meta/recipes-core/systemd/systemd-systemctl-native.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/systemd/systemd-systemctl-native.bb b/meta/recipes-core/systemd/systemd-systemctl-native.bb
index fbdc9c0..8cc2c21 100644
--- a/meta/recipes-core/systemd/systemd-systemctl-native.bb
+++ b/meta/recipes-core/systemd/systemd-systemctl-native.bb
@@ -1,7 +1,7 @@
 SUMMARY = "Wrapper for enabling systemd services"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
+LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=751419260aa954499f7abaabaa882bbe"
 
 PR = "r6"
 
-- 
1.7.10.4




More information about the Openembedded-core mailing list