summaryrefslogtreecommitdiff
path: root/meta/packages/libproxy/libproxy_0.4.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* libproxy: upgrade from 0.4.2 to 0.4.3Nitin A Kamble2010-08-131-26/+0
| | | | | | | Upgraded to fix this issue on fedora 13 http://code.google.com/p/libproxy/source/detail?r=684 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* libproxy: Disabled webkit supportJeff Dike2010-07-211-2/+3
| | | | | | | | | | | | | This package changed from autoconf to cmake during the last recipe upgrade. This made the existing EXTRA_OECONF, which disabled wekbit support among other things, non-functional, which in turn, broke the build. This patch disables webkit in a CMAKE way by adding EXTRA_OECMAKE to the cmake class description, and setting it to "-DWEBKIT=no" in the libproxy recipe and also reproduces the EXTRA_OECONF settings. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
* libproxy: Upgraded to version 0.4.2Dongxiao Xu2010-07-161-0/+25
Remove the patch since build tool has changed from autotool to cmake Export poky variable to system environment since cmake needs it Also fix the metadata Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>