On Fedora 17, bash has moved to /usr/bin/bash and the configure process finds
it on the host machine there, this ensures that it is set correctly for the
target.
Signed-off-by: Victor Rodriguez <victor.rodriguez.bahena@intel.com>
Tree is a recursive directory listing command that is useful for viewing
directory contents in a tree-like format.
Signed-off-by: Connor Smith <connor.smith@ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Fix syntax error in src/Makefile, override in wrong place.
The patch is backport from debian.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Backport <commit c46d4a745dc8c5cb4cfc0c94863e555387e9af75> from lvm2
upstream <https://git.fedorahosted.org/git/lvm2.git> to solve issue:
vgchange segfault in lv_is_merging_cow function.
Signed-off-by: Li Zhou <li.zhou@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
1. upgrade to 2.4.20
2. remove two backup patches
2. integrate two patches to fix CVE-2015-1545 and CVE-2015-1546
3. disable bdb/hdb backend, since BerkeleyDB 6.0.20+ license is
incompatible with LDAP
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
As discussed in [1] configure was detecting host's moc and failing in some
configurations.
To get this fixed configure gets a parameter by which the location of moc
is set.
[1] http://lists.openembedded.org/pipermail/openembedded-devel/2015-May/101641.html
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* openjpeg is new and auto detected by configure
* choose tar.xz for download as the size is ~1/5 less
* checked LICENSE: only one year was changed 2014->2015
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
qt5 packageconfig fixes:
| WARNING: QA Issue: poppler rdepends on qtbase, but it isn't a build dependency? [build-deps]
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Have this recipe in my meta-qt5-extra but would be happy to get it under the
hood of Martin's world.
It started with the native part to build kde's oxygen-fonts but maybe somebody
likes to have it on target.
Tested native part by gazillions of builds / target part in xfce environment.
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
When we dont have x11 in distro features it fails to build
since libx11 dependency is not satisfied
Change-Id: I6774a83f965551a41afe12b1304e44e73fc789c0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-9130
The patch comes from:
2b91567564
Removed invalid simple key assertion (thank to Jonathan Gray)
Signed-off-by: Yue Tao <Yue.Tao@windriver.com>
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
removed patch:
- libyaml-CVE-2014-2525.patch (included by 0.1.6)
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This will allow removal of gstreamer 0.10 from oe-core
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Adds suport for systemd, creates a service for php-fpm and installs it if required
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Upgrade to include the CVE fixes: [CVE-2014-5354] [CVE-2014-5353]...
Remove the 0001-Return-only-new-keys-in-randkey-CVE-2014-5351.patch
Regenerate the /var/run/krb5kdc dir
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
bluez4 is removed from oe-core
This helps in compiling them when distro features are either set to use
bluez4 or bluez5
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Cscope is an interactive, screen-oriented tool that allows the user to
browse through C source files for specified elements of code.
Signed-off-by: Igor Santos <igor.santos@aker.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Ctags generates an index (or tag) file of language objects found in
source files that allows these items to be quickly and easily located by
a text editor or other utility. A tag signifies a language object for
which an index entry is available (or, alternatively, the index entry
created for that object).
Signed-off-by: Igor Santos <igor.santos@aker.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
libdir is defined as ${prefix}/lib/, but we want it to support multilib path
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Drop upstreamed patches
Fix cross compile and compiling with newer g++
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
The initscript expects the config file in the folder /etc/default/
but the recipe copied it to /etc. The recipe already created the folder
/etc/default/ put it there.
Signed-off-by: Christian Ege <k4230r6@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
1. upgrade it to 1.2-20150225
2. update the use-pkg-config-for-ncurses-detection.patch
3. remove dialog-static recipe file, since dialog will generate the static
library.
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* _NO_ATOMICS patches are from upstream
* Update the SConstruct-respect-sysroot-also-in-SPLINTOPTS.patch
* Fix some QA warnings
* Add PACKAGECONFIG for qt support
Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>