summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
...
* lighttpd: follow oe-core to 1.4.31Andreas Müller2012-07-091-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libmodbus: update to 3.0.3Andrea Galbusera2012-06-251-3/+3
| | | | | | | 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>
* recipes: bump PR to fix -systemd postinsts where SYSTEMD_SERVICE was used ↵Martin Jansa2012-06-051-1/+1
| | | | | | | | 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>
* owfs: enable/disable modules to make build predicableOtavio Salvador2012-06-051-0/+7
| | | | | | | | 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>
* owfs: update to 2.8p15Otavio Salvador2012-06-051-2/+2
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libmodbus: ported recipe from classic and updatedAndrea Galbusera2012-05-161-0/+16
| | | | | | | | | | | | | | | * 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>
* rrdtool: add 1.4.7Koen Kooi2012-05-142-0/+1766
| | | | | | All binding are disabled since they are not safe for cross-compilation. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gtkmathview: fix build with gcc-4.7Martin Jansa2012-05-042-1/+50
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* net-snmp: split net-snmp-serverMario Domenech Goulart2012-04-252-9/+17
| | | | | | | | | | | | | | 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>
* meta-openembedded: net-snmp: systemd supportMario Domenech Goulart2012-04-244-2/+1654
| | | | | | | | | | 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>
* lighttpd: lastest oe-core installs lighttpd.conf directly to /etc/Radek Dostal2012-04-172-3/+3
| | | | | | 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>
* zsh: Add initial recipe for version 4.3.17.Peter Tworek2012-03-111-0/+51
| | | | | | | Run tested on netbook pro. Signed-off-by: Peter Tworek <tworaz666@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lighttpd: inherit systemd / remove unneded systemd codeAndreas Müller2012-03-111-11/+5
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* atftp: fix atftpd's systemd serviceOtavio Salvador2012-03-042-2/+1
| | | | | | | | 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>
* polkit 0.104 bbappend: append to PACkAGECONFIG instead of overwriting itKoen Kooi2012-03-041-1/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Quoting fixesMartin Jansa2012-02-261-1/+1
| | | | | | | | * 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>
* polkit: enable and disable systemd/consolekit support explicitlyMartin Jansa2012-02-231-2/+5
| | | | | | | | | | | | * 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>
* rsyslog: remove unneeded systemd codeAndreas Müller2012-02-231-6/+1
| | | | | | 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>
* atftp: remove unneeded systemd codeAndreas Müller2012-02-231-8/+2
| | | | | | 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>
* cronie: remove unneeded systemd codeAndreas Müller2012-02-231-11/+1
| | | | | | 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>
* net-snmp: move static libs onto ${PN}-staticdevOtavio Salvador2012-02-201-4/+3
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* net-snmp: use netlink supportOtavio Salvador2012-02-203-3/+73
| | | | | | | 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>
* net-snmp: sync with 5.7 maintainence branchOtavio Salvador2012-02-202-1/+20000
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* polkit: depends on systemdOtavio Salvador2012-02-201-0/+3
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* recipes: bump PR to rebuild .la files without libz.laMartin Jansa2012-02-132-0/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tmux: Add initial recipe for version 1.6.Peter Tworek2012-02-051-0/+18
| | | | | | | | 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>
* tzcode-native_2011i: remove and use oe-core recipeAndrea Adami2012-02-052-38/+0
| | | | | | | * 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>
* tzdata_2011g: remove and use the updated recipe in oe-core.Andrea Adami2012-02-052-189/+0
| | | | | | | | * 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>
* libcec: fix packagingKoen Kooi2012-01-261-0/+7
| | | | | | 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>
* libcec: add 1.4.0Koen Kooi2012-01-241-0/+16
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libplist: add 1.8Koen Kooi2012-01-241-0/+19
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* owfs: import 2.8p4 from OE-classic, update to 2.8p14Koen Kooi2012-01-153-0/+184
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* lighttpd: move bbappend to new version to match OE-coreKoen Kooi2012-01-031-0/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dialog: add 1.1-20111020 recipe (dynamic and static)Otavio Salvador2011-12-243-0/+36
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* rsyslog: move systemd support to rsyslog-systemdOtavio Salvador2011-12-231-15/+8
| | | | | | | 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>
* tz*: download location has movedUlf Samuelsson2011-12-152-5/+5
| | | | | Signed-off-by: Ulf Samuelsson <ulf@emagii.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nostromo-1.9.5: add recipeEric BENARD2011-12-065-0/+283
| | | | | | | | | | | | 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>
* add net-snmp-5.7.1Eric BENARD2011-12-065-0/+595
| | | | | | | 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>
* atftp: correctly handle init scriptEric BENARD2011-12-061-4/+6
| | | | | | | | | | | | | | 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>
* libwmf 0.2.8.4: fix native buildKoen Kooi2011-11-211-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gtkmathview: add 0.8.0Koen Kooi2011-11-212-0/+82
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* t1lib: add 5.1.2Koen Kooi2011-11-213-0/+275
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libwmf: add 0.2.8.4Koen Kooi2011-11-213-0/+69
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* atftp: add 0.7 versionOtavio Salvador2011-11-103-0/+98
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* canutils: add 4.0.6Koen Kooi2011-11-101-0/+16
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libsocketcan: add 0.0.8 + fixesKoen Kooi2011-11-101-0/+19
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* rsyslog: change postrm to prermAnders Darander2011-11-091-2/+2
| | | | | | | | 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>
* cronie 1.4.8: add native systemd supportKoen Kooi2011-11-082-0/+31
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* lighttpd: bbapend 1.4.29 to add native systemd supportKoen Kooi2011-11-032-0/+29
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* subsurface: update to 1.1 release, start using gitpkgvKoen Kooi2011-10-241-4/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>