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:09:00 +0000 |
commit | 5ec82dd8479edf2e2a703b9a01750a9869c17cb5 (patch) | |
tree | 3fb93d28dd75262f5a77f6ac0a58bf0bb7a1d676 /meta/recipes-support/libcheck | |
parent | f0c8897dc854891973918436f252d30af9bfa743 (diff) | |
download | poky-5ec82dd8479edf2e2a703b9a01750a9869c17cb5.tar.gz |
libcheck: fix HOMEPAGE
This was pointing to the zypper homepage, presumably a copy-paste error.
(From OE-Core rev: 5f363483253af712f8ccb173c4cc9d77b7c1ae8c)
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 @@ | |||
1 | DESCRIPTION = "Check Test Framework" | 1 | DESCRIPTION = "Check Test Framework" |
2 | HOMEPAGE = "http://gitorious.org/opensuse/zypper" | 2 | HOMEPAGE = "http://check.sourceforge.net/" |
3 | SECTION = "devel" | 3 | SECTION = "devel" |
4 | 4 | ||
5 | LICENSE = "LGPLv2.1+" | 5 | LICENSE = "LGPLv2.1+" |