aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
AgeCommit message (Collapse)Author
2014-09-18sdparm: split sdparm-scripts subpkgRobert Yang
Bash scripts: packages-split/sdparm/usr/bin/sas_disk_blink:#!/bin/bash packages-split/sdparm/usr/bin/scsi_ch_swp:#!/bin/bash The sdparm is a ~150K executable so making it pull in bash at >1000K isn't good for embedded systems. Neither script appears to be essential, so put them in sdparm-scripts as Randy suggested. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2014-09-18sg3-utils: add bash to RDEPENDS_sg3-utilsRobert Yang
Bash scripts: sg3-utils/usr/bin/scsi_stop:#!/bin/bash sg3-utils/usr/bin/scsi_mandat:#!/bin/bash sg3-utils/usr/bin/scsi_logging_level:#! /bin/bash sg3-utils/usr/bin/scsi_temperature:#!/bin/bash sg3-utils/usr/bin/scsi_start:#!/bin/bash sg3-utils/usr/bin/scsi_satl:#!/bin/bash sg3-utils/usr/bin/scsi_readcap:#!/bin/bash sg3-utils/usr/bin/scsi_ready:#!/bin/bash Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2014-09-01pps-tools: add recipePeter Bigot
This provides some utilities and a user-space header necessary to use the Linux KPPS (RFC 2783) capabilities of gpsd and ntp. Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-28mariadb: upgrade from 5.5.38 to 39Kang Kai
Upgrade mariadb from 5.5.38 to 5.5.39. Previous upgrade made a lot of work, so it is easy this time. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-27mariadb: add systemd unit fileChen Qi
The service file mainly comes from Fedora20. This patch also adds a configuration file under /etc/tmpfiles.d so that mysqld could start correctly. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-27mariadb: change the group of /var/lib/mysql from 'nogroup' to 'mysql'.Hongxu Jia
The commit 8f637f9bbcdda1dc7a1998d243708c727aa6016f added mysql group, we should change the group of /var/lib/mysql from 'nogroup' to 'mysql' also. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-21mariadb: refer ubuntu/redhat to add mysql groupHongxu Jia
In ubuntu/redhat, we have: ... ps -eo user,group,cmd | grep "mysql" mysql mysql /usr/sbin/mysqld ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-21numactl: fix the ptestRoy.Li
1. one test case is not installed 2. install a copy of numactl into ptest dir, since the test script is using the relative path to run numactl Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-21postgresql: Fix typo in PACKAGECONFIG[python] variableBob Cochran
typo in extra argument to be added when feature is disabled Signed-off-by: Bob Cochran <openembedded@mindchasers.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-21mg: fix build when host system does not have libncurses-devBen Shelton
The configure script for mg checks the standard locations under /usr for the term.h header file needed to build against ncurses; however, in the OE cross-compile case, this is not valid, since the file will be under the sysroot instead. This causes the configure step to fail when the build machine does not have the libncurses-dev package installed. To fix the issue, remove the check. Since mg DEPENDS on ncurses, term.h will always be there. Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-15eject: three fixesMorgan Little
eject-2.1.1-verbose.patch: Kept to help with debugging eject-2.1.5-spaces.patch: help with spaces in the mount path eject-timeout.patch: allow a longer timeout Signed-off-by: Morgan Little <morgan.little@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-13talloc: remove empty bindirMartin Jansa
* fixes following QA warnings: talloc-2.0.1: talloc: Files/directories were installed but not shipped /usr/bin [installed-vs-shipped] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-13syslog-ng: fix do_compi1e of qemuarm while DEBUG_BUILDHongxu Jia
The thread local storage caused arm-gcc broken while compiling syslog-ng with option '-g -O'. ... dnscache.s: Assembler messages: dnscache.s:100: Error: invalid operands (.text and *UND* sections) for `-' ... Add option --enable-thread-tls in configure to explicitly disable thread local storage for arm while DEBUG_BUILD enabled. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-11syslog-ng: fix a multilib build failure and a QA issueJackie Huang
* Use BPN instead of PN to fix the multilib build failure: ERROR: Function failed: SYSTEMD_SERVICE_lib32-syslog-ng value lib32-syslog-ng.service does not exist * Do not add syslog-init for systemd to fix the QA issue: WARNING: syslog-ng: alternative target (/etc/init.d/syslog or /etc/init.d/syslog.syslog-ng) does not exist, skipping... WARNING: syslog-ng: NOT adding alternative provide /etc/init.d/syslog: /etc/init.d/syslog.syslog-ng does not exist WARNING: alt_link == alt_target: /etc/init.d/syslog == /etc/init.d/syslog Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-11syslog-ng: update configure.patch for older patch toolRobert Yang
The previous configure.patch can't be applied by older "patch" tool since the line number is incorrect, for example, the "patch 2.5.4" on CentOS 5.10. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-11gd: add dependency on libvpxMartin Jansa
* fixes floating dependency: gd-2.1.0: gd rdepends on libvpx but it isn't a build dependency? [build-deps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-11gd: add dependency on tiffMartin Jansa
* fixes floating dependency: gd/gd/latest lost dependency on liblzma tiff Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-11synergy: add dependency on libxineramaMartin Jansa
* fixes floating dependency: synergy/synergy/latest lost dependency on libxinerama Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-11start-stop-daemon: remove unrecognized configure optionMartin Jansa
* fixes following QA warning: start-stop-daemon-1.16.0.2: start-stop-daemon: configure was passed unrecognised options: --without-deselect [unknown-configure-option] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-11links, links-x11: remove unrecognized configure optionsMartin Jansa
* fixes following QA warnings: links-2.7: links: configure was passed unrecognised options: --enable-javascript --with-libfl --without-sdl [unknown-configure-option] links-x11-2.7: links-x11: configure was passed unrecognised options: --enable-javascript --with-libfl --without-sdl [unknown-configure-option] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-11libmicrohttpd: add dependency on file and disable spdyMartin Jansa
* fixes following floating dependencies: libmicrohttpd/libmicrohttpd-bin/latest lost dependency on file WARN: libmicrohttpd rdepends on libssl but it isn't a build dependency? [build-deps] * and unknown-configure-option qa warning: libmicrohttpd-0.9.34: libmicrohttpd: configure was passed unrecognised options: --enable-gnutls [unknown-configure-option] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-10mariadb: update to 5.5.38Paul Eggleton
* Upstream switched from autotools to cmake * Separate build dir and parallel make now work * Library versioning no longer used for plugins; other libtool cruft gone * Proper upstream initscript * Plugins moved from client library package to mariadb-server package (matches how Fedora packages these) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-10evtest: Update to 0e14da9 revisionOtavio Salvador
This updates to 1.31, plus fixes available in the Git tree. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-10evtest: Stop using Cgit based archiveOtavio Salvador
The Cgit based archive may change depending on the order of images, timestamp and like causing checksum to change. This patch uses the same 1.25 version but fetching it using Git, so no code changes are done. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Cliff Brake <cbrake@bec-systems.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-10libusbg: update to latest git and fix S!=BKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-10opencv: Bump SRCREV to 2.4.9 release tag, PV is now 2.4.9+git.Nick D'Ademo
Signed-off-by: Nick D'Ademo <nickdademo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-10opencv: Disable 'gtk' backend if X11 is not availableOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-05dfu-util-native: upgrade to 0.7 and drop 0.4Martin Jansa
* fold .inc file into .bb * add usbpath patch from 0.4 to 0.7, otherwise dfu-util fails to build when built after usbpath recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-01usb-modeswitch: Upgrade to latest versionJukka Rissanen
Use the latest version of usb-modeswitch (2.2.0) and usb-modeswitch-data (20140529). Note that usb-modeswitch-data requires usb-modeswitch version >= 2.2.0 due to new parameter HuaweiNewMode. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-30vim: Upgrade to v7.4.373Paul Barker
Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-30syslog-ng: Improved initscript VERBOSE handling.Richard Tollerton
The messages echoed when starting and stopping syslog-ng are currently printed regardless of the setting of VERBOSE. Adjust the initscript so they're only printed when VERBOSE is enabled. Signed-off-by: Richard Tollerton <rich.tollerton@ni.com> Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-24syslog-ng: Various fixesRichard Purdie
* Add PACKAGECONFIG for floating json dependency * Add PACKAGECONFIG for floating tcp-wrappers dependency * Disable mongodb host infection problem * Disable rabbitmq host infection problem * Add patch for dbi host include flags issue (making dbi conditionall really work) * Fix configure automake flags handling Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-07-24syslog-ng: uprev to 3.5.4.1Jackie Huang
- initscript: add status, PIDFILE and xconsole - syslog-ng.conf: dump the version - Fix some memory leak problems we found - Some backport patches - scl: fix wrong ownership issue - libnet: add libnet enable option and add it in PACKAGECONFIG - add HOMEPAGE - remove INC_PR - change some config into PACKAGECONFIG - add PACKAGE syslog-ng-libs to fix QA issue - use volatiles - inherit update-rc.d and update-alternative Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-24syslog-ng: move back from nonworkingJackie Huang
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-24sdparm: add recipe fileRoy Li
Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22i2c-tools: Remove i2c-tools, it's now in oe-coreDarren Hart
i2c-tools was added to oe-core in commit: 32ac58819580d359e22161be1abf62215d202250 Remove it from meta-openembedded. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22imagemagick: add some PACKAGECONFIG, fix unrecognized --without-jp2 optionTim Orling
* Add PACKAGECONFIG for lzma, pango, webp, wmf Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22liboauth: Add missing OpenSSL build dependencyJacob Kroon
Fixes: | liboauth-1.0.3/src/hash.c:363:26: fatal error: openssl/hmac.h: | No such file or directory Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22pidgin: upgrade to 2.10.9 and fold pidgin.inc into itMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22ccid: Fix floating runtime dependency on flexJacob Kroon
Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22dfu-util-0.4: add foreign to AM_INIT_AUTOMAKEMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22numctl: add recipeRoy Li
It consists of a numactl program to run other programs with a specific NUMA policy and a libnuma to do allocations with NUMA policy in applications. Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22daemonize: fix out of tree builds and configureRoss Burton
daemonize ships it's own hand-coded config.h.in, so exclude autoheader from do_configure(). Also out-of-tree builds are broken so bump the SRC_REV to the next commit, where they were fixed. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22libotr: Fix B!=S build failuresRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-07-22flite: Use autotools-brokensepRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-07-22ode: Use "foreign" automake strictnessRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-07-22pidgin-otr: Add missing intltool-native DEPENDSRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-07-22usbpath: Use "foreign" automake strictnessRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-07-22libol: Use "foreign" automake strictnessRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-07-22onig: Use "foreign" automake strictnessRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>