summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
* zram: Drop allarchMartin Jansa2014-01-041-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>
* net-snmp: Backport fix for NETSNMP_NO_SYSTEMD typosJavier Viguera2013-10-101-2/+4
| | | | | | | | | Use patch from master branch to fix: snmpd.c:459: undefined reference to `netsnmp_sd_listen_fds' Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
* hexedit: new recipeEric BENARD2013-08-252-0/+47
| | | | | Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rrdtool: add PACKAGECONFIG for dbiMartin Jansa2013-08-221-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-08-221-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-08-221-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>
* 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>
* net-snmp: Update to 5.7.2Jack Mitchell2013-04-193-20072/+4
| | | | | | - Removed some un-needed patches Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
* net-snmp: fix failure when starting on system without pci busJack Mitchell2013-04-192-0/+67
| | | | | | | | | | | The snmpd daemon cannot start on platforms without a pci bus: snmpd[15460]: pcilib: Cannot open /proc/bus/pci snmpd[15460]: pcilib: Cannot find any working access method. snmpd should not depend on a PCI bus and should simply move on. Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
* atftp: move to meta-networking and tweakPaul Eggleton2013-04-195-405/+0
| | | | | | | | | | * Add origin and Upstream-Status to patches * Set SUMMARY instead of DESCRIPTION * Add ${PN}d to PACKAGES instead of atftpd to be consistent with the rest of the recipe Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-1530-165/+165
| | | | | | | | | | | | | | | | | | | | | | | | | * This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* polkit: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-151-2/+1
| | | | | | * POLKITAUTH isn't used anymore PACKAGECONFIG should select right version for systemd now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsyslog: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-151-5/+9
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zram: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-152-2/+23
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* atftp: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-152-2/+27
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* net-snmp: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-155-5/+1677
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* polkit: add (taken from oe-core)Ross Burton2013-03-217-1/+232
| | | | | | | | | PolKit will be removed from oe-core as it isn't massively applicable in embedded, isn't used by anything by default anymore, and future upgrades require the SpiderMonkey JavaScript runtime. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* net-snmp: EXTENDPV is now EXTENDPKGVEric BENARD2013-03-131-2/+2
| | | | | Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* 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>