1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-07 03:04:04 +00:00

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>
This commit is contained in:
Robert P. J. Day
2011-10-28 13:27:26 -04:00
committed by Richard Purdie
parent 023fd24369
commit 4a951e0433
2 changed files with 2 additions and 2 deletions
+1 -1
View 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+"
@@ -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"