mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 00:49:32 +02:00
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:
@@ -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"
|
||||||
@@ -13,4 +15,4 @@ inherit autotools pkgconfig
|
|||||||
|
|
||||||
EXTRA_OECONF = "--without-kde --with-gnome --without-webkit --without-python --without-mozjs --without-networkmanager"
|
EXTRA_OECONF = "--without-kde --with-gnome --without-webkit --without-python --without-mozjs --without-networkmanager"
|
||||||
|
|
||||||
FILES_${PN}-dbg += "${libdir}/libproxy/0.2.3/plugins/"
|
FILES_${PN}-dbg += "${libdir}/libproxy/0.2.3/plugins/"
|
||||||
|
|||||||
Reference in New Issue
Block a user