diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-24 18:04:27 +0800 |
---|---|---|
committer | Mei Lei <lei.mei@intel.com> | 2010-11-24 18:04:27 +0800 |
commit | 4928ad83382ac65ca25bb820471814295ee7b04c (patch) | |
tree | 58c45d095faba1dd9898a4d62d666c0ecd713ec1 /meta | |
parent | cb45aa05e0f5cbf3fd234a28b6eb209b0a9625aa (diff) | |
download | poky-4928ad83382ac65ca25bb820471814295ee7b04c.tar.gz |
distcc:Add license checksum to bb file
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/distcc/distcc_2.18.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/distcc/distcc_2.18.3.bb b/meta/recipes-devtools/distcc/distcc_2.18.3.bb index cce2812b7c..638ea91597 100644 --- a/meta/recipes-devtools/distcc/distcc_2.18.3.bb +++ b/meta/recipes-devtools/distcc/distcc_2.18.3.bb | |||
@@ -2,6 +2,7 @@ DESCRIPTION = "distcc is a parallel build system that distributes \ | |||
2 | compilation of C/C++/ObjC code across machines on a network." | 2 | compilation of C/C++/ObjC code across machines on a network." |
3 | SECTION = "devel" | 3 | SECTION = "devel" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
5 | PR = "r5" | 6 | PR = "r5" |
6 | 7 | ||
7 | DEPENDS = "avahi gtk+" | 8 | DEPENDS = "avahi gtk+" |