]> code.ossystems Code Review - openembedded-core.git/commitdiff
Fix HOMEPAGE values in libzypp and sat-solver .bb files
authorRobert P. J. Day <rpjday@crashcourse.ca>
Fri, 28 Oct 2011 17:27:26 +0000 (13:27 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Nov 2011 18:28:06 +0000 (18:28 +0000)
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>
meta/recipes-extended/libzypp/libzypp_git.bb
meta/recipes-extended/sat-solver/sat-solver_git.bb

index 7d9382a0bf0b4e7fe7ab0e49796845da919bc701..20e8f7c33a39b2e4cc44acd3ca3fd3e501457fab 100644 (file)
@@ -1,4 +1,4 @@
-HOMEPAGE = "http://en.opensue.org/Portal:Libzypp"
+HOMEPAGE = "http://en.opensuse.org/Portal:Libzypp"
 DESCRIPTION  = "The ZYpp Linux Software management framework"
 
 LICENSE  = "GPLv2+"
index b616c57552dd873302dab86b4759ed98295fce4b..e243c6add881ddf53c1d3714144cac953c2c4c55 100644 (file)
@@ -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"