[oe-commits] Robert P. J. Day : Fix HOMEPAGE values in libzypp and sat-solver .bb files

git at git.openembedded.org git at git.openembedded.org
Tue Nov 1 18:34:31 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: d0a2c87d068f2d769d47c8455bb1434b90a7a844
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d0a2c87d068f2d769d47c8455bb1434b90a7a844

Author: Robert P. J. Day <rpjday at crashcourse.ca>
Date:   Fri Oct 28 13:27:26 2011 -0400

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 at crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/libzypp/libzypp_git.bb       |    2 +-
 meta/recipes-extended/sat-solver/sat-solver_git.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/libzypp/libzypp_git.bb b/meta/recipes-extended/libzypp/libzypp_git.bb
index 7d9382a..20e8f7c 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 b616c57..e243c6a 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"





More information about the Openembedded-commits mailing list