summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
...
* tcsh: Depend on ncurses.Khem Raj2013-03-131-1/+1
| | | | | | | | | | 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>
* polkit: Remove authentication override as it is handled in OE-CoreOtavio Salvador2013-03-131-8/+1
| | | | | | | | | OE-Core now handles the detection of authentication so we don't need to do it here. The bbappend file is kept to provide the upgrade path only, or the revision would go backwards. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tcsh: Upgrade tcsh_6.17.02.bb -> tcsh_6.18.01.bbKhem Raj2013-03-135-71/+16
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* redis: add new recipe for redis-2.6.9Kevin Baker2013-02-166-0/+742
| | | | | | | | | | | | | | | | | | | | | A recipe for Redis 2.6.9, an advanced key-value store. Needed some patching of Makefiles and deps to get it to work with OE. OE Specific configuration: This is built to override MALLOC and use libc's malloc instead of the provided jemalloc or tcmalloc that weren't building correctly. Also the default savepoint setting was updated in the default redis.conf to tune for a small embedded system. Known Bug: redis-cli eats all the input on a serial port - watch out when using the serial console with redis-cli. see https://github.com/antirez/linenoise/issues/38 Tested with Yocto "Danny" / armv7a. Signed-off-by: Kevin Baker <kevinb@ventureresearch.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* jansson: update to 2.4Jack Mitchell2013-01-251-2/+2
| | | | | Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* uml-utilities: Forward port recipe from OE classicKhem Raj2013-01-083-0/+126
| | | | | | Imported at SHA e12cf65f2fd58135039d73b9290ebee763161416 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libuio: Add recipe for version 0.2.1Khem Raj2013-01-081-0/+17
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dmidecode: Forward port from OE-ClassicKhem Raj2013-01-081-0/+21
| | | | | | at SHA 16f464bd8cff6b6a27d9bfe691f7adc875d01ac2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcsh: Add recipes for packageKhem Raj2013-01-0814-0/+299
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* atftp: Upgrade to latest from gitKhem Raj2013-01-083-10/+311
| | | | | | Add patches to let atftp serve huge ramdisks >500M in size Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liblockfile: Upgrade 1.06 -> 1.09Khem Raj2013-01-086-21/+22
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jansson_2.3.1.bb: Fix multilib use BPN in SRC_URI instead of PNKhem Raj2013-01-081-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* net-snmp: Use ${PN} instead of hardcoding net-snmpKhem Raj2013-01-081-3/+3
| | | | | | | | This shows up when doing multilib builds where PN != BPN and warnings about non existent systemd packages are popping up. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sip-native: upgrade to 4.14.2Martin Jansa2013-01-021-4/+3
| | | | | | * only copyright year updated in LIC_FILES_CHKSUM Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-sip, sip-native: use SF mirror instead of riverbankcomputing.comMartin Jansa2012-12-251-1/+3
| | | | | | * riverbankcomputing.com keeps only very latest version while SF keeps few versions Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hplip: fix build with newer cupsMartin Jansa2012-12-232-0/+398
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: Fix erroneous use of "startline" in LIC_FILES_CHKSUMPaul Eggleton2012-12-164-4/+4
| | | | | | | | | "beginline" is the correct parameter name. Checksums have been updated where necessary (i.e. if the beginning line was something other than the default of 1). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dialog: added gnu-configize for AArch64 supportMarcin Juszkiewicz2012-12-161-0/+1
| | | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* iotop: don't fail when site.py* does not existMartin Jansa2012-12-141-3/+4
| | | | | | * also remove usr/share/share removal, it's taken care of in distutils.bbclass now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libwmf: fix QA warningsMartin Jansa2012-12-111-2/+3
| | | | | | | * fixes: libwmf-0.2.8.4: non -staticdev package contains static .a library: libwmf-dev path '/work/armv4t-oe-linux-gnueabi/libwmf/0.2.8.4-r2/packages-split/libwmf-dev/usr/lib/gtk-2.0/2.10.0/loaders/io-wmf.a' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zsh: added gnu-configize to do_configure()Marcin Juszkiewicz2012-12-041-0/+1
| | | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* rrdtool: Remove hard-coded include in configure.acMarc Ferland2012-11-292-1/+13
| | | | | | | | | | Got an error building rrdtool because of hard-coded paths in the configure.ac file. The extact error message was: ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Rerun configure task after fixing this. The path was '/home/marc/yoctomaster/build/crownbay/tmp/work/core2-poky-linux/rrdtool-1.4.7-r2/rrdtool-1.4.7' Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* iotop: add from OE-Classic, update and tidy upPaul Eggleton2012-10-301-0/+24
| | | | | | | | | | * 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>
* ddrescue: add from OE-Classic, update and tidy upPaul Eggleton2012-10-301-0/+18
| | | | | | | | | | * 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>
* hplip: Introduce version 3.12.6Marc Reilly2012-10-243-0/+115
| | | | | | | | | | | | | | | 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>
* Jansson: new recipe, library for creating and manipulating JSON strings in CJack Mitchell2012-10-241-0/+12
| | | | | Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* PACKAGES_DYNAMIC: use regexp not globMartin Jansa2012-10-191-1/+1
| | | | | | | | | | * 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>
* rrdtool: add pango to DEPENDSPaul Eggleton2012-10-171-1/+3
| | | | | | | The configure script fails without pangocairo which is provided by pango. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* libconfig: port from classic and updateAndrea Galbusera2012-10-101-0/+14
| | | | | | | | * 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>
* owfs: Update to 2.8p20 versionOtavio Salvador2012-10-101-5/+2
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* net-snmp: add pciutils to dependenciesMarcin Juszkiewicz2012-10-101-1/+1
| | | | | | | It is using libpci if it is available and there is no --disable-pci switch. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
* libdivecomputer: added missing AM_PROG_ARMarcin Juszkiewicz2012-10-102-1/+22
| | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
* lcdproc: add recipe from OE-Classic and update/clean upPaul Eggleton2012-10-093-0/+122
| | | | | | | | | | | | | | | | | | | | | * 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>
* libcec: Update to 1.9.0 versionOtavio Salvador2012-10-041-5/+5
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* zram: Integrate an init scriptAndrei Gherzan2012-09-242-0/+108
| | | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* zsh: Change from 4.3.17 to 5.0.0, which is the latest stable release. Also ↵Martin Ertsaas2012-09-242-21/+30
| | | | | | | | | | 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>
* recipes: few more PR bumps to rebuild after libffi5 -> libffi6Martin Jansa2012-09-201-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sip-native: inherit qmake2 instead of qt4x11Martin Jansa2012-09-111-1/+2
| | | | | | | | | | | | * 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>
* libwmf: fix DEPENDS_virtclass-nativeMartin Jansa2012-09-111-2/+2
| | | | | | | | | | | * 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>
* libplist: add upstream patch to fix parallel make issueJack Mitchell2012-09-062-1/+25
| | | | | Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* anki: import from oe-classicMartin Jansa2012-08-076-0/+66
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sip: import from oe-classic and upgrade to latestMartin Jansa2012-08-071-0/+33
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* liblockfile, libungif: import from oe-classicMartin Jansa2012-07-316-0/+199
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnuplot: import from meta-smartphoneMartin Jansa2012-07-317-0/+597
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsyslog: move systemd support to meta-systemdAndreas Müller2012-07-161-5/+5
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* atftp: move systemd support to meta-systemdAndreas Müller2012-07-162-17/+3
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* net-snmp: move systemd support to meta-systemdAndreas Müller2012-07-164-1657/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* cronie: move systemd support to meta-systemdAndreas Müller2012-07-162-21/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* lighttpd: move systemd support to meta-systemdAndreas Müller2012-07-162-23/+0
|
* polkit: meta-systemd reworkAndreas Müller2012-07-161-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>