diff options
author | Qing He <qing.he@intel.com> | 2010-11-26 17:37:44 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-12-01 20:47:05 -0800 |
commit | 409b710e88a62618bc4d514d9fb81795ff567c8e (patch) | |
tree | 393109fbeb46269765742cdc7427fb39aee8e768 /meta/recipes-devtools/ubootchart/ubootchart_svn.bb | |
parent | f5c6912fc458ad255aa448d107eeff23011ab4a0 (diff) | |
download | poky-409b710e88a62618bc4d514d9fb81795ff567c8e.tar.gz |
ubootchart: update license info
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-devtools/ubootchart/ubootchart_svn.bb')
-rw-r--r-- | meta/recipes-devtools/ubootchart/ubootchart_svn.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ubootchart/ubootchart_svn.bb b/meta/recipes-devtools/ubootchart/ubootchart_svn.bb index cd292b6943..6897f18153 100644 --- a/meta/recipes-devtools/ubootchart/ubootchart_svn.bb +++ b/meta/recipes-devtools/ubootchart/ubootchart_svn.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | DESCRIPTION = "A boot profiling tool" | 1 | DESCRIPTION = "A boot profiling tool" |
2 | HOMEPAGE = "http://code.google.com/p/ubootchart/" | 2 | HOMEPAGE = "http://code.google.com/p/ubootchart/" |
3 | LICENSE = "GPLv3" | 3 | LICENSE = "GPLv3" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" | ||
4 | PV = "0.0+r${SRCREV}" | 5 | PV = "0.0+r${SRCREV}" |
5 | PR = "r4" | 6 | PR = "r4" |
6 | 7 | ||