diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-23 14:10:45 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-23 16:46:49 -0800 |
commit | 7d3a380d5a7cc823987025d6a09461a6cbcc0c4f (patch) | |
tree | 578a824750c71eed2f20bee36dbd1e985e425084 /meta | |
parent | 2d72fd53fefd63f361478485518b3d178294f1b2 (diff) | |
download | poky-7d3a380d5a7cc823987025d6a09461a6cbcc0c4f.tar.gz |
lttng:Add license file checksum and update the GPL information
Add COPYING checksum to bb file and update the "GPL" to "GPLv3" according to COPYING
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-control_0.87.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-control_0.87.bb b/meta/recipes-kernel/lttng/lttng-control_0.87.bb index da6a6c6e5e..4bf4f13762 100644 --- a/meta/recipes-kernel/lttng/lttng-control_0.87.bb +++ b/meta/recipes-kernel/lttng/lttng-control_0.87.bb | |||
@@ -2,8 +2,8 @@ SECTION = "devel" | |||
2 | DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \ | 2 | DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \ |
3 | extract program execution details from the Linux operating system and \ | 3 | extract program execution details from the Linux operating system and \ |
4 | interpret them." | 4 | interpret them." |
5 | LICENSE = "GPL" | 5 | LICENSE = "GPLv3" |
6 | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=id32239bcb673463ab874e80d47fae504" | |
7 | PR = "r0" | 7 | PR = "r0" |
8 | 8 | ||
9 | LTTDATE = "09062010" | 9 | LTTDATE = "09062010" |