summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* librole-tiny-perl: add 2.000001 recipeTim Orling2015-08-241-1/+1
| | | | | | | | Changes since v1: fix URL (Thank you, Andreas Baak) Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmoo-perl: add 2.000002 recipeTim Orling2015-08-241-0/+44
| | | | | Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* librole-tiny-perl: add 2.000001 recipeTim Orling2015-08-241-0/+29
| | | | | Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libstrictures-perl: add 2.000001 recipeTim Orling2015-08-241-0/+45
| | | | | Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libio-stringy-perl: add 2.111 recipeTim Orling2015-08-241-0/+31
| | | | | Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libimport-into-perl: add 1.002004 recipeTim Orling2015-08-241-0/+32
| | | | | Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libextutils-parsexs-perl: add 3.24 recipeTim Orling2015-08-241-0/+47
| | | | | Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libencode-locale-perl: add 1.05 recipeTim Orling2015-08-241-0/+21
| | | | | | | | | | | | | * Based on: Paul Eggleton <paul.eggleton@linux.intel.com> http://github.com/bluelightning/public_bb_recipes * which is forked from: Emil Petersen <erp@movis.dk> http://github.com/EmilRP/public_bb_recipes/ Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libencode-perl: add 2.76 recipeTim Orling2015-08-241-0/+54
| | | | | | | | | | | | | * Based on v2.52 recipe: Paul Eggleton <paul.eggleton@linux.intel.com> http://github.com/bluelightning/public_bb_recipes * which is forked from: Emil Petersen <erp@movis.dk> http://github.com/EmilRP/public_bb_recipes Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libdevel-globaldestruction-perl: add 0.13 recipeTim Orling2015-08-241-0/+23
| | | | | Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsub-exporter-progressive-perl: add 0.001011 recipeTim Orling2015-08-241-0/+30
| | | | | Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libclass-method-modifiers-perl: add 2.11 recipeTim Orling2015-08-241-0/+28
| | | | | Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libcapture-tiny-perl: update to 0.30Tim Orling2015-08-241-5/+6
| | | | | | | | * drop libmodule-build-perl dependency * add perl-module-overloading dependency Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-lxml: upgrade 3.2.5 -> 3.4.4Li xin2015-08-242-96/+4
| | | | | | | | | | | * Dropped backported python-lxml-3.2.5-fix-CVE-2014-3146.patch * Modify DISTUTILS_INSTALL_ARGS to avoid errors in the step of do_install | ValueError: invalid literal for int() with base 10: '--should-not-have-used-/usr/bin/xml2-config' | ERROR: python setup.py install execution failed. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyinotify: add recipeAlejandro del Castillo2015-08-241-0/+17
| | | | | | | Python bindings for Linux inotify mechanism Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyyaml 3.10: unbreak versioningKoen Kooi2015-08-241-1/+1
| | | | | | | | | | | | | Using our own setup.py is great, but it should use the same version as the recipe, otherwise you get errors like these: pkg_resources.DistributionNotFound: The 'PyYAML==3.10' distribution was not found and is required Package python-pyyaml (3.10-r0.0) is installed on root and has the following files: [..] /usr/lib/python2.7/site-packages/PyYAML-3.06-py2.7.egg-info Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-paste: create recipeRoy Li2015-08-241-0/+18
| | | | | | | python-paste is a tools for using a Web Server Gateway Interface stack Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyopenssl: upgrade 0.13 -> 0.15.1Li xin2015-08-242-24/+5
| | | | | | | | | | * Dropped x509_revoked_dup.patch,since the original file crl.c does not exist anymore. * Add DEPENDS python-cryptography to aviod build errors: | error: Could not find suitable distribution for Requirement.parse('six>=1.5.2') | ERROR: python setup.py install execution failed. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pip: upgrade 1.5.6 -> 7.1.0Li xin2015-08-241-2/+2
| | | | | | | | | Version numbers are now simply "X.Y" where the leading "1" has been dropped. Reference: https://github.com/pypa/pip/blob/develop/CHANGES.txt Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-requests: upgrade 2.5.1->2.7.0leimaohui2015-08-241-4/+3
| | | | | | | License COPYRIGHT year changed. Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyro4: Add new recipe.Philip Balister2015-08-241-0/+16
| | | | | | | Pyro4 allows remote execution of objects over the network. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* apache: upgrade to 2.4.16Roy Li2015-08-243-63/+4
| | | | | | | | 2.4.16 includes fixes for CVE-2015-3185, CVE-2015-0253 and CVE-2015-3183 remove a backport patch 0001-SECURITY-CVE-2015-0228-cve.mitre.org.patch Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pcsc-lite: upgrade 1.8.6 -> 1.8.13Li xin2015-08-241-5/+4
| | | | | | | | | * Remove PR * Modify chksum of COYING,since the explain of GPLv3+ is added, but the LICENSE has not been changed. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* numactl: fix the ptest buildingRoy Li2015-08-242-5/+48
| | | | | | | | | after upgrade, binary files are installed into test/.libs/, so fix the install ptest. redesign test Makefile rule Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* luajit: upgrade 2.0.3 -> 2.0.4Li xin2015-08-241-3/+3
| | | | | | | License COPYRIGHT year changed. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gradm: upgrade 3.0 -> 3.1Li xin2015-08-241-3/+3
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* takao-fonts: upgrade 003.02.01 -> 003.03.01Li xin2015-08-241-6/+4
| | | | | | | The SRC_URI has been changed. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-settings: get option to hide mousepointer for (touch) input devices backAndreas Müller2015-08-2410-1443/+6
| | | | | | | | | | All patches used in oe were added to the used git repo. This makes life easier for next versions coming up and is helps getting binary mouse cursors applied. To make clear, what the git repo contains a note in the recipe was added. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pavucontrol: update to 3.0Andreas Müller2015-08-241-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* network-manager-applet: update to 1.0.4Andreas Müller2015-08-242-14/+18
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: update to 1.0.4Andreas Müller2015-08-241-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rodent-icon-theme: initial add 5.0Andreas Müller2015-08-241-0/+11
| | | | | | | note that ${SOURCEFORGE_MIRROR} in SRC_URI did not work Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gparted: update to 0.23.0Andreas Müller2015-08-242-74/+3
| | | | | | | a patch better than mine was applied mainline Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pangomm: update to 2.36.0Andreas Müller2015-08-241-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cairomm: update to 1.11.2Andreas Müller2015-08-241-4/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mm-common: update to 0.9.8Andreas Müller2015-08-241-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glibmm: update to 2.44.0Andreas Müller2015-08-241-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-notes-plugin: update to 1.8.1Andreas Müller2015-08-241-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-weather-plugin: update to 0.8.6Andreas Müller2015-08-241-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-cpufreq-plugin: update to 1.1.2Andreas Müller2015-08-241-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfdesktop: update to 4.12.3Andreas Müller2015-08-242-141/+2
| | | | | | | patch was applied Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-xfce-extended: add xfce4-pulseaudio-pluginAndreas Müller2015-08-241-0/+1
| | | | | | | optional on distros supporting pulseaudio Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-pulseaudio-plugin: initial add 0.2.3Andreas Müller2015-08-241-0/+14
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-panel: build gtk3 libraries and ship them in an extra packageAndreas Müller2015-08-241-1/+9
| | | | | | | xfce4-pulseaudio-plugin depends on gtk3 panel libs. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* inetutils: 1.9.2 -> 1.9.4Kai Kang2015-08-1911-3/+4
| | | | | | | | | | | | | | Upgrade inetutils from 1.9.2 to 1.9.4. * add homepage * update inetutils/version.patch Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> Conflicts: meta-networking/recipes-connectivity/inetutils/inetutils/telnetd-Fix-deadlock-on-cleanup.patch
* geoip: upgrade 1.6.0 -> 1.6.6Li xin2015-08-191-7/+5
| | | | | | | | | | | *Modify SRC_URI. *Modify chksum of file COPYING and LICENSE,since year changed, and the LICENSE explanation for file base64.c, md5.c and types.h was deleted.But the LICENSE has not been changed. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* pure-ftpd: upgrade to 1.0.42Tudor Florea2015-08-193-23/+25
| | | | | | Signed-off-by: Tudor Florea <tudor.florea@enea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* wireshark: Update packageArmin Kuster2015-08-191-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | minor recipe updates. This update contains several security updates: * [1]wnpa-sec-2015-21 Protocol tree crash. ([2]Bug 11309) * [3]wnpa-sec-2015-22 Memory manager crash. ([4]Bug 11373) * [5]wnpa-sec-2015-23 Dissector table crash. ([6]Bug 11381) * [7]wnpa-sec-2015-24 ZigBee crash. ([8]Bug 11389) * [9]wnpa-sec-2015-25 GSM RLC/MAC infinite loop. ([10]Bug 11358) * [11]wnpa-sec-2015-26 WaveAgent crash. ([12]Bug 11358) * [13]wnpa-sec-2015-27 OpenFlow infinite loop. ([14]Bug 11358) * [15]wnpa-sec-2015-28 Ptvcursor crash. ([16]Bug 11358) * [17]wnpa-sec-2015-29 WCCP crash. ([18]Bug 11358) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* netcf: support multilib buildsJoe MacDonald2015-08-191-2/+12
| | | | | | | | | | | | When doing a multilib build, /usr/lib is still created but not collected into FILES_${PN} by default, resulting in a QA error. Adding both ${libdir} and ${nonarch_libdir} catches all scenarios. It also turns out that the previous do_install_append would throw an error in a multilib build since systemd always installs to .../lib/... but ${libdir] would point at .../lib64/... Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* libhugetlbfs: Uprev to v2.19 from v2.18Jianchuan Wang2015-08-186-197/+2
| | | | | | | The 5 patches which are deleted have been in the v2.19 Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>