aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
AgeCommit message (Collapse)Author
2013-11-01recipes: Remove PR = r0 from all recipesMartin Jansa
* Remove all PR = "r0" from all .bb files in meta-oe repo. This was done with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i * We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-21rsyslog: fix dependency name (json-c => libjson)Olof Johansson
Signed-off-by: Olof Johansson <olof.johansson@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-17rsyslog: update to 7.4.4Jack Mitchell
Signed-off-by: Jack Mitchell <jmitchell@cbnl.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-05libungif: update to upstream version 4.1.4Marko Lindqvist
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-05tipcutils: add recipeTing Liu
The Transparent Inter-Process Communication protocol allows applications in a clustered computer environment to communicate quickly and reliably with other applications, regardless of their location within the cluster. demo binaries are packaged to tipcutils-demos. Signed-off-by: Ting Liu <b28495@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-05canutils: update recipeEric BENARD
- use git hash instead of tag - backport "candump: Add error frame's handling" Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-05libsocketcan: upgrade to 0.0.9Eric BENARD
and include a compile fix Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17collectd: Add PACKAGECONFIG for undeterministic dependenciesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17gnuplot: Add PACKAGECONFIG for cairoMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17uml-utilities: Fix build errors exposed with multilibKhem Raj
With multilib it cant package the files that go into the arch independend lib dir Fixes ERROR: QA Issue: uml-utilities: Files/directories were installed but not shipped /usr/lib /usr/lib/uml /usr/lib/uml/port-helper /usr/lib/uml/.debug /usr/lib/uml/.debug/port-helper Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-05atftp, libuio: Update the SRC_URI to match upstream sf.net changeKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
2013-09-03acpica: bump to version 20130823Fathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-03acpica: fix recipe to be OE compliant with spacingFathi Boudra
Signed-off-by: Graeme Gregory <graeme.gregory@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-03acpica: fix parallel buildFathi Boudra
The compilation of the iasl utility fails when `make -j<N>' > 1. This commit cleans up the rules in generate/unix/iasl such that a `make -j' will succeed. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-03remove the unnecessary protocol parametersJackie Huang
It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-16owfs: move to meta-filesystems and upgradeHongxu Jia
- Move owfs from meta-oe to meta-filesystems - Upgrade owfs to 2.9p1 [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-16flashrom: Add flashrom recipeMatt Ranostay
Add flashrom recipe for managing recovery from bad UEFI updates. Signed-off-by: Matt Ranostay <mranostay@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-16sdk: add acpica recipeFathi Boudra
Signed-off-by: Naresh Bhat <naresh.bhat@linaro.org> Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Matt Ranostay <mranostay@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14subsurface: add dependency on gconfMartin Jansa
* fails without | Package gconf-2.0 was not found in the pkg-config search path. | Perhaps you should add the directory containing `gconf-2.0.pc' | to the PKG_CONFIG_PATH environment variable | No package 'gconf-2.0' found | main.c:7:32: fatal error: gconf/gconf-client.h: No such file or directory | #include <gconf/gconf-client.h> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-07-30rrdtool: add PACKAGECONFIG for dbiMartin Jansa
* dbi was autodetected from sysroot causing undeterministic builds and failures in lmsensors builds: ld: warning: libdbi.so.1, needed by sysroots/qemux86/usr/lib/librrd.so, not found (try using -rpath or -rpath-link) sysroots/qemux86/usr/lib/librrd.so: undefined reference to `dbi_result_get_string_idx' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-07-20lcdproc5: add PACKAGECONFIG for libftdi, libusbMartin Jansa
* drivers for lis, ula200 and i2500vfd weren't deterministicly enabled Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-07-12rsyslog: inherit pkgconfigMartin Jansa
* without pkgconfig it's failing to expand PKG_CHECK_MODULES macro: | rsyslog-5.8.0/configure: line 16111: syntax error near unexpected token `GNUTLS,' | rsyslog-5.8.0/configure: line 16111: ` PKG_CHECK_MODULES(GNUTLS, gnutls >= 1.4.0)' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-07-08hexedit: new recipeEric BENARD
Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-07-08collectd: remove empty /var/run directoryJonathan Liu
The /var/run directory is already created by base-files. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-20libungif: add native buildMarko Lindqvist
* newer versions of liberation-fonts need fontforge to build, and fontforge depends on libungif. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-20polkit-group-rule-datetime: initial addAndreas Müller
add user-group 'datetime' allowing members to change date/time/timezone settings Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2013-06-20polkit-group-rule-network: initial addAndreas Müller
add user-group 'network' allowing memebers to change networkmanager settings Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2013-06-20polkit-group-rule.inc: add a common template for polkit-rules/user-groupsAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2013-06-20polkit: update to 0.111Andreas Müller
note: this version's rules are written in jscript. The following tests were performed: * run-tests for gnome- and xfce-based image * update a package that installs a new rule to check if the restricted access rights for /etc/polkit-1/rules.d don't cause trouble Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2013-06-20mozjs: initial add 17.0.0Andreas Müller
later versions of polkit will need it Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2013-05-21collectd: fix build failure with libnotify in sysrootPaul Eggleton
If libnotify is in the sysroot, collectd will try to use it and then fail at do_compile because gtk/gtk.h can't be found. Since this is functionality that's not likely to be needed in the embedded context as far as collectd goes, just disable it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-19dmidecode: removeJonathan Liu
A newer version is available in OE-Core. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-07smartmontools: import from OE classicNicolas Dechesne
as discussed in [1], the following changes have been made since the initial version. - upgrade to latest upstream version - removal of the .inc file since the recipe is trivial - moved the recipe from recipe-support to recipe-extended [1] http://comments.gmane.org/gmane.comp.handhelds.openembedded/57914 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-26collectd: add recipe for 5.2.2Paul Eggleton
Based on initial version by Koen Kooi <koen@beagleboard.org>. Initscript borrowed from Debian with some tweaks. Note that since collectd uses libltdl, building this successfully required OE-Core commit db84eaf851b22b262d9dc48eb55bd5224a00fdd2 or else you get an error about "config/compile" being missing. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-26net-snmp: move to meta-networking and tweakPaul Eggleton
* Set SUMMARY instead of DESCRIPTION * Move SRC_URI checksums under SRC_URI * Move packaging definitions to the end Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-19nostromo: move to meta-webserver and tweakPaul Eggleton
* Add SUMMARY * Move SRC_URI checksums next to SRC_URI Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-19net-snmp: set correct SYSTEMD_PACKAGESJack Mitchell
Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-19net-snmp: merge .inc into .bb and clean up obsolete parts of recipeJack Mitchell
Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
2013-04-19net-snmp: Update to 5.7.2Jack Mitchell
- Removed some un-needed patches Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
2013-04-19net-snmp: fix failure when starting on system without pci busJack Mitchell
The snmpd daemon cannot start on platforms without a pci bus: snmpd[15460]: pcilib: Cannot open /proc/bus/pci snmpd[15460]: pcilib: Cannot find any working access method. snmpd should not depend on a PCI bus and should simply move on. Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
2013-04-19atftp: move to meta-networking and tweakPaul Eggleton
* Add origin and Upstream-Status to patches * Set SUMMARY instead of DESCRIPTION * Add ${PN}d to PACKAGES instead of atftpd to be consistent with the rest of the recipe Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15recipes: Unify indentationMartin Jansa
* This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2013-04-15polkit: move systemd support from meta-systemd back to meta-oeMartin Jansa
* POLKITAUTH isn't used anymore PACKAGECONFIG should select right version for systemd now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15rsyslog: move systemd support from meta-systemd back to meta-oeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15zram: move systemd support from meta-systemd back to meta-oeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15atftp: move systemd support from meta-systemd back to meta-oeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15net-snmp: move systemd support from meta-systemd back to meta-oeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-21polkit: add (taken from oe-core)Ross Burton
PolKit will be removed from oe-core as it isn't massively applicable in embedded, isn't used by anything by default anymore, and future upgrades require the SpiderMonkey JavaScript runtime. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-13net-snmp: EXTENDPV is now EXTENDPKGVEric BENARD
Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-13tcsh: Depend on ncurses.Khem Raj
This fixes the compile errors seen when building tcsh from scratch. Its not seen with image builds normally since ncurses is already built due to other image dependencies Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>