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:19 +0000 |
commit | 4a951e0433a99cd985515843f0a48fadc7050aca (patch) | |
tree | 4d57ac5d86bda14bd5eb80c5428f7c9ff9880e85 | |
parent | 023fd24369391dbcf85e3f6878a5a196cff895a4 (diff) | |
download | poky-4a951e0433a99cd985515843f0a48fadc7050aca.tar.gz |
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.
(From OE-Core rev: d0a2c87d068f2d769d47c8455bb1434b90a7a844)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/libzypp/libzypp_git.bb | 2 | ||||
-rw-r--r-- | 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 7d9382a0bf..20e8f7c33a 100644 --- a/meta/recipes-extended/libzypp/libzypp_git.bb +++ b/meta/recipes-extended/libzypp/libzypp_git.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | HOMEPAGE = "http://en.opensue.org/Portal:Libzypp" | 1 | HOMEPAGE = "http://en.opensuse.org/Portal:Libzypp" |
2 | DESCRIPTION = "The ZYpp Linux Software management framework" | 2 | DESCRIPTION = "The ZYpp Linux Software management framework" |
3 | 3 | ||
4 | LICENSE = "GPLv2+" | 4 | 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 @@ | |||
1 | DESCRIPTION = "Sat Solver" | 1 | DESCRIPTION = "Sat Solver" |
2 | HOMEPAGE = "http://en.opensue.org/Portal:Libzypp" | 2 | HOMEPAGE = "http://http://en.opensuse.org/openSUSE:Libzypp_satsolver" |
3 | 3 | ||
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8" |