aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-11-11snort: fix indentationMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-11snort: fix m4 causes out of memory during configureZhiquan Li
There is an incorrect m4_define() in configure.in which will result in an infinite recursion, and it doesn't make sense, since snort 2.9.7 it has been commented out. We follow this solution to fix it. Signed-off-by: Zhiquan Li <zhiquan.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-11ktap: add libelf PACKAGECONFIG also to ktap-moduleMartin Jansa
* building ktap-module without elfutils fails with: ktap-module/0.4-r0/git/Makefile:107: No libelf found, disables symbol resolving, please install elfutils-libelf-devel/libelf-dev Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-11libhtml-tree-perl: add version 5.03Hongxu Jia
HTML-Tree is a suite of Perl modules for making parse trees out of HTML source. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-11libmodule-build-perl: add 0.31Hongxu Jia
[Description from CPAN] `Module::Build' is a system for building, testing, and installing Perl modules. It is meant to be an alternative to `ExtUtils::MakeMaker'. Developers may alter the behavior of the module through subclassing in a much more straightforward way than with `MakeMaker'. It also does not require a `make' on your system - most of the `Module::Build' code is pure-perl and written in a very cross-platform way. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-11Revert "luajit: Upgrade to 2.1 beta1"Martin Jansa
This reverts commit 2ce3086aa859178fb5f7d6db9876229c8ed5a6eb. Causes sysdig and devilspie2 build failures. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-11nginx: Fix systemd service fileAmarnath Valluri
systemd service file expects full path of the executatbles. Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-11nginx: Add support for altering build configurationAmarnath Valluri
Passing EXTRA_OECONF to ./configure, this allows to alter build configure Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-11samba: systemv-init script must be executableJens Rehsack
Fix insane permissions installing SystemV init-script for samba4 to allow executing it correctly. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-06wipe: add version 0.23Hongxu Jia
Wipe is a little command for securely erasing files from magnetic media. We do not support native, because wipe needs root permission. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-06tmux: update to 2.1Dan McGregor
tmux 1.6 is three years old. Update to latest. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-06gateone: update to latest gitDan McGregor
This version works with pyton-tornado 4.2 as currently distributed with OE. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-06python-html5lib: import recipe from meta-openstackDan McGregor
This recipe is needed for GateOne. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-06Add libdvbpsi 1.3.0Rafaël Carré
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-06VLC: make gnome-vfs configurableRafaël Carré
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-06VLC: add an optional dependency on libdvbpsiRafaël Carré
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-06VLC: depends on gst-plugins-bad only if gst is enabledRafaël Carré
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-06libsmi: add configure fileKai Kang
Add configure file duplicated from file smi.conf-example in source code and replace paths with mibs files directories. Then set libsmi-mibs as runtime recommend package to provide mibs files. Add homepage and update SRC_URI as well. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-06python-pygpgme: add python-pygpgme 0.3Wenzong Fan
PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt messages using the OpenPGP format. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-06libtevent: add missing dependency on libcapJackie Huang
The built-in library libreplace requires it, or it fails with: ../lib/replace/system/capability.h:40:28: fatal error: sys/capability.h: No such file or directory Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-06gvfs: add missing libgudev to DEPENDSHongxu Jia
It requires libgudev, and libgudev requires udev. While systemd enabled, there is a build failure: ... $ bitbake systemd -ccleansstate $ bitbake gvfs -ccleansstate $ bitbake gvfs |x86_64-wrs-linux-libtool: error: cannot find the library '.../tmp/sysroots/intel-x86-64/usr/lib64/libudev.la' or unhandled argument '=/usr/lib64/libudev.la' ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-06mariadb: update to 5.5.46Randy MacLeod
This is the latest release in the 5.5.x stable series. It fixes 11 CVEs as listed: https://mariadb.com/kb/en/mariadb/mariadb-5546-release-notes/ and fixes 10s of internal MariaDB tracked defects. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-06ninja-native: add initial recipe, ninja 1.6.0Andre McCurdy
Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-06libubox: fix libdirRoy Li
The library dir maybe /usr/lib64 or /usr/lib, so use the variable CMAKE_INSTALL_LIBDIR, not hardcode to lib Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-06python-pyqt: Fix build for aarch64.Philip Balister
Qt for aarch64 disable QtWebKit due to a build failure. We need to disable QtWebKit here also until the problem is resolved in the Qt recipe. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-06python-cffi: Update to version 1.3.0Fabio Berton
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-06libssh2: specify the search dir to avoid host contaminationJackie Huang
Set the search dir for libssl and libz to only STAGING_LIBDIR to avoid searching host libs. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-06mousepad: inherit gsettingsKai Kang
When launch mousepad, it fails with: | glib-gio-error setting schema 'org.xfce.mousepad' is not installed It needs to call glib-compile-schemas to compile its schema file. Inherit gsettings to fix it. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-06samba: install pam libraries to base_libdirAndreas Müller
that's where libpam installs libraries and expects them Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-11-06samba: add cups to DEPENDSAndreas Müller
| /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/libexec/arm-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/5.2.0/ld: error: cannot find -lcups | collect2: error: ld returned 1 exit status Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-11-06luajit: drop a note for build machine requirementsAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-11-06cdrkit: initial add 1.1.11Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-11-06xfce4-whiskermenu-plugin: update to 1.5.1Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-11-06fontforge: avoid cloning uthash during do_compileAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-11-06uthash: add native extendAndreas Müller
fontforge-native will require it Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-11-06fontforge: use autotools-bootstrap.bbclassAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-11-06gnulib: add native extendAndreas Müller
fontforge-native will require it Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-11-06netcf: use autotools-bootstrap.bbclassAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-11-06autotools-bootstrap.bbclass: initial addAndreas Müller
bootstrap is another magic script which is intended run before autotools. The class created runs this script at the right time and ensures that sources of gnulib are not cloned during configure. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-11-06gnulib: move meta-networking -> meta-oeAndreas Müller
A more common place is required for gnulib because of other recipes (e.g fontforge) will depend on it Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-11-06gparted: add polkit supportAndreas Müller
* This was missing for me and is a good test case for xfce-polkit asking for root's password. * Decision to use polkit (installed?) is made at runtime. Unfortunately this cool solution was not my idea but stolen from [1] [1] http://pkgs.fedoraproject.org/cgit/gparted.git Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-11-06gparted: add gtk-icon-cache to inheritAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-11-06gparted: update to 0.24.0Andreas Müller
Depending on gnome-doc-utils-native fixes (detected when building from scratch): | gnome-doc-utils.make:63: error: HAVE_GNOME_DOC_UTILS does not appear in AM_CONDITIONAL | help/Makefile.am:1: 'gnome-doc-utils.make' included from here | gnome-doc-utils.make:133: error: ENABLE_SK does not appear in AM_CONDITIONAL | help/Makefile.am:1: 'gnome-doc-utils.make' included from here | gnome-doc-utils.make:182: error: ENABLE_SK does not appear in AM_CONDITIONAL | help/Makefile.am:1: 'gnome-doc-utils.make' included from here | ... | autoreconf: automake failed with exit status: 1 | ERROR: autoreconf execution failed. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-11-06packagegroup-xfce-extended: xfce-polkitAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-11-06xfce-polkit: initial add 0.2Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-11-06xfce4-vala: unbreak by telling configure vala API versionAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-11-02rrdtool: fix compile errorJens Rehsack
Since cpan.bbclass has evolved, the old wrapper simulation needs some adoption. Use as much as possible from cpan.bbclass instead of copying code from there. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-02apache2: fix config_vars.mk path contaminationGeorge McCollister
Replace contaminated paths with staging paths so apxs can be successfully used in other recipes to build modules when host and target arch differ. Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-02lightmediascanner: Update to 0.5.1, improveManuel Bachmann
We update "lightmediascanner" to its latest version, which also allows us to : - remove mentions of former company (now dissolved) and website (now migrated to GitHub) ; - properly split all plugins into subpackages ; - have a new plugin based on libav, "generic", which we do not automatically enable because of the well-known licensing restrictions of its parent package. MP4 plugin is disabled, because it depends on the MP4v2 library, which we do not have. ID3 plugin requires a patch, already sent to upstream : https://github.com/profusion/lightmediascanner/pull/19 meta-openembedded's only dependent recipe, "enjoy", has been verified with this change. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-02waf-samba.bbclass: add missing qemu optionsJackie Huang
- QEMU_OPTIONS is needed for running binary through qemu, add it for CROSS_EXEC. - "-r ${OLDEST_KERNEL}" is already included in QEMU_OPTIONS, remove it from CROSS_EXEC Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>