aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
AgeCommit message (Collapse)Author
2012-10-30iotop: add from OE-Classic, update and tidy upPaul Eggleton
* Update to 0.4.4, adjusting python module dependencies as appropriate * Add SUMMARY and DESCRIPTION * Add LIC_FILES_CHKSUM * Make LICENSE more accurate * Fix unpackaged directory warning Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-10-30ddrescue: add from OE-Classic, update and tidy upPaul Eggleton
* Update to 1.16 * Add LIC_FILES_CHKSUM * Add SUMMARY and extend DESCRIPTION * Drop PRIORITY * Drop AUTHOR (generally we don't include this) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-10-24hplip: Introduce version 3.12.6Marc Reilly
This introduces a recipe to build hplip 3.12.6 in a simple configuration aimed at USB printers. It is based on a 3.11.3a recipe for oe classic by Steve Sakoman. The hp-setup program is patched to add a small delay after restarting cups, as on slower embedded systems the cups daemon would sometimes not restart quickly enough and adding a new printer would sporadically fail. Tested on an armv6 system (with cups 1.4.6, ghostscript 9.05, foomatic). Signed-off-by: Marc Reilly <marc@cpdesign.com.au> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-24Jansson: new recipe, library for creating and manipulating JSON strings in CJack Mitchell
Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-19PACKAGES_DYNAMIC: use regexp not globMartin Jansa
* bitbake uses PACKAGES_DYNAMIC as regexp ^ could make matching faster (and it will be more clear that we're expecting regexp not glob) * made all those last '-' optional, use .* (or nothing) * use += instead of = in most cases to keep ${PN}-locale from bitbake.conf:PACKAGES_DYNAMIC = "^${PN}-locale-.*" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-17rrdtool: add pango to DEPENDSPaul Eggleton
The configure script fails without pangocairo which is provided by pango. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-10-10libconfig: port from classic and updateAndrea Galbusera
* based on recipe from oe-classic * update to currently available upstream version 1.4.9 Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-10owfs: Update to 2.8p20 versionOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-10net-snmp: add pciutils to dependenciesMarcin Juszkiewicz
It is using libpci if it is available and there is no --disable-pci switch. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2012-10-10libdivecomputer: added missing AM_PROG_ARMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2012-10-09lcdproc: add recipe from OE-Classic and update/clean upPaul Eggleton
* Update to latest upstream version 0.5.5 * Add an Ubuntu patch to fix incompatibility with current automake * Use automatic package splitting for drivers * Allow specifying drivers to build via LCD_DRIVERS * Allow specifying default enabled driver via LCD_DEFAULT_DRIVER * Disable g15 driver by default (but allow it to be re-enabled using PACKAGECONFIG, assuming the required recipes are also provided). * Fix conf files not going into lcdvc and lcdd packages due to override expansion not happening at the expected time (for CONFFILES_*) * Remove some unnecessary cruft * Move packaging parts of recipe below do_install * Add LIC_FILES_CHKSUM * Make LICENSE more accurate * Add SUMMARY Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-04libcec: Update to 1.9.0 versionOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-09-24zram: Integrate an init scriptAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-09-24zsh: Change from 4.3.17 to 5.0.0, which is the latest stable release. Also ↵Martin Ertsaas
change the mirror from the zsh ftp server, which is really slow and unstable, to a sourceforce mirror. The reason for removing the 4.3.17 recipe is that it used the ftp mirror, which has removed the 4.3.17 tarbal used. Signed-off-by: Martin Ertsaas <mertsas@cisco.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-09-20recipes: few more PR bumps to rebuild after libffi5 -> libffi6Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-09-11sip-native: inherit qmake2 instead of qt4x11Martin Jansa
* it seems enough * inherit qt4x11 adds dependency on target qt4-x11-free, which is bad, because we don't need it and it's causing different sstate checksum: $ bitbake-diffsigs stamps.1347348593/nokia900/x86_64-linux/sip-native-4.13.3-r0.do_configure.sigdata.6e44871660ef91eab5ee4d56e55b6728 stamps.1347348593/om-gta02/x86_64-linux/sip-native-4.13.3-r0.do_configure.sigdata.cdaf666b98c2c6ccfb710743dcdbd988 Hash for dependent task qt4-x11-free_4.8.1.bb.do_populate_sysroot changed from 79234aca07686c1d97782e21fc098071 to 7e9ba3de3ba9f709a5d9ef5abadb2d9e Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-11libwmf: fix DEPENDS_virtclass-nativeMartin Jansa
* libpng and jpeg are not expaned to native variants, causing different sstate checksums when libwmf-native is build with MACHINEs with e.g. different PACKAGE_ARCH * maybe it's fault in handling DEPENDS_virtclass-native and it should expand it, but this patch fixes it too http://lists.linuxtogo.org/pipermail/openembedded-core/2012-September/029394.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-06libplist: add upstream patch to fix parallel make issueJack Mitchell
Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-07anki: import from oe-classicMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-07sip: import from oe-classic and upgrade to latestMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-31liblockfile, libungif: import from oe-classicMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-31gnuplot: import from meta-smartphoneMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-16rsyslog: move systemd support to meta-systemdAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-07-16atftp: move systemd support to meta-systemdAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-07-16net-snmp: move systemd support to meta-systemdAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-07-16cronie: move systemd support to meta-systemdAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-07-16lighttpd: move systemd support to meta-systemdAndreas Müller
2012-07-16polkit: meta-systemd reworkAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-07-09lighttpd: follow oe-core to 1.4.31Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-25libmodbus: update to 3.0.3Andrea Galbusera
v2: also reword SRC_URI with ${BPN}/${BP} Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-05recipes: bump PR to fix -systemd postinsts where SYSTEMD_SERVICE was used ↵Martin Jansa
without PN* suffix Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-05owfs: enable/disable modules to make build predicableOtavio Salvador
We enforce the avaiability of w1 kernel support and owfs filesystem but disable Perl, Python and PHP buildings for now. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-05owfs: update to 2.8p15Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-05-16libmodbus: ported recipe from classic and updatedAndrea Galbusera
* based on recipe by Radoslav Kolev which was in classic * updated to latest released version 3.0.2 v2: * drop git version of recipe * drop no longer used PRIORITY v3: * drop PR = "r0" Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-05-14rrdtool: add 1.4.7Koen Kooi
All binding are disabled since they are not safe for cross-compilation. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-05-04gtkmathview: fix build with gcc-4.7Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-25net-snmp: split net-snmp-serverMario Domenech Goulart
net-snmp-server has been split into two packages: net-snmp-server-snmpd and net-snmp-server-snmptrapd net-snmp-server is now a "meta-package" which depends on net-snmp-server-snmpd and net-snmp-server-snmptrapd. net-snmpd-server-systemd in no longer generated. It has been split into net-snmp-server-snmpd-systemd and net-snmp-server-snmptrapd-systemd. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
2012-04-24meta-openembedded: net-snmp: systemd supportMario Domenech Goulart
Backported systemd-related commits from net-snmp's master branch (full description in the systemd-support.patch file). .service files slightly adapted from Fedora's. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-17lighttpd: lastest oe-core installs lighttpd.conf directly to /etc/Radek Dostal
Signed-off-by: Radek Dostal <rd@radekdostal.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-11zsh: Add initial recipe for version 4.3.17.Peter Tworek
Run tested on netbook pro. Signed-off-by: Peter Tworek <tworaz666@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-11lighttpd: inherit systemd / remove unneded systemd codeAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-04atftp: fix atftpd's systemd serviceOtavio Salvador
The atftpd do not create the pid file and systemd sends a SIGTERM to it if the pid file cannot be found. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-04polkit 0.104 bbappend: append to PACkAGECONFIG instead of overwriting itKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-26Quoting fixesMartin Jansa
* We have various variables which are either not quoted at all or are * half quoted. This patch fixes the bad exmaples so everything is consistent. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-23polkit: enable and disable systemd/consolekit support explicitlyMartin Jansa
* people using sysvinit need to add something like PACKAGECONFIG = "${@base_contains('VIRTUAL-RUNTIME_init_manager', 'sysvinit', 'consolekit', 'systemd', d)}" or just PACKAGECONFIG = "consolekit" to their own .bbappend if they don't want to get systemd in their images. * and for the rest it will enable systemd explititly Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-23rsyslog: remove unneeded systemd codeAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-23atftp: remove unneeded systemd codeAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-23cronie: remove unneeded systemd codeAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-20net-snmp: move static libs onto ${PN}-staticdevOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-02-20net-snmp: use netlink supportOtavio Salvador
To properly compile with netlink we added a patch that ports the netlink use to libnl-3 API. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>