summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
...
* can-utils_git.bb: fix SRC_URIStefan Müller-Klieser2015-04-131-1/+1
| | | | | | | gitorious.org is closing down the can-utils project moved to github.com Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* can-utils: Change protocol from git to httpsNobuhiro Iwamatsu2015-03-211-1/+1
| | | | | | | | | gitorious.org that is hosting can-utils has stopped providing git protocol. That https is provided instead. This will change protocol to get can-utils of source code from git to https. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyqt : Move RDEPENDS on python-sip to PyQT.Philip Balister2015-03-211-1/+1
| | | | | | | | python-sip has the runtime support for PyQT. Also drop the need for anki to RDEPEND on python-sip. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sip: Split python into a new package for runtime support.Philip Balister2015-03-211-1/+3
| | | | | | | The package is named python-sip for backwards compatibility. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mozjs 17.0.0: fix aarch64 and 64k page builds, generic cleanupsKoen Kooi2015-03-066-3/+3562
| | | | | | | | | | | | | | | * Mozjs17 has problems with 64k page sizes (powerpc64, aarch64 and probably others) and lacks support for aarch64. Patches were lifted from the fedora src rpm and rediffed. * Regenerate configure with autoconf-2.13 to make the fixes mentioned above take effect. * Provide proper config.guess and config.sub files * Explicitly disable static builds and regroup configure options. * Also clean out the patches/ dir present in the tarball to avoid conflicts with the OE patcher. Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* collectd: Backport fix build with newer gccKhem Raj2015-03-032-0/+31
| | | | | | | | on mips we get the errors of type mismatch Change-Id: Ib7b3bd243417d1ba77e8167daf761fd4a2fc2e64 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* logwatch_7.4.1.bb: Bug fixLi xin2015-02-271-1/+0
| | | | | | | | The "ln -sf ../..${datadir}/logwatch/scripts/logwatch.pl ${D}${sysconfdir}/cron.daily/0logwatch" is wrong. it will lead to the logwatch unable to be used. so delete it. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* p7zip: new recipeRaphael Freudiger2015-02-272-0/+48
| | | | | | | | p7zip is the command line version of 7-Zip for Unix/Linux. Signed-off-by: Raphael Freudiger <raphael.freudiger@siemens.com> Reviewed-By: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsyslog: fix name of syslogd ua groupSteffen Sledz2015-02-271-3/+3
| | | | | | | | All the other syslogd implementations use 'syslogd' as update alternatives group name. So rsyslogd should use this too. Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zram: remove bash dependency from init scriptAndre McCurdy2015-02-121-2/+2
| | | | | Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tmux: remove sed-native from DEPENDSPaul Eggleton2015-02-121-1/+1
| | | | | | | | We rely on the host sed all over the place; we don't need sed-native here just because it's being used in do_configure. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsyslog: don't call init script in logrotate conf fileJackie Huang2015-02-121-2/+2
| | | | | | | | | Send HUP signal instead of calling the reload command of init script in logrotate configure file, so that it also works when the init system is systemd. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsyslog: add packageconfig for imfile moduleJackie Huang2015-02-121-1/+2
| | | | | | | * imfile: Text file input module, added as default Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* polkit-group-rule: Add polkitd user and groupAsh Charles2015-02-121-0/+1
| | | | | | | | | | | | | | | | | | | | Recipes including polkit-group-rule.inc correctly install a directory with the user and group set as 'polkitd'. To avoid warnings like these when assemblying the rootfs, WARNING: log_check: warning: user polkitd does not exist - using root ... WARNING: log_check: warning: group polkitd does not exist - using root create this user and group. Note: although the polkit recipe itself, on which this depends, is creating this same user and group, it seems that the useradd class needs this to be specified independently. Signed-off-by: Ash Charles <ashcharles@gmail.com> Acked-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: add x11 to required DISTRO_FEATURESMartin Jansa2015-02-124-4/+10
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mozjs_17.0.0: Fix build error in powerpc(e500v2)leimaohui2015-02-122-0/+37
| | | | | | | | | | | To fix the bug as following error: cannot convert '__va_list_tag**' to '__va_list_tag (*)[1]' for argument '5' to 'JSBool TryArgumentFormatter(JSContext*, const char**, JSBool, jsval**, __va_list_tag (*)[1])' Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nana: add new recipeLi xin2015-02-123-0/+211
| | | | | | | | | GNU Nana is a free library providing improved support for assertion checking (as in assert.h) and logging (printf style debugging) in GNU C and C++. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsyslog: set the default file permissionJackie Huang2015-01-281-0/+2
| | | | | | | | We use the default file permission root:adm for syslog-ng, so set the same for rsyslog. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsyslog: fix build with json-0.12Martin Jansa2015-01-152-0/+46
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dlm: add a new recipeleimaohui2015-01-121-0/+49
| | | | | | | The kernel dlm requires a user daemon to control membership. Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* corosync_2.3.4: add new recipeleimaohui2015-01-121-0/+61
| | | | | | | The Corosync Cluster Engine and Application Programming Interfaces. Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libqb: add new recipeleimaohui2015-01-121-0/+26
| | | | | | | An IPC library for high performance servers. Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.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>
* 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>
* 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>
* 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>
* t1lib: Fix license format QA errorOtavio Salvador2014-12-311-1/+1
| | | | | | | | | | | | Fix following QA error: ,---- | WARNING: Recipe t1lib, LICENSE (LGPLv2 GPLv2) 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>
* dash: Fix license format QA errorOtavio Salvador2014-12-311-1/+1
| | | | | | | | | | | | This adds the & operator to fix the following QA error: ,---- | WARNING: Recipe dash, LICENSE (BSD GPLv2+) 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>
* anki: python-sip package replaces with just sip.Philip Balister2014-12-191-1/+1
| | | | | | | The sip package provides python support for the target. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sip: Update to 4.14.2.Philip Balister2014-12-192-35/+50
| | | | | | | | | | | | The sip configure.py script now has some support for cross compiling. This allowed simplication of the existing OpenEmbedded sip support. The sip recipe now produces support for builds via sip-native and target runtime via sip. This has been build and runtime tested on the zedboard and ettus-e300. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zsh: fixing B!=S build issueRaphael Silva2014-12-191-3/+1
| | | | | | | | | Provided correct path for gnu-configize, since It is beeing executed in ${B} so It is not able to find configure.ac Signed-off-by: Raphael Silva <rapphil@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* polkit-gnome, gdm, network-manager-applet: blacklist because ↵Martin Jansa2014-12-171-0/+2
| | | | | | polkit-gnome.do_configure fails Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* PNBLACKLIST: use weak assignmentsMartin Jansa2014-12-173-3/+2
| | | | | | | * this makes it easier to unblacklist it from local.conf which is parsed before the recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* logcheck: Add new recipeQian Lei2014-12-171-0/+38
| | | | | | | | Logcheck is a simple utility which is designed to allow a system administrator to view the log-files which are produced upon hosts under their control. Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* logwatch: Add new recipeQian Lei2014-12-171-0/+58
| | | | | | | | | | Logwatch is a customizable, pluggable log-monitoring system. It will go through your logs for a given period of time and make a report in the areas that you wish with the detail that you wish. Easy to use - works right out of the package on many systems. Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* acpitests: fixing failing recipeRaphael Silva2014-12-101-2/+1
| | | | | | | | Removed from blacklist and fixed do_compile error due to sysroot poisoning. Fixed removing the redefinition of CC. Signed-off-by: Raphael Silva <rapphil@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* haveged: Add recipe for haveged entropy daemon v1.9.1Sven Ebenfeld2014-12-092-0/+52
| | | | | | | | | | | As we are building software for headless embedded devices, we don't want to rely on the entropy generated by default linux kernel mechanisms. Haveged seems to be a good solution in providing more entropy for headless devices. Upstream-Status: Pending Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lockfile-progs: Add new recipeQian Lei2014-12-091-0/+24
| | | | | | | | lockfile-progs provide a method to lock and unlock mailboxes and files safely (via liblockfile). Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tiptop: Add new recipeQian Lei2014-12-091-0/+26
| | | | | | | | | | Tiptop is a performance monitoring tool for Linux. It provides a dynamic real-time view of the tasks running in the system. Tiptop is very similar to the top utility, but most of the information displayed comes from hardware counters. Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* iotop: Drop python-distutils from RDEPENDSMartin Jansa2014-11-281-1/+1
| | | | | | * nothing in iotop is using that for normal function Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* acpitests: Blacklist failing recipeMartin Jansa2014-11-281-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* indent: Add new recipeQian Lei2014-11-281-0/+22
| | | | | | | | | | Indent is a GNU program for beautifying C code, so that it is easier to read. Indent can also convert from one C writing style to a different one. Indent understands correct C syntax and tries to handle incorrect C syntax. Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fwts: update to 14.09.00 releaseFathi Boudra2014-11-241-3/+3
| | | | | | | | * bump PV and matching SRCREV * add glib-2.0 to DEPENDS, introduced in 14.09.00 with logind support Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dash: Port from openembedded and upgrade to 0.5.8Bian Naimeng2014-11-241-0/+27
| | | | | Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rrdtool: add missing dependency on groff-nativeJackie Huang2014-11-241-1/+1
| | | | | | | rrdtool needs groff-native to format the documentation. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rrdtool: inherit cpan-base to help build perl modulesJackie Huang2014-11-241-9/+9
| | | | | | | | | | | | | It's incorrect to use -I for nativeperl to specify @INC/#include directory to target build perl, which cause error like: | temp/do_configure/run.do_configure.20749: line 112: 20256 Illegal instruction (core dumped) | perl -I/path/to/tmp/sysroots/intel-haswell-64/usr/lib64/perl/$perl_version Makefile.PL Inherit cpan-base and set related env vars to fix this and avoid using sed to hack Makefile when build perl modules. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rarpd: add new recipeLi xin2014-11-248-0/+802
| | | | | | | | | | | | | | | RARP (Reverse Address Resolution Protocol) is a protocol which allows individual devices on an IP network to get their own IP addresses from the RARP server. Some machines (e.g. SPARC boxes) use this protocol instead of e.g. DHCP to query their IP addresses during network bootup. Linux kernels up to 2.2 used to provide a kernel daemon for this service,but since 2.3 kernels it is served by this userland daemon. You should install rarpd if you want to set up a RARP server on your network. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>