diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-23 13:46:33 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-23 16:46:48 -0800 |
commit | 34d0256db7b6b937da2f3e6202e6ab2c448ef8c9 (patch) | |
tree | acbaf378d15be370e79271dcb64d963e49d83d2b | |
parent | 67b232f0d54c947be87646696c22e7ee31ba09c5 (diff) | |
download | poky-34d0256db7b6b937da2f3e6202e6ab2c448ef8c9.tar.gz |
gccmakedep: Add license checksum to bb file
Add the license checksum information from Makefile.am to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
-rw-r--r-- | meta/recipes-graphics/xorg-util/gccmakedep_1.0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | require xorg-util-common.inc | 1 | require xorg-util-common.inc |
2 | 2 | LIC_FILES_CHKSUM = "file://Makefile.am;endline=20;md5=23c277396d690413245ebb89b18c5d4d" | |
3 | DESCRIPTION = "create dependencies in makefiles using 'gcc -M'" | 3 | DESCRIPTION = "create dependencies in makefiles using 'gcc -M'" |
4 | DEPENDS = "util-macros" | 4 | DEPENDS = "util-macros" |
5 | RDEPENDS = "gcc" | 5 | RDEPENDS = "gcc" |