summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET2014-02-2321-21/+21
| | | | | | | | | | | | | Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* acpitests: add 20140114 releaseKoen Kooi2014-01-222-0/+590
| | | | | | | | | Before upstream split the source tarballs this was part of acpica-tools in various distros. Let's follow upstream naming in OE. This only builds and packages 'aapits', no other tests or helper scripts. Fixing the 'aapitsrun' helper script is left for a followup patch. Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* acpica: replace patch with EXTRA_OEMAKE argsKoen Kooi2014-01-222-21/+1
| | | | | | | No need to patch the makefile when you can just passs CC=${TARGET_PREFIX}gcc to make. Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* acpica: update to 20140114 releaseKoen Kooi2014-01-221-3/+2
| | | | | Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mozjs: Fix QA errors when building with multilibKhem Raj2014-01-221-0/+1
| | | | | | | | | | | | | | | | | | | | We do not take care of default libdir which accidently works out to be ok for non-multilib case since its /usr/lib Fixes error like ERROR: QA Issue: mozjs: Files/directories were installed but not shipped /usr/lib /usr/lib/libmozjs-17.0.a /usr/lib/libmozjs-17.0.so /usr/lib/pkgconfig /usr/lib/.debug /usr/lib/pkgconfig/mozjs-17.0.pc /usr/lib/.debug/libmozjs-17.0.so Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fwts: add 14.01 release of the firmware testsuiteKoen Kooi2014-01-223-0/+984
| | | | | Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Update after toplevel LICENSE file checksum changeMartin Jansa2014-01-043-3/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* acpica: update recipe to 20131115 releaseFathi Boudra2013-12-213-99/+14
| | | | | | | | | | drop fix-parallel-build.patch update md5sum/sha256sum refresh no-werro.patch Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Acked-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lib32-rsyslog: fix wrong systemd server fileKang Kai2013-12-211-1/+1
| | | | | | | | | | | | | When enable multilib on x86-64, it fails to build lib32-rsyslog with error: | ERROR: Function failed: SYSTEMD_SERVICE_lib32-rsyslog value lib32-rsyslog.service does not exist It uses wrong value ${PN}.service to set SYSTEMD_SERVICE. Correct it by using BPN. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zram: Drop allarchMartin Jansa2013-12-051-2/+3
| | | | | | | | | | | | * runtime dependencies are TUNE_PKGARCH causing do_package_write_* task to have different signature for MACHINEs with different TUNE_PKGARCH * move kernel-module-zram to RRECOMMENDS, because signature handler is excluding kernel-module-* dependencies only from RRECOMMENDS and also because some machine can have zram enabled in kernel and kernel-module-zram won't exist. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsyslog: rename libjson to json-c in DEPENDSOlof Johansson2013-11-241-1/+1
| | | | | | | The libjson recipe was renamed to json-c in commit 533c1db2 of oe-core. Signed-off-by: Olof Johansson <olof.johansson@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmodbus: update to upstream stable version 3.0.5Andrea Galbusera2013-11-181-3/+3
| | | | | | | * update SRC_URI according to download location for new releases Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Remove PR = r0 from all recipesMartin Jansa2013-11-011-1/+0
| | | | | | | | | | | * 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>
* rsyslog: fix dependency name (json-c => libjson)Olof Johansson2013-10-211-1/+1
| | | | | Signed-off-by: Olof Johansson <olof.johansson@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsyslog: update to 7.4.4Jack Mitchell2013-10-173-73/+16
| | | | | Signed-off-by: Jack Mitchell <jmitchell@cbnl.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libungif: update to upstream version 4.1.4Marko Lindqvist2013-10-051-3/+3
| | | | | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tipcutils: add recipeTing Liu2013-10-051-0/+40
| | | | | | | | | | | | 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>
* canutils: update recipeEric BENARD2013-10-052-2/+97
| | | | | | | | - 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>
* libsocketcan: upgrade to 0.0.9Eric BENARD2013-10-052-3/+43
| | | | | | | and include a compile fix Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* collectd: Add PACKAGECONFIG for undeterministic dependenciesMartin Jansa2013-09-171-0/+7
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnuplot: Add PACKAGECONFIG for cairoMartin Jansa2013-09-171-1/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* uml-utilities: Fix build errors exposed with multilibKhem Raj2013-09-171-2/+2
| | | | | | | | | | | | | | | | | | 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>
* atftp, libuio: Update the SRC_URI to match upstream sf.net changeKhem Raj2013-09-051-2/+2
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
* acpica: bump to version 20130823Fathi Boudra2013-09-031-2/+2
| | | | | Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* acpica: fix recipe to be OE compliant with spacingFathi Boudra2013-09-031-7/+6
| | | | | Signed-off-by: Graeme Gregory <graeme.gregory@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* acpica: fix parallel buildFathi Boudra2013-09-032-1/+82
| | | | | | | | | 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>
* remove the unnecessary protocol parametersJackie Huang2013-09-032-2/+2
| | | | | | | | | 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>
* owfs: move to meta-filesystems and upgradeHongxu Jia2013-08-163-188/+0
| | | | | | | | | | - 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>
* flashrom: Add flashrom recipeMatt Ranostay2013-08-161-0/+15
| | | | | | | 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>
* sdk: add acpica recipeFathi Boudra2013-08-163-0/+92
| | | | | | | 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>
* subsurface: add dependency on gconfMartin Jansa2013-08-141-1/+1
| | | | | | | | | | | | * 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>
* rrdtool: add PACKAGECONFIG for dbiMartin Jansa2013-07-301-0/+3
| | | | | | | | | | * 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>
* lcdproc5: add PACKAGECONFIG for libftdi, libusbMartin Jansa2013-07-201-2/+6
| | | | | | * drivers for lis, ula200 and i2500vfd weren't deterministicly enabled Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsyslog: inherit pkgconfigMartin Jansa2013-07-121-1/+1
| | | | | | | | * 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>
* hexedit: new recipeEric BENARD2013-07-082-0/+47
| | | | | Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* collectd: remove empty /var/run directoryJonathan Liu2013-07-081-0/+3
| | | | | | | 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>
* libungif: add native buildMarko Lindqvist2013-06-201-0/+2
| | | | | | | | * 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>
* polkit-group-rule-datetime: initial addAndreas Müller2013-06-202-0/+22
| | | | | | add user-group 'datetime' allowing members to change date/time/timezone settings Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* polkit-group-rule-network: initial addAndreas Müller2013-06-202-0/+22
| | | | | | add user-group 'network' allowing memebers to change networkmanager settings Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* polkit-group-rule.inc: add a common template for polkit-rules/user-groupsAndreas Müller2013-06-201-0/+9
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* polkit: update to 0.111Andreas Müller2013-06-205-156/+34
| | | | | | | | | | | | 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>
* mozjs: initial add 17.0.0Andreas Müller2013-06-202-0/+70
| | | | | | later versions of polkit will need it Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* collectd: fix build failure with libnotify in sysrootPaul Eggleton2013-05-211-0/+1
| | | | | | | | | | 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>
* dmidecode: removeJonathan Liu2013-05-191-21/+0
| | | | | | | 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>
* smartmontools: import from OE classicNicolas Dechesne2013-05-071-0/+13
| | | | | | | | | | | | | 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>
* collectd: add recipe for 5.2.2Paul Eggleton2013-04-264-0/+307
| | | | | | | | | | | | 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>
* net-snmp: move to meta-networking and tweakPaul Eggleton2013-04-268-2328/+0
| | | | | | | | | * 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>
* nostromo: move to meta-webserver and tweakPaul Eggleton2013-04-195-283/+0
| | | | | | | | * 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>
* net-snmp: set correct SYSTEMD_PACKAGESJack Mitchell2013-04-191-2/+2
| | | | | Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* net-snmp: merge .inc into .bb and clean up obsolete parts of recipeJack Mitchell2013-04-192-109/+98
| | | | Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>