diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-01-23 12:10:14 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-24 20:07:59 +0000 |
commit | 5f363483253af712f8ccb173c4cc9d77b7c1ae8c (patch) | |
tree | 52d8a4cea2933d34605eeba23873e5783ec119ae /meta/recipes-support/libcheck | |
parent | cc9144f99844a8485b2b96182bdf40429286ae66 (diff) | |
download | openembedded-core-5f363483253af712f8ccb173c4cc9d77b7c1ae8c.tar.gz openembedded-core-5f363483253af712f8ccb173c4cc9d77b7c1ae8c.tar.bz2 openembedded-core-5f363483253af712f8ccb173c4cc9d77b7c1ae8c.zip |
libcheck: fix HOMEPAGE
This was pointing to the zypper homepage, presumably a copy-paste error.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libcheck')
-rw-r--r-- | meta/recipes-support/libcheck/libcheck_0.9.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libcheck/libcheck_0.9.9.bb b/meta/recipes-support/libcheck/libcheck_0.9.9.bb index f3fa5467d9..64bc714226 100644 --- a/meta/recipes-support/libcheck/libcheck_0.9.9.bb +++ b/meta/recipes-support/libcheck/libcheck_0.9.9.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Check Test Framework" -HOMEPAGE = "http://gitorious.org/opensuse/zypper" +HOMEPAGE = "http://check.sourceforge.net/" SECTION = "devel" LICENSE = "LGPLv2.1+" |