summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* gsoap: fix DEPENDS to prevent link failure for gsoap-nativeJoshua Lock2015-09-231-2/+2
| | | | | | | | | | | | | | | | | With a fairly high number of threads I can reliably trigger the following linker failure in gsoap-native: | /usr/bin/ld: cannot find -ly | collect2: error: ld returned 1 exit status | Makefile:402: recipe for target 'soapcpp2' failed Change the DEPENDS to include bison and let the BBCLASSEXTENDS machinery fix DEPENDS for -native and -target variants, only additonally adding gsoap-native to the DEPENDS for the target recipe. Signed-off-by: Joshua Lock <joshua.lock@collabora.co.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mozjs: add PACKAGECONFIG for x11Jackie Huang2015-09-231-0/+3
| | | | | | | | | | Add PACKAGECONFIG for x11 and enable it when x11 is included in DISTRO_FEATURES, and specify the correct path for x-includes and x-libraries to avoid searching the host libraries. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsyslog: fix ptestWenzong Fan2015-09-232-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | After rsyslog updated to 7.6.1, ptest fails to build & run since the serial-tests config patch was dropped: - rsyslog-use-serial-tests-config-needed-by-ptest.patch This patch involved serial test harness: + AM_INIT_AUTOMAKE([serial-tests]) Which is deprecated in favour of parallel test harness. Automake generated a parallel test harness by default. It features automatic collection of the test scripts output in .log files ... More details please refer to: http://www.gnu.org/software/automake/manual/html_node/Parallel-Test-Harness.html To enable the ptest with new changes, we should: * add target 'buildtest-TESTS' for building test components; * fix 'top_srcdir' and install required script 'test-driver'; * run testcases with target 'check-TESTS'. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tiobench: Fix build using GCC 5.2Otavio Salvador2015-09-232-0/+31
| | | | | | | Drop 'inline' of crc32 function to fix build using GCC 5.2 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* polkit-group-rule.inc: remove allarchAndreas Müller2015-09-231-1/+1
| | | | | | | Recipes using this include depend on polkit which is not allarch. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gimp: add libgudev to DEPENDSAndreas Müller2015-09-231-1/+1
| | | | | | | WARNING: QA Issue: gimp rdepends on libgudev, but it isn't a build dependency? [build-deps] Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gimp: fix compile in latest environmentAndreas Müller2015-09-231-0/+2
| | | | | | | | | fixes: ld: error: file_ico-ico-load.o: requires unsupported dynamic reloc R_ARM_THM_MOVW_ABS_NC; recompile with -fPIC ld: error: file_ico-ico-save.o: requires unsupported dynamic reloc R_ARM_THM_MOVW_ABS_NC; recompile with -fPIC Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmbim: replace udev by libgudev in DEPENDSAndreas Müller2015-09-231-1/+1
| | | | | | | | | | | | | | | fixes: | checking for LIBMBIM_GLIB... no | configure: error: Package requirements (glib-2.0 >= 2.32 | gobject-2.0 | gio-2.0 | gio-unix-2.0 | gudev-1.0 >= 147) were not met: | | No package 'gudev-1.0' found Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* upower replace udev by libgudev in DEPENDSAndreas Müller2015-09-231-1/+1
| | | | | | | | | | fixes: | configure: error: Package requirements (gudev-1.0 >= 147) were not met: | | No package 'gudev-1.0' found Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* udisks: update to 1.05 and fix build with latest glibc-versionAndreas Müller2015-09-234-122/+72
| | | | | | | | | From News: This version fixes a security vulnerability (CVE-2014-0004), so please update as soon as possible! Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* udisks: replace udev by libgudev in DEPENDSAndreas Müller2015-09-231-1/+1
| | | | | | | | | | fixes: | configure: error: Package requirements (gudev-1.0 >= 147) were not met: | | No package 'gudev-1.0' found Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* udisks2: add libgudev to DEPENDSAndreas Müller2015-09-231-2/+1
| | | | | | | | fixes: | configure: error: Package requirements (gudev-1.0 >= 165) were not met: Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgudev: initial add 230Andreas Müller2015-09-231-0/+11
| | | | | | | libgudev was splitted out from systemd into a separate package Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libburn: initial add 1.4.0Andreas Müller2015-09-231-0/+11
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libcdio: update to 0.93Andreas Müller2015-09-231-5/+2
| | | | | | | | | | | | | Build test for recipes depending on libcdio: * gst-plugins-ugly_0.10.19.bb with PACAKGECONFIG += "cdio" * gstreamer1.0-plugins-ugly with PACAKGECONFIG += "cdio" * mpd xbmc was not tested it is blacklisted for a while Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gimp: disable webkit dependency in the recipeAlexander Kanavin2015-09-231-3/+1
| | | | | | | | gimp (optionally) depends on a very old version of webkit-gtk (1.6.x) for browsing help, and oe-core no longer provides that version. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libyaml: remove the recipe due to its move to oe-coreAlexander Kanavin2015-09-232-53/+0
| | | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libwebp: remove the recipe due to its move to oe-coreAlexander Kanavin2015-09-231-47/+0
| | | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* p11-kit: remove the recipe due to its move to oe-coreAlexander Kanavin2015-09-231-18/+0
| | | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lvm2: install initscript or systemd unit service conditionallyRoy Li2015-09-231-2/+8
| | | | | | | | | | | | | | Issue: LIN8-854 install systemd unit files and modify them only when DISTRO_FEATURE systemd is enabled, otherwise do_install failed due to no blk-availability.service file sed: can't read tmp/work/armv5e-wrs-linux-gnueabi/lvm2/2.02.125-r0/image/lib/systemd/system/blk-availability.service: No such file or directory install the initscript when init is not systemd Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* redis: stylizeAndrea Galbusera2015-09-231-12/+8
| | | | | | | | * remove trailing whitespaces * run through oe-stylize Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* redis: add redis.conf to CONFFILESAndrea Galbusera2015-09-231-0/+1
| | | | | Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* redis: fix configuration file permissionsAndrea Galbusera2015-09-231-1/+1
| | | | | | | use 0644 instead of 0755 to install configuration file Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* collectd: fix a floating dependence on openjdkRoy Li2015-09-231-0/+1
| | | | | | | | | | 1. fix a floating dependence on openjdk 2. fix the host contamination, since the default value of java home is /usr/lib/jvm: warning: library search path "/usr/lib/jvm/jre-1.7.0/lib/amd64/server" is unsafe for cross-compilation Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mysql-python: upgrade to 1.2.5Roy Li2015-09-232-22/+3
| | | | | | | remove the remove-distribute.patch, v1.2.5 has a similar fix Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* uim_1.8.6: fix QA issueleimaohui2015-09-231-4/+22
| | | | | | | | | | uim-1.8.6: uim: Files/directories were installed but not shipped in any package: /usr/lib/gtk-3.0/3.0.0/immodules/im-uim.so /usr/lib/gtk-3.0/3.0.0/immodules/im-uim.la Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: Fix build with gcc-5.2Martin Jansa2015-09-232-0/+44
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openbox: add libcroco, librsvg and gdk-pixbuf to DEPENDSAndreas Müller2015-09-231-1/+1
| | | | | | | | | | | | | | | | fixes: WARNING: QA Issue: openbox-core rdepends on libcroco, but it isn't a build dependency? [build-deps] WARNING: QA Issue: openbox-core rdepends on librsvg, but it isn't a build dependency? [build-deps] WARNING: QA Issue: openbox-core rdepends on gdk-pixbuf, but it isn't a build dependency? [build-deps] why no PACKAGECONFIG? * libcroco and gdk-pixbuf are not configurable * librsvg is required to display svg icons which is a basic requirement Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openbox: update to 3.6.1Andreas Müller2015-09-231-5/+6
| | | | | | | run tested with lxqt on raspi2 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* acpica: update to 20150515 and fix conflicts with other layersKoen Kooi2015-09-231-3/+15
| | | | | | | | | Meta-virtualization and meta-luv both has iasl_*.bb, which is a subset of this recipe. Extend this recipe to provide the native tools and add the necessary runtime conflict options. Also address style issues by moving around a few bits and adding some whitespace. Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* imagemagick: add alternatives for binaries/docsWenzong Fan2015-09-231-1/+44
| | | | | | | | The binaries/docs that generated by imagemagick has suffix '.im6', use update-alternatives to add alternatives for them. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* collectd: fix a floating dependence on openldapRoy Li2015-09-231-0/+1
| | | | | Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gd: disable webp/vpx supportKoen Kooi2015-09-231-2/+4
| | | | | | | | | The recent update to libvpx 1.4.x broke gd. Upstream has replaced libvpx with libwebp, so fixing it isn't worth it. If webp support is really needed, backport https://bitbucket.org/libgd/gd-libgd/commits/a79232c5fa69 and add a PACKAGECONFIG for it. Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* postgresql.inc: fix indentation to use 4 spacesMartin Jansa2015-09-231-83/+82
| | | | | | | * like rest of meta-oe and other sane layers * never mix tabs and spaces (especially on the same line) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* postgresql: set the tclsh as target pathYue Tao2015-09-231-0/+1
| | | | | | | | | | | | The tclsh path in pltcl_listmod is set to sysroot, which causes pltcl_listmod to fails to run on target, so fix the path to /usr/bin/tclsh. $ pltcl_listmod /usr/bin/pltcl_listmod: line 5: /buildarea1/WRLinux70-STD-0825/bitbake_build/tmp/sysroots/x86_64-linux/usr/bin/tclsh: No such file or directory $ Signed-off-by: Yue Tao <Yue.Tao@windriver.com> Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libunique: add a recipe from oe-coreAlexander Kanavin2015-09-084-0/+612
| | | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lvm2: enable lvmetadRoy Li2015-09-081-5/+5
| | | | | | | | | | | | | | 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>
* QWTv1.0: Add qwt license version 1.0Khem Raj2015-09-081-0/+543
| | | | | | | | | | | | 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>
* collectd: fix a floating dependence on libvirtRoy Li2015-09-082-1/+42
| | | | | | | | | | | | | 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>
* toybox: upgrade to 0.6.0Alejandro Joya2015-09-081-4/+5
| | | | | | | | 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>
* plymouth: Add recipeKhem Raj2015-09-081-0/+61
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* iw: remove, this is now in oe-coreChristopher Larson2015-09-082-66/+0
| | | | | Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fontforge: update to 20150824Andreas Müller2015-09-081-5/+6
| | | | | | | | | | | | * 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>
* Add analyze-suspendSoren Brinkmann2015-09-081-0/+29
| | | | | Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Opencv: Add OpenCV 3.0Ricardo Ribalda Delgado2015-08-311-0/+129
| | | | | | | | | | | | -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>
* php: create recipe for 5.6.12Roy Li2015-08-314-272/+333
| | | | | | | | | | | 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>
* libjs-sizzle: upgrade 1.9.3 -> 1.10.18Li xin2015-08-312-20/+18
| | | | | | | | | * 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>
* xerces-c : add new recipeJagadeesh Krishnanjanappa2015-08-311-0/+39
| | | | | | | | | | 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>
* libhugetlbfs: avoid using keyword restrict as var nameKai Kang2015-08-312-0/+35
| | | | | | | | | | | | | | 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>
* libhugetlbfs: avoid search host library path for cross compilationKai Kang2015-08-312-0/+41
| | | | | | | | | | | 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>