diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2019-01-09 15:19:35 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-11 10:39:09 +0000 |
commit | 21360dd971b39306b0332212a36ba9211f66e3a1 (patch) | |
tree | deac067ae03fb4156f76f8c2662879c5a041dd3b /meta | |
parent | 348f6b0b61c35fdfec23ecfe9b0e87165958b743 (diff) | |
download | poky-21360dd971b39306b0332212a36ba9211f66e3a1.tar.gz |
libcheck: update HOMEPAGE
The project has been moved to GitHub.
(From OE-Core rev: 81d8bac04a52b62705318e42d93fd90285ef9266)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libcheck/libcheck_0.12.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libcheck/libcheck_0.12.0.bb b/meta/recipes-support/libcheck/libcheck_0.12.0.bb index 3bb48a75a3..94b0dc1bbd 100644 --- a/meta/recipes-support/libcheck/libcheck_0.12.0.bb +++ b/meta/recipes-support/libcheck/libcheck_0.12.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Check - unit testing framework for C code" | 1 | SUMMARY = "Check - unit testing framework for C code" |
2 | HOMEPAGE = "http://check.sourceforge.net/" | 2 | HOMEPAGE = "https://libcheck.github.io/check/" |
3 | SECTION = "devel" | 3 | SECTION = "devel" |
4 | 4 | ||
5 | LICENSE = "LGPLv2.1+" | 5 | LICENSE = "LGPLv2.1+" |