diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2011-10-28 13:27:26 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-01 18:28:06 +0000 |
commit | d0a2c87d068f2d769d47c8455bb1434b90a7a844 (patch) | |
tree | 349129373b6e2a7570f21123870ff6f69694eb8b /meta/recipes-extended/sat-solver | |
parent | 206b15a18185e1a834bc9f79bc6493c618effc65 (diff) | |
download | openembedded-core-d0a2c87d068f2d769d47c8455bb1434b90a7a844.tar.gz openembedded-core-d0a2c87d068f2d769d47c8455bb1434b90a7a844.tar.bz2 openembedded-core-d0a2c87d068f2d769d47c8455bb1434b90a7a844.zip |
Fix HOMEPAGE values in libzypp and sat-solver .bb files
Fix obvious typoes in .bb files for libzypp and sat-solver packages,
and update the HOMEPAGE for sat-solver to refer to the sat-solver home
page itself, rather than the libzypp home page.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sat-solver')
-rw-r--r-- | meta/recipes-extended/sat-solver/sat-solver_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/sat-solver/sat-solver_git.bb b/meta/recipes-extended/sat-solver/sat-solver_git.bb index b616c57552..e243c6add8 100644 --- a/meta/recipes-extended/sat-solver/sat-solver_git.bb +++ b/meta/recipes-extended/sat-solver/sat-solver_git.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Sat Solver" -HOMEPAGE = "http://en.opensue.org/Portal:Libzypp" +HOMEPAGE = "http://http://en.opensuse.org/openSUSE:Libzypp_satsolver" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8" |