From 547ba60f85643f589ce1665a5a8a20a049905fd5 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 23 Aug 2011 14:08:50 +0100 Subject: documentation: ensure all examples have LIC_FILES_CHKSUM We really need to have LIC_FILES_CHKSUM in all of our example recipes, because it is now mandatory. (From yocto-docs rev: 76998b7c54246e0505cf01b21d65d04ab285f1f0) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/examples/mtd-makefile/mtd-utils_1.0.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'documentation/poky-ref-manual/examples/mtd-makefile/mtd-utils_1.0.0.bb') diff --git a/documentation/poky-ref-manual/examples/mtd-makefile/mtd-utils_1.0.0.bb b/documentation/poky-ref-manual/examples/mtd-makefile/mtd-utils_1.0.0.bb index b21dc653af..5d05a437a4 100644 --- a/documentation/poky-ref-manual/examples/mtd-makefile/mtd-utils_1.0.0.bb +++ b/documentation/poky-ref-manual/examples/mtd-makefile/mtd-utils_1.0.0.bb @@ -3,6 +3,8 @@ SECTION = "base" DEPENDS = "zlib" HOMEPAGE = "http://www.linux-mtd.infradead.org/" LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ + file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c" SRC_URI = "ftp://ftp.infradead.org/pub/mtd-utils/mtd-utils-${PV}.tar.gz" -- cgit v1.2.3-54-g00ecf