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/libmailwrapper/libmailwrapper.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-opie/libmailwrapper/libmailwrapper.inc') diff --git a/recipes-opie/libmailwrapper/libmailwrapper.inc b/recipes-opie/libmailwrapper/libmailwrapper.inc index 973078a..f134ca8 100644 --- a/recipes-opie/libmailwrapper/libmailwrapper.inc +++ b/recipes-opie/libmailwrapper/libmailwrapper.inc @@ -2,7 +2,7 @@ DESCRIPTION = "Qt-based class wrapper of libetpan" SECTION = "opie/libs" LICENSE = "LGPL" # 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" DEPENDS = "libetpan" S = "${WORKDIR}/libmailwrapper" -- cgit 1.2.3-korg