aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
AgeCommit message (Collapse)Author
2012-07-13owfs: 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> Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-07-13owfs: update to 2.8p15Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-07-13rrdtool: 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> Signed-off-by: Eric Bénard <eric@eukrea.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>
2012-02-20net-snmp: sync with 5.7 maintainence branchOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-02-20polkit: depends on systemdOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-02-13recipes: bump PR to rebuild .la files without libz.laMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-05tmux: Add initial recipe for version 1.6.Peter Tworek
Run tested on netbook pro. Signed-off-by: Peter Tworek <tworaz666@gmail.com> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-05tzcode-native_2011i: remove and use oe-core recipeAndrea Adami
* there are no evident reasons justifying the presence in meta-oe layer. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-05tzdata_2011g: remove and use the updated recipe in oe-core.Andrea Adami
* The tzdata_2011n recipe in oe-core now provides sane defaults, * as committed with id 5304ce429f2c05857f04fbe3b47a067983ca96be Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-26libcec: fix packagingKoen Kooi
The kernel module and .so change are needed to make it actually work with the adapter. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-24libcec: add 1.4.0Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-24libplist: add 1.8Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-15owfs: import 2.8p4 from OE-classic, update to 2.8p14Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-03lighttpd: move bbappend to new version to match OE-coreKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-24dialog: add 1.1-20111020 recipe (dynamic and static)Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-23rsyslog: move systemd support to rsyslog-systemdOtavio Salvador
This makes the package consistent with others supporting systemd and also cleans up the recipe using the systemd.bbclass. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-15tz*: download location has movedUlf Samuelsson
Signed-off-by: Ulf Samuelsson <ulf@emagii.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-06nostromo-1.9.5: add recipeEric BENARD
Nostromo is a simple, fast and secure webserver. The patch was imported from the OpenEmbedded git server (git://git.openembedded.org/openembedded) as of commit id 2218504b0413efaf2b1f643a802176eb803a9bf6 and updated to the latest stable version available. Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-06add net-snmp-5.7.1Eric BENARD
the recipe was imported from OE-classic and upgraded to latest stable. Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-06atftp: correctly handle init scriptEric BENARD
else it's affected to atftp package which is the client and not the server, but the init file is only in the server package thus leading to the following log at boot : Configuring atftp. update-rc.d: /etc/init.d/atftpd: file does not exist while at it, there is a cosmetic change from _atftpd to _${PN}d to make the recipe consistent Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-21libwmf 0.2.8.4: fix native buildKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-21gtkmathview: add 0.8.0Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-21t1lib: add 5.1.2Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-21libwmf: add 0.2.8.4Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-10atftp: add 0.7 versionOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-10canutils: add 4.0.6Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-10libsocketcan: add 0.0.8 + fixesKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-09rsyslog: change postrm to prermAnders Darander
The systemd service can't be disabled if it already has been removed, thus disable it prior to removing the package. Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-08cronie 1.4.8: add native systemd supportKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-03lighttpd: bbapend 1.4.29 to add native systemd supportKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-24subsurface: update to 1.1 release, start using gitpkgvKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-15subsurface: inital addKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-15libdivecomputer: initial addKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-07tzcode-native: switch to 2011i as 2011g is no more fetchableEric BENARD
Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-14Drop PRIORITY variablePaul Eggleton
As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the references. Thanks to Phil Blundell for the command. (Prompted by oe-core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-01tzcode: Update tzdata version.Anders Darander
Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>