diff options
-rw-r--r-- | meta/packages/libproxy/libproxy_0.2.3.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/packages/libproxy/libproxy_0.2.3.bb b/meta/packages/libproxy/libproxy_0.2.3.bb index f6a6198a90..8c5ca42ab8 100644 --- a/meta/packages/libproxy/libproxy_0.2.3.bb +++ b/meta/packages/libproxy/libproxy_0.2.3.bb | |||
@@ -1,6 +1,8 @@ | |||
1 | DESCRIPTION = "A library that provides automatic proxy configuration management" | 1 | DESCRIPTION = "A library that provides automatic proxy configuration management" |
2 | HOMEPAGE = "http://code.google.com/p/libproxy/" | 2 | HOMEPAGE = "http://code.google.com/p/libproxy/" |
3 | LICENSE = "LGPL" | 3 | BUGTRACKER = "http://code.google.com/p/libproxy/issues/list" |
4 | LICENSE = "LGPLv2.1+" | ||
5 | |||
4 | SECTION = "libs" | 6 | SECTION = "libs" |
5 | 7 | ||
6 | DEPENDS = "virtual/libx11 xmu gconf-dbus" | 8 | DEPENDS = "virtual/libx11 xmu gconf-dbus" |
@@ -13,4 +15,4 @@ inherit autotools pkgconfig | |||
13 | 15 | ||
14 | EXTRA_OECONF = "--without-kde --with-gnome --without-webkit --without-python --without-mozjs --without-networkmanager" | 16 | EXTRA_OECONF = "--without-kde --with-gnome --without-webkit --without-python --without-mozjs --without-networkmanager" |
15 | 17 | ||
16 | FILES_${PN}-dbg += "${libdir}/libproxy/0.2.3/plugins/" \ No newline at end of file | 18 | FILES_${PN}-dbg += "${libdir}/libproxy/0.2.3/plugins/" |