diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:11 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:57 +0100 |
commit | d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612 (patch) | |
tree | f36fe3008f36ff75cbdd31b630f8f13f1f205ebb /meta/recipes-support/libproxy | |
parent | caab7fc509bf27706ff3248689f6afd04225cfda (diff) | |
download | poky-d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612.tar.gz |
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/libproxy')
-rw-r--r-- | meta/recipes-support/libproxy/libproxy_0.4.3.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-support/libproxy/libproxy_0.4.3.bb b/meta/recipes-support/libproxy/libproxy_0.4.3.bb new file mode 100644 index 0000000000..6c0b7a50c6 --- /dev/null +++ b/meta/recipes-support/libproxy/libproxy_0.4.3.bb | |||
@@ -0,0 +1,26 @@ | |||
1 | DESCRIPTION = "A library that provides automatic proxy configuration management" | ||
2 | HOMEPAGE = "http://code.google.com/p/libproxy/" | ||
3 | BUGTRACKER = "http://code.google.com/p/libproxy/issues/list" | ||
4 | SECTION = "libs" | ||
5 | LICENSE = "LGPLv2.1+" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=7d7044444a7b1b116e8783edcdb44ff4 \ | ||
7 | file://utils/proxy.c;beginline=1;endline=18;md5=55152a1006d7dafbef32baf9c30a99c0" | ||
8 | |||
9 | |||
10 | DEPENDS = "virtual/libx11 xmu gconf-dbus" | ||
11 | |||
12 | SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz" | ||
13 | |||
14 | PR = "r1" | ||
15 | |||
16 | inherit cmake pkgconfig | ||
17 | |||
18 | EXTRA_OECMAKE = "-DWITH_WEBKIT=no -DWITH_GNOME=yes -DWITH_KDE4=no \ | ||
19 | -DWITH_PYTHON=no -DWITH_PERL=no -DWITH_MOZJS=no -DWITH_NM=no" | ||
20 | |||
21 | FILES_${PN}-dbg += "${libdir}/libproxy/0.4.2/plugins/" | ||
22 | |||
23 | do_configure_prepend() { | ||
24 | export HOST_SYS=${HOST_SYS} | ||
25 | export BUILD_SYS=${BUILD_SYS} | ||
26 | } | ||