libproxy_0.2.3.bb: Fix recipe metadata

Fix LICENSE and add BUGTRACKER information

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
This commit is contained in:
Dongxiao Xu
2010-07-02 20:41:52 +08:00
committed by Saul Wold
parent 128a2f7f51
commit 9bd229b8d3

View File

@@ -1,6 +1,8 @@
DESCRIPTION = "A library that provides automatic proxy configuration management" DESCRIPTION = "A library that provides automatic proxy configuration management"
HOMEPAGE = "http://code.google.com/p/libproxy/" HOMEPAGE = "http://code.google.com/p/libproxy/"
LICENSE = "LGPL" BUGTRACKER = "http://code.google.com/p/libproxy/issues/list"
LICENSE = "LGPLv2.1+"
SECTION = "libs" SECTION = "libs"
DEPENDS = "virtual/libx11 xmu gconf-dbus" DEPENDS = "virtual/libx11 xmu gconf-dbus"