mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 20:53:03 +01:00
Fix LICENSE and add BUGTRACKER information Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
19 lines
628 B
BlitzBasic
19 lines
628 B
BlitzBasic
DESCRIPTION = "A library that provides automatic proxy configuration management"
|
|
HOMEPAGE = "http://code.google.com/p/libproxy/"
|
|
BUGTRACKER = "http://code.google.com/p/libproxy/issues/list"
|
|
LICENSE = "LGPLv2.1+"
|
|
|
|
SECTION = "libs"
|
|
|
|
DEPENDS = "virtual/libx11 xmu gconf-dbus"
|
|
|
|
SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz \
|
|
file://asneededfix.patch;patch=1"
|
|
S = "${WORKDIR}/libproxy-${PV}"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
EXTRA_OECONF = "--without-kde --with-gnome --without-webkit --without-python --without-mozjs --without-networkmanager"
|
|
|
|
FILES_${PN}-dbg += "${libdir}/libproxy/0.2.3/plugins/"
|