summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* php: upgrade to 5.5.15Paul Eggleton2015-01-081-5/+6
| | | | | | | | | | | | | Based on the corresponding changes to the modphp recipe in meta-webserver. From the commit message for the modphp upgrade: * LIC_FILES_CHKSUM needed to change because the copyright year changed * Enabled mcrypt since upstream recommend this for acceptable performance * Disabled the opcache; this is a new feature in 5.5 and the configure check for it currently breaks when cross-compiling. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* linux.inc: support building with B != S which is default nowMartin Jansa2015-01-081-8/+8
| | | | | | | | | | | | | | * this .inc file wasn't working since oe-core commit: commit 106dab2fd0321e6b4e77b40111e59a3a31d329d4 Author: Richard Purdie <richard.purdie@linuxfoundation.org> Date: Fri Dec 19 17:46:27 2014 +0000 Subject: kernel: Fix non linux-yocto builds * Fixes following do_configure error | NOTE: make oldconfig | make: *** No rule to make target `oldconfig'. Stop. | ERROR: oe_runmake failed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* iperf3: Add recipe for version 3.0.10Ben Shelton2015-01-083-0/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | iperf3 is the new successor of iperf. The project is now mature enough as it started in 2009 and has stable releases. It supports reporting results in the portable JSON format, provides more information than iperf does and also adds some features from other tools such as nuttcp and netperf that were missing from the original iperf. This recipe is based on the iperf v3.0.8 recipe posted to the list by Guy Morand (http://lists.openembedded.org/pipermail/openembedded-devel/2014-October/098403.html) with the following changes: - Pass the 'foreign' option to automake. - The Makefiles for the examples only work properly when the build is done in the same directory as the source. Fix this in Makefile.am and run bootstrap.sh to regenerate Makefile.in. - Bump the version to the latest stable release. Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-wavelan-plugin: Fix LICENSE formatMartin Jansa2015-01-081-1/+1
| | | | | | | | | | * the COPYING file looks more like slightly modified BSD license and BenediktMeurer, FlorianRivoal are just names of Copyright holders, but I'll leave that to recipe maintainer fixes: WARNING: Recipe xfce4-wavelan-plugin, LICENSE (BenediktMeurer FlorianRivoal) has invalid format, LICENSES must have operator "([&|() ])" between them. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* epdf: Fix LICENSE formatMartin Jansa2015-01-081-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* picocom: update to 1.7Paul Eggleton2015-01-081-3/+4
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rfkill: update to 0.5Paul Eggleton2015-01-081-4/+4
| | | | | | | Also make SUMMARY a bit more useful. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mariadb: update to 5.5.41Paul Eggleton2015-01-084-49/+2
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* protobuf: update to 2.5.0Paul Eggleton2015-01-081-2/+2
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmodplug: update to 0.8.8.5Paul Eggleton2015-01-081-2/+2
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lcdproc: update to 0.5.6Paul Eggleton2015-01-082-25/+2
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ddrescue: add explicit do_unpack dependsPaul Eggleton2015-01-081-0/+3
| | | | | | | | * tar.lz support still wasn't merged in oe-core http://patchwork.openembedded.org/patch/82163/ Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ddrescue: update to 1.19Koen Kooi2015-01-082-18/+42
| | | | | | | | | | * License changed to GPLv2+ * Although 'configure is present, it isn't autotools. Nota bene: this requires bitbake and oe-core support for tar.lz Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lzip: update to 1.16Paul Eggleton2015-01-081-8/+6
| | | | | | | | | | * License changed to GPLv2+ * Trim SUMMARY * gz file is definitely being provided for download upstream, so drop comment saying it isn't Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tomoyo-tools: use BP in SRC_URIRobert Yang2015-01-081-2/+2
| | | | | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smem: use BPN in SRC_URIRobert Yang2015-01-081-1/+1
| | | | | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* procmail: use BPN in SRC_URIRobert Yang2015-01-081-1/+1
| | | | | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rarpd: use BPN in SRC_URIRobert Yang2015-01-081-2/+2
| | | | | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dash: use BP in SRC_URIRobert Yang2015-01-081-1/+1
| | | | | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dnsmasq: update to 2.72Paul Eggleton2015-01-072-10/+10
| | | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* traceroute: update to 2.0.21Paul Eggleton2015-01-071-3/+3
| | | | | | | | | Also fix LICENSE to be "or any later version" (as specified in the upstream source headers); both licenses apply so use &. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* mtr: update to 0.86Paul Eggleton2015-01-073-49/+4
| | | | | | | | | | * Newer automake compatibility fixed upstream, so drop patches. * LIC_FILES_CHKSUM changed due to a trailing space being removed, no actual change to the license text. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* ntp: add explicit perl dependency to ntp-utils packagePaul Eggleton2015-01-071-0/+1
| | | | | | | | | The ntp-utils package contains at least one perl-using script as well as a supporting perl module, therefore we need a dependency on perl. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* ntp: fix file locationsPaul Eggleton2015-01-071-11/+10
| | | | | | | | | | | | | | | | After the upgrade to 4.2.8, ntp's configure process now uses a custom script which looks at the host to determine what install locations it should use. This resulted in the recipe working on some people's machines and failing during do_install on others. Force it to use the "redhat" configuration as this seems closest to what we used to be using prior to the upgrade (this means that binaries are now back in sbindir as they used to be). Thanks to Philip Balister for reporting this. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* linux-atm: add recipe.Bian Naimeng2015-01-073-0/+79
| | | | | | | | Drivers and tools to support ATM networking under Linux Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* geoipupdate: add new recipeleimh2015-01-073-0/+46
| | | | | | | | for update the IP geolocation databases Signed-off-by: leimh <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* GeoIP: update checksumsJoe MacDonald2015-01-071-8/+8
| | | | | | | The raw IP databases have been updated, so for the time being just update the checksums. Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* GeoIP: add recipeleimh2015-01-071-0/+58
| | | | | | | | GeoIP app allow you to look up information about a given IP address. Signed-off-by: leimh <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* ncftp: use BPN in SRC_URIRobert Yang2015-01-071-1/+1
| | | | | | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* radiusclient-ng: use BPN in SRC_URIRobert Yang2015-01-071-1/+1
| | | | | | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* dnrd: fix SRC_URIRobert Yang2015-01-051-1/+1
| | | | | | | | | | | Fixed: ERROR: Function failed: Fetcher failure for URL: 'http://ncu.dl.sourceforge.net/project/dnrd/dnrd/2.20.3/dnrd-2.20.3.tar.gz'. Unable to fetch URL from any source. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* esmtp: remove sendmail from sysrootRobert Yang2015-01-051-0/+8
| | | | | | | | | The sysroot/${libdir}/sendmail conflicts with lsb's, and it's a symlink to ${bindir}/esmtp which is meaningless for sysroot, so remove it. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* esmtp: use SOURCEFORGE_MIRROR is SRC_URIJoe MacDonald2015-01-051-1/+1
| | | | Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* esmtp: use BPN in SRC_URIRobert Yang2015-01-051-1/+1
| | | | | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dnssec-conf: remove raw manpagesJoe MacDonald2015-01-053-304/+2
| | | | | | | | | dnssec-conf builds manpages using xmlto. Remove the raw manpages and add a dependency on xmlto-native to support building the manapages from the actual source. Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cyassl: add version 3.3.0, remove version 3.1.0lchristina262015-01-051-3/+4
| | | | | Signed-off-by: Leah <lchristina26@hotmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rng-tools: obey the sysvinit distro featureChristopher Larson2015-01-051-6/+16
| | | | | Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gradm: Add new recipeQian Lei2015-01-052-0/+111
| | | | | | | | | | | gradm is the userspace RBAC parsing and authentication program for grsecurity. grsecurity aims to be a complete security system. gradm performs several tasks for the RBAC system including authenticated via a password to the kernel and parsing rules to be passed to the kernel. Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagekit: Change recipe to use native mkdirBill Pittman2015-01-051-1/+0
| | | | | | | | | | For redhat type systems, the recipe tries to use a version of mkdir from sysroots, however mkdir does not exist and the build fails. Ubuntu systems work because the sed command in the recipe specifically replaces the /usr/bin/mkdir path and ubuntu systems use /bin/mkdir. Signed-off-by: Bill Pittman <bill.pittman@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mailcap: Fix license format QA errorOtavio Salvador2015-01-051-1/+1
| | | | | | | | | | | | Fix following QA error: ,---- | WARNING: Recipe mailcap, LICENSE (PD MIT) has invalid format, LICENSES | must have operator "([&|() ])" between them. `---- Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* telepathy-mission-control: add (moved from oe-core)Ross Burton2015-01-052-0/+127
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* telepathy-python: add (moved from oe-core)Ross Burton2015-01-054-0/+127
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* telepathy-idle: add (moved from oe-core)Ross Burton2015-01-052-0/+32
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* telepathy-glib: add (moving from oe-core)Ross Burton2015-01-051-0/+16
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libtelepathy: add (moving from oe-core)Ross Burton2015-01-053-0/+56
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ctapi-common: Add new recipeQian Lei2014-12-311-0/+23
| | | | | | | | | ctapi-common provides common files and packaging infrastructure for CT-API modules. Port from fedora 20. Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgxim: Add recipeBian Naimeng2014-12-312-0/+46
| | | | | | | libgxim is a GObject-based XIM protocol library. Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* log4cpp: Add new recipePhilip Balister2014-12-311-0/+22
| | | | | | | Built for armv7a basad machine. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* collectd: add PACKAGECONFIG for libvirt, libesmtpWenzong Fan2014-12-311-1/+3
| | | | | | | | | | | | Add PACKAGECONFIG for libvirt, libesmtp to fix below warnings: WARN: collectd: collectd rdepends on libvirt, but it isn't a build dependency? WARN: collectd: collectd rdepends on libcrypto, but it isn't a build dependency? WARN: collectd: collectd rdepends on libesmtp, but it isn't a build dependency? WARN: collectd: collectd rdepends on libssl, but it isn't a build dependency? Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* distro-feed-configs: Make list of archs configurablePaul Barker2014-12-311-1/+2
| | | | | | | | | | The list of architectures for which to emit feed configurations is now taken from the DISTRO_FEED_ARCHS variable. The default value for this variable is the list of architectures which was previously used. Thus in the default case nothing is changed, but DISTRO_FEED_ARCHS can now be overridden in local.conf. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>