- Sep 08, 2015
-
-
Fabio Berton authored
Signed-off-by:
Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Roy Li authored
the systemd unit file of lvm2-monitor requires lvm2-lvmetad.socket which asks to enable lvmetad, lvmetad is a metadata caching daemon for LVM. so this fixed the below error: # systemctl start lvm2-monitor Failed to start lvm2-monitor.service: Unit lvm2-lvmetad.socket failed to load: No such file or directory. # replace the installation of system unit file by make install_systemd_units Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Khem Raj authored
Needed for qwt fixes parse warning e.g. WARNING: qwt: No generic license file exists for: QWTv1.0 in any provider Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Roy Li authored
Even though the PACKAGECONFIG of libvirt is used to fix the floating dependence, but enable-libvirt/disable-libvirt become useless after collectd upgrade, and libvirt is checked unconditionally, and lead to a floating dependence on libvirt. check if libvirt is available only when a user wants to use libvirt to fix this issue Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Stefan Müller-Klieser authored
This code is not required for yocto 1.9 any more. Signed-off-by:
Stefan Müller-Klieser <s.mueller-klieser@phytec.de> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Alexander Kanavin authored
Previously the default was .bz2 Signed-off-by:
Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Alexander Kanavin authored
libnotify 0.7.6 is now provided in oe-core Signed-off-by:
Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Mike Looijmans authored
Fixes the following error during install phase: ImportError: No module named setuptools_ext ERROR: python setup.py install execution failed. Reported-by:
<athoik@openpli.org> Signed-off-by:
Mike Looijmans <mike.looijmans@topic.nl> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Alejandro Joya authored
Change SRC_URI since patch is not longer need it. Update the checksum for package. Signed-off-by:
Alejandro Joya <alejandro.joya.cruz@intel.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Khem Raj authored
Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Christopher Larson authored
Signed-off-by:
Christopher Larson <chris_larson@mentor.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Bian Naimeng authored
| configure.ac:18: warning: AM_NLS is m4_require'd but not m4_defun'd | aclocal.m4:2363: IT_PROG_INTLTOOL is expanded from... | aclocal.m4:2545: AC_PROG_INTLTOOL is expanded from... | configure.ac:18: the top level | configure:12119: error: possibly undefined macro: AM_NLS | If this token and others are legitimate, please use m4_pattern_allow. | See the Autoconf documentation. Signed-off-by:
Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
the patch included during last commit only made latest xfce4-notifyd work with old version of libnotify. I expected it to work also for libnotify 0.7.x but that failed so remove the patch. Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
rodent-icon-theme is successor of xfce4-icon-theme Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* replaced by rodent-icon-theme Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
* LICENSE was rewrittem stating out more clearly that huge parts were initially licensed under BSD clause 3 - so add that licence. * Follow suggestion not to use github release tarballs [1] and use git as source. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2015-August/102843.html Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Soren Brinkmann authored
Signed-off-by:
Soren Brinkmann <soren.brinkmann@xilinx.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Li xin authored
Signed-off-by:
Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Tim Orling authored
* add patch to fix float cast error when version is x.y.z form * add minimal parted version (>= 2.3) to RDEPENDS NOTE: If your tree defaults to an earlier parted version (e.g. 1.8.6), you will need to add PREFERRED_VERSION_parted = "3.%" to local.conf or you will see a do_compile error (complaining about required libparted version). Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
- Aug 31, 2015
-
-
Adam Chappell authored
Change start, stop, and restart functions in apache2 init script to return only after completion (i.e. the server has started/stopped, not just received a kill signal). Starting and stopping the server in quick sucession results in an error because the server will attempt to stop before it has had time to start and vice versa. Signed-off-by:
Adam Chappell <adam.chappell@ni.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Ricardo Ribalda Delgado authored
-Support for new PACKAGECONFIGS -Merge with opencv-samples Since it is not backward compatible with 2.x and cannot be installed in parallel it has a DEFAULT_PREFERENCE of -1. Signed-off-by:
Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Acked-by:
Otavio Salvador <otavio@ossystems.com.br> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Roy Li authored
The difference between 5.6.x and 5.5.x is in http://php.net/migration56 Most improvements in PHP 5.6.x have no impact on existing code. There are a few incompatibilities and new features that should be considered, and code should be tested before switching PHP versions in production environments. Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Li xin authored
* Modify SRC_URI to avoid do_fetch failed. * Modify LICENSE file,and the LICENSE has been changed. * Replace the hardcoded strings "/usr/share" Signed-off-by:
Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Jagadeesh Krishnanjanappa authored
Xerces-C++ is a validating XML parser written in a portable subset of C++. Xerces-C++ makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs Signed-off-by:
Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Kai Kang authored
When compile with gcc 5.x, libhugetlbfs fails with: | hugeutils.c: In function '__lh_hugetlbfs_setup_env': | hugeutils.c:304:40: error: expected identifier or '(' before restrict' | char *p, *tok, *exe, buf[MAX_EXE+1], restrict[MAX_EXE]; | ^ Rename variable to avoid using keyword restrict as variable name to fix it. Signed-off-by:Kai Kang <kai.kang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Kai Kang authored
There was a patch fixing the same issue: libhugetlbfs-avoid-search-host-library-path-for-cros.patch but missed the elf_i386.xB*, this patch fixes for it. Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Kai Kang <kai.kang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Philip Balister authored
Signed-off-by:
Philip Balister <philip@balister.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Philip Balister authored
Signed-off-by:
Philip Balister <philip@balister.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
leimaohui authored
-deleted the patched that have been merged to 1.5.4 Signed-off-by:
Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Roy Li authored
remove use-pkg-config-for-ncurses-detection.patch, the new version is using the pkg-config to check ncurses configuration assumes the cf_have_ncuconfig is unknown for cross-compile, but ncurses is added into DEPENDS, so change it as yes Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Roy Li authored
4.1.3 has the dependence on libsodium, 4.1.3 asks pkgconfig bbclass to configure, add a target to build ptest, since the orignial check will build and run which is not suitable for cross-compile, and change the ptest installation directories Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
Upstream patch [1] fixes not only mentionend corner bug but makes menu working with touch devices. First I tried to backport but this seemed more effort than expected. As soon as another release is out a patch will be send to update. [1] https://bugzilla.xfce.org/show_bug.cgi?id=11908 Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
we already have some gtk3 apps in a typical image: xfce4-pulseaudio-plugin, network-manager-applet and xfce4-power-manager 1.5.x will come soon to meta-xfce. These are using gtk3 themes (which need love - but this is a different story). Without this patch loading Xfce gtk3 themes causes complaints for missing xfce theme engine. Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Mark Asselstine authored
This effectively reverts commit 4e8853ca [bundler: Fix QA new Error] The original QA error is now handled by changes to the ruby.bbclass to properly handle build_info and extensions directories that Ruby 2.0.0 now creates while installing gems. This revert isn't specifically required but by removing this broad definition of FILES the hope is that other ruby recipes won't copy this behavior which can actually lead to other QA errors/warnings, depending on what gets installed in the build_info and extensions directories. Signed-off-by:
Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Mark Asselstine authored
It appears that newer versions of ruby produce additional directories which were not previously handled by the ruby bbclass, specifically 'build_info' and 'extensions'. This is currently resulting in QA errors/warnings such as: ERROR: QA Issue: puppet: Files/directories were installed but not shipped in any package: /usr/lib64/ruby/gems/2.2.0/build_info /usr/lib64/ruby/gems/2.2.0/extensions Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] Add these to our FILES in the bbclass such that they will packaged. NOTE: several files may exist in the extensions directory such as gem.build_complete and mkmf.log that we can most likely remove during do_install. Since ruby installs these by default they have been left in case their existence is used as some type of stampfile or similar. Signed-off-by:
Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Roy Li authored
zeromq 4.1.3 requires libsodium Sodium is a new, easy-to-use software library for encryption, decryption, signatures, password hashing and more. It is a portable, cross-compilable, installable, packageable fork of NaCl, with a compatible API, and an extended API to improve usability even further. Its goal is to provide all of the core operations needed to build higher-level cryptographic tools. The design choices emphasize security, and "magic constants" have clear rationales. The same cannot be said of NIST curves, where the specific origins of certain constants are not described by the standards. And despite the emphasis on higher security, primitives are faster across-the-board than most implementations of the NIST standards. Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-