diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2017-08-23 17:25:33 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-28 11:06:04 +0200 |
commit | e1f190b18bc03d5cd11aaee551e9411a53a7d645 (patch) | |
tree | 75abebe398515c745a85fc27c263cd8472aba888 /meta-oe | |
parent | 75d93934ff35656168639d5d957e22ad6fd8004c (diff) | |
download | meta-openembedded-e1f190b18bc03d5cd11aaee551e9411a53a7d645.tar.gz |
gperftools: fixup HOMEPAGE
The old URL for HOMEPAGE is obsolete, use the valid one.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/gperftools/gperftools_2.6.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/gperftools/gperftools_2.6.1.bb b/meta-oe/recipes-support/gperftools/gperftools_2.6.1.bb index 6c29a6127..ece9dd9e8 100644 --- a/meta-oe/recipes-support/gperftools/gperftools_2.6.1.bb +++ b/meta-oe/recipes-support/gperftools/gperftools_2.6.1.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Fast, multi-threaded malloc() and nifty performance analysis tools" | 1 | SUMMARY = "Fast, multi-threaded malloc() and nifty performance analysis tools" |
2 | HOMEPAGE = "http://code.google.com/p/gperftools/" | 2 | HOMEPAGE = "https://github.com/gperftools/gperftools" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=762732742c73dc6c7fbe8632f06c059a" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=762732742c73dc6c7fbe8632f06c059a" |
5 | DEPENDS += "libunwind" | 5 | DEPENDS += "libunwind" |