From 1cd9f2c415d9a6e1d10ce106172f70ad858ea95c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 2 Jan 2014 08:33:15 -0600 Subject: [PATCH] dev-manual: Updated the LIC_FILES_CHKSUM example. The LIC_FILES_CHKSUM was out of date due to a merge in poky. I updated the single instance in the manual set to use the new hash. Reported-by: Richard Purdie (From yocto-docs rev: 4cfdf391326f2c5750404a8d7f31999f75bc26fe) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index b31fcce80f..3cb053c907 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -529,7 +529,7 @@ DESCRIPTION = "Device formfactor information" SECTION = "base" LICENSE = "MIT" - LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ + LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" PR = "r41"