summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* libuv: Add recipe for version 1.10.2Fabio Berton2017-02-131-0/+19
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libev: Add recipe for version 4.24Fabio Berton2017-02-131-0/+22
| | | | | | | | The provided compatibility layer with libevent is still basic, so we need to drop event.h for now to avoid conflicting with libevent. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dconf: make gtk+3 dependency optionalAndy Kling2017-02-131-3/+8
| | | | | | | | | | | | | | dconf requires gtk+3 only for dconf-editor and is useful even on systems without gui. add PACKAGECONFIG for editor, enable it by default if x11 is present in DISTRO_FEATURES add x11 to REQUIRED_DISTRO_FEATURES only if editor is enabled Note: editor will be dropped from dconf in version 0.23.1 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dconf: fix bash completion in wrong packageAndy Kling2017-02-131-1/+1
| | | | | | | bash completion is used by dconf itself not by editor. move file to main package. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dconf: depends on dbusAndy Kling2017-02-131-1/+1
| | | | | | | | | | | configure of dconf requires dbus | checking for dbus... no | configure: error: Package requirements (dbus-1) were not met: | | No package 'dbus-1' found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* udisks: Make use of bitbake variables for sbin, lib locations.Amarnath Valluri2017-02-132-1/+94
| | | | | | | | Took the opportunity to patch the source to accepet the udev rules directory from make variables. Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nginx: update to version 1.11.9Derek Straka2017-02-132-10/+10
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nginx: update to version 1.10.3Derek Straka2017-02-132-6/+6
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* apache: use the APACHE_MIRROR variable in the SRC_URIDerek Straka2017-02-132-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-py: update to version 1.4.32Derek Straka2017-02-133-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-sqlalchemy: update to version 1.1.5Derek Straka2017-02-134-6/+15
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-werkzeug: update to version 0.11.15Derek Straka2017-02-133-2/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-thrift: update to version 0.10.0Derek Straka2017-02-132-8/+17
| | | | | | | | * Verified license remains the same * Added a set of RDEPENDS for minimal environments Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyalsaaudio: update to version 0.8.2Derek Straka2017-02-132-15/+13
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gateone: correct the inherit to use setuptoolsDerek Straka2017-02-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pbr: change the dependency to be a RDEPENDS and fix build issuesDerek Straka2017-02-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* procmail: avoid bashism in do_installPatrick Ohly2017-02-131-1/+2
| | | | | | | Found with verify-bashisms. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cryptsetup: enable native compilationPatrick Ohly2017-02-131-0/+2
| | | | | | | | | | Useful for setting up dm-verity during a build. "native-sdk" gets added just in case that this may also be used in an SDK. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lvm2: enable native compilationPatrick Ohly2017-02-132-5/+25
| | | | | | | | | | | Required for cryptsetup-native, which useful for setting up dm-verity during a build. "native-sdk" gets added just in case that this may also be used in an SDK. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fuse: support native compilationPatrick Ohly2017-02-131-2/+4
| | | | | | | | | This is required for swtpm-native (from meta-security) and simulating a virtual TPM in qemu. Right now, accessing swtpm only works via CUSE and thus needs fuse. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lvm2: remove unbuildable 2.02.138Patrick Ohly2017-02-131-4/+0
| | | | | | | | | The patches defined in lvm2.inc no longer apply cleanly to 2.02.138 and as no-one has complained, the old version is probably obsolete and can be removed. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* linux-yocto-tiny-kexecboot: remove obsoleted recipeAndrea Adami2017-02-132-76/+0
| | | | | | | | | | | | With the changes about the kernel build directories it is now hard to build two different flavors together witout races. This recipe was meant as example back then when kexecboot was introduced. Nowadays the only users are the devices in meta-handheld and they use a more modern and maintained linux-kexecboot kernel. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* initramfs-kexecboot-image: disable runtime dependency on run-postinstsAndrea Adami2017-02-131-2/+6
| | | | | | | | | | | | | | | The runtime dependency chain leads to the install of unneeded files: /usr/sbin/run-postinsts /usr/sbin/update-rc.d This comes from the default value of ROOTFS_BOOTSTRAP_INSTALL='run-postinsts' To fix this, for this image we need an empty var. While there, do the same for KERNELDEPMODDEPEND as suggested in image.bbclass. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* udisks: add missing hard dependencyMark Asselstine2017-02-131-1/+3
| | | | | | | | | | | | | | | Because do_compile() makes calls to dbus-binding-tool we have to make this tool available via the dbus-glib-native package. Failing this we get errors: | dbus-binding-tool --prefix=port --mode=glib-server --output=port-glue.h ... | /bin/bash: dbus-binding-tool: command not found | Makefile:1150: recipe for target 'daemon-glue.h' failed This becomes a hard build failure when per recipe sysroots are used. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lm_sensors: update SRC_URIArmin Kuster2017-02-131-1/+1
| | | | | | | | | | RROR: lmsensors-3.4.0-r0 do_checkuri: Fetcher failure for URL: 'http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-3.4.0.tar.bz2'. URL http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-3.4.0.tar.bz2 doesn't work ERROR: lmsensors-3.4.0-r0 do_checkuri: Function failed: do_checkur The project moved to google. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pycrypto: add app to meta-pythonArmin Kuster2017-02-133-0/+52
| | | | | | | move it from meta-security Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* iperf: remove depricated packageArmin Kuster2017-02-134-99/+0
| | | | | | | | | | Now the we have iPerf3, we should drop iPerf. This is the recommendation from the website. https://sourceforge.net/projects/iperf/ "This is the old, Iperf 2 code base. This version of Iperf is deprecated and we do not recommend it any longer. Please use Iperf3. " Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ipmiutil: fix build issueArmin Kuster2017-02-131-0/+2
| | | | | | | | | | | | In file included from lanplus.c:78:0: | ./inc/ipmitool/ipmi.h:51:25: fatal error: openssl/evp.h: No such file or directory | #include <openssl/evp.h> | ^ | compilation terminated. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libatasmart: unify the complier and CFLAGS for host buildMingli Yu2017-02-132-1/+44
| | | | | | | | | | | | | | | * When build libatasmart, we need first build strpool in host env. To build strpool, the compiler is host compiler, but the CFLAGS and LDFLAGS are for cross-compiler, so unify them to fix below error. | make -C strpool strpool | make[1]: Entering directory '../libatasmart/0.19-r0/build/strpool' | gcc -DHAVE_CONFIG_H -I. -I../../git/strpool -I.. -isystem../build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -O2 -pipe -g -fstack-protector-strong -pie -fpie -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -c -o strpool.o `test -f '../strpool.c' || echo '../../git/strpool/'`../strpool.c | gcc: error: unrecognized command line option ‘-fstack-protector-strong’ | make[1]: *** [Makefile:404: strpool.o] Error 1 Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* postgresgl: update to 9.4.10 and build fixArmin Kuster2017-02-132-7/+3
| | | | | | | | | | | | | | | 9.4.10 contains: CVE-2016-5423, CVE-2016-5424 see https://www.postgresql.org/docs/current/static/release-9-4-10.html and build failure: checking for tcl.h... no | configure: error: header file <tcl.h> is required for Tcl drop hardcoded PR Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nginx: handle systemd service fileAlexandre Belloni2017-02-131-1/+3
| | | | | | | | Inherit the systemd class so the service file is properly handled. Note that by default, the service file will be installed but not enabled. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pytest: update version to 3.0.6Derek Straka2017-02-133-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-lxml: update to version 3.7.2Derek Straka2017-02-133-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-requests: update to version 2.13.0Derek Straka2017-02-133-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-ndg-httpsclient: add to the DEPENDS rather than replaceDerek Straka2017-02-131-4/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cryptography-vectors: add to the DEPENDS rather than replaceDerek Straka2017-02-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyudev: update to version 0.21.0Derek Straka2017-02-131-6/+8
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pybind11: Update to version 2.0.1Derek Straka2017-02-133-4/+3
| | | | | | | * Verified license remains the same Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-idna: update to version 2.2Derek Straka2017-02-133-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* udisks2: add libxslt-native to DEPENDS for xsltproc to be in sysrootPaul Gortmaker2017-02-131-1/+1
| | | | | | | | | | | | | | | | | | This started showing up recently on machines w/o xsltproc in their path: | checking for xsltproc... no | configure: error: xsltproc is needed | WARNING: udisks2/2.1.7-r0/temp/run.do_configure.29255:1 exit 1 | ERROR: Function failed: do_configure (log file is located at | build/tmp/work/core2-64-overc-linux/udisks2/2.1.7-r0/temp/log.do_configure.29255) Presumably the splitting of the sysroot made this happen more frequently on such machines that didn't have a host install of the xsltproc binary. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* m2crypto: depend on typingAndy Kling2017-02-131-1/+1
| | | | | | m2crypto requires typing since 0.24.0-38-g8bbd0ec Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* typing: add version 3.5.3.0Andy Kling2017-02-132-0/+11
| | | | | | this is a dependency for m2crypto > 0.24.0 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geoclue: add missing dependency on gobject-introspection-nativeMartin Jansa2017-02-131-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vboxguestdrivers: upgrade to 5.1.14 to fix compatibility with 4.9 kernelMartin Jansa2017-02-131-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gst-instruments: add recipeJonatan Pålsson2017-02-131-0/+22
| | | | | | | | | | | Add recipe for gst-instruments. This is a set of utilities used to profile CPU usage of GStreamer pipeline elements. The gst-top utility is used to launch a gstreamer pipeline and record its profile, and the gst-report utility is used to analyze reports gathered by gst-top. Signed-off-by: Jonatan Pålsson <jonatan.palsson@pelagicore.com> Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pytz: update to 2016.10Pascal Bach2017-02-133-2/+2
| | | | | Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyyaml: add dependency on pythonPascal Bach2017-02-131-1/+1
| | | | | | | Python is required in order to build the cython parts. Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-multidict: make repeated builds work even without sphinxPascal Bach2017-02-132-0/+36
| | | | | | | Make clean was implicitly calling sphinx which lead to errors. Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyopenssl: Don't overwrite inherited dependenciesAndreas Oberritter2017-02-131-1/+1
| | | | | | | Otherwise setuptools won't be found. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cffi: Don't overwrite inherited dependenciesAndreas Oberritter2017-02-131-1/+1
| | | | | | | Otherwise setuptools won't be found. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>