From ad8e8dc745831e2f8523757d790294906500b0ad Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 9 Dec 2011 12:13:10 +0000 Subject: Fix LIC_FILES_CHKSUM for change to common LGPL-2.0 license file The LGPL-2.0 file in OE-core has been changed in OE-core commit 558b5043e1d5a36caff137093fd04abcf025af1c, so update the checksums pointing to it. (For reference, you should avoid pointing to common license files in LIC_FILES_CHKSUM in this way because it provides no protection against unexpected upstream license changes, which is what this variable is supposed to do; plus it can break in exactly this way.) Signed-off-by: Paul Eggleton --- recipes-opie/opie-systemtime/opie-systemtime.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-opie/opie-systemtime') diff --git a/recipes-opie/opie-systemtime/opie-systemtime.inc b/recipes-opie/opie-systemtime/opie-systemtime.inc index 727d8d1..7bbf4b4 100644 --- a/recipes-opie/opie-systemtime/opie-systemtime.inc +++ b/recipes-opie/opie-systemtime/opie-systemtime.inc @@ -2,7 +2,7 @@ DESCRIPTION = "Set the system time - utilizing ntpdate, if available." SECTION = "opie/settings" LICENSE = "LGPLv2+" # FIXME stopgap until split archives have license files included -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.0;md5=03f2b9deed35802bc1aae2ae3dc6d9ed" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.0;md5=9427b8ccf5cf3df47c29110424c9641a" RRECOMMENDS_${PN} = "ntpdate" APPNAME = "systemtime" -- cgit 1.2.3-korg