From: Mei Lei Date: Tue, 23 Nov 2010 05:46:33 +0000 (+0800) Subject: gccmakedep: Add license checksum to bb file X-Git-Tag: 2011-1~3897 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=34d0256db7b6b937da2f3e6202e6ab2c448ef8c9;p=openembedded-core.git gccmakedep: Add license checksum to bb file Add the license checksum information from Makefile.am to bb file Signed-off-by: Mei Lei --- diff --git a/meta/recipes-graphics/xorg-util/gccmakedep_1.0.2.bb b/meta/recipes-graphics/xorg-util/gccmakedep_1.0.2.bb index b1035676ca..5eba970cbe 100644 --- a/meta/recipes-graphics/xorg-util/gccmakedep_1.0.2.bb +++ b/meta/recipes-graphics/xorg-util/gccmakedep_1.0.2.bb @@ -1,5 +1,5 @@ require xorg-util-common.inc - +LIC_FILES_CHKSUM = "file://Makefile.am;endline=20;md5=23c277396d690413245ebb89b18c5d4d" DESCRIPTION = "create dependencies in makefiles using 'gcc -M'" DEPENDS = "util-macros" RDEPENDS = "gcc"