From: Robert P. J. Day Date: Fri, 28 Oct 2011 17:27:26 +0000 (-0400) Subject: Fix HOMEPAGE values in libzypp and sat-solver .bb files X-Git-Tag: 2015-4~12924 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d0a2c87d068f2d769d47c8455bb1434b90a7a844;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/libzypp/libzypp_git.bb b/meta/recipes-extended/libzypp/libzypp_git.bb index 7d9382a0bf..20e8f7c33a 100644 --- a/meta/recipes-extended/libzypp/libzypp_git.bb +++ b/meta/recipes-extended/libzypp/libzypp_git.bb @@ -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+" 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"