summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python-humanize, python3-humanize: Add recipe for version 0.5.1Fabio Berton2016-11-233-0/+14
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openjpeg: rename the download fileJackie Huang2016-11-231-1/+1
| | | | | | | Rename the download file to avoid collisions in DL_DIR. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* apache2: include .load files in modules.dJunxian.Xiao2016-11-231-0/+1
| | | | | | | | | | | | | According to other Linux distributes like Ubuntu, the modules are usually included by 'LoadModule' command in *.load files in mods-enable directory, as *.conf files in this directory are usually used for special configurations for each module. Include *.load in apache2 top conf file to be compatible with customer's normal usage habits. Signed-off-by: Junxian.Xiao <Junxian.Xiao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* asio: fix a musl compilation warningAndré Draszik2016-11-232-1/+68
| | | | | | | | | | This is the same patch as applied to boost's copy of asio in openembedded-core, with slightly massaged paths Signed-off-by: André Draszik <adraszik@tycoint.com> Reviewed-by: Sylvain Lemieux <slemieux@tycoint.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* asio: DEPENDS on opensslAndré Draszik2016-11-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | asio may or may not build examples and tests that depend on OpenSSL, alas, it has no way to explicitly enable or disable OpenSSL support, which is enabled unconditionally whenever openssl/ssl.h can be found. Due to that we get non-deterministic build behaviour, based on whether or not some other package pulled OpenSSL into the sysroot before asio's configure is running. Additionally, we can get random compilation failures if openssl/ssl.h exists during configure time, but is removed from sysroot later, e.g. due to a concurrent rebuild of OpenSSL at the same time as building asio. Having an explicit DEPENDS avoids both these problems. We can not use PACKAGECONFIG, because as mentioned above there is no way to explicitly disable OpenSSL support. Signed-off-by: André Draszik <adraszik@tycoint.com> Reviewed-by: Sylvain Lemieux <slemieux@tycoint.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* phoronix-test-suite: 6.0.1 -> 6.6.1Kai Kang2016-11-231-2/+3
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libhugetlbfs: 1.19 -> 1.20Kai Kang2016-11-232-37/+2
| | | | | | | | | | Upgrade libhugetlbfs from 1.19 to 1.20. * Remove libhugetlbfs-avoid-using-restrict-as-var-name.patch which is fixed in upstream. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* iozone3: 434 -> 465Kai Kang2016-11-231-4/+5
| | | | | | | | | Update LIC_FILES_CHKSUM according to: http://www.iozone.org/docs/Iozone_License.txt Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pyyaml: Enable nativesdk bakeBrad Bishop2016-11-231-1/+1
| | | | | Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnuplot: upgrade to 5.0.5Qi.Chen@windriver.com2016-11-234-3/+4
| | | | | | | | | | Add PACKAGECONFIG for 'qt4' and default to not enable it as there's do_compile failure when qt4 is enabled. The obsolete '--without-lisp-files' option is removed. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lockdev: Pretend GNU libc on muslKhem Raj2016-11-231-0/+2
| | | | | | | | it has all needed features but expects " -D__GNU_LIBRARY__" so make it happy when using musl Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyserial: remove serialjava.pydengke.du@windriver.com2016-11-231-0/+8
| | | | | | | The serialjava.py depends on jpython, we don't support jpython now.So remove it. Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libplist: Remove rpaths surgicallyKhem Raj2016-11-231-1/+9
| | | | | | | | | | | | | | | Check for files first before operating on it Fixes QA errors like below /usr/lib/python2.7/site-packages/plist/__init__.py /usr/lib/python2.7/site-packages/plist/_plist.so /usr/lib/python2.7/site-packages/plist/plist.py Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. libplist: 3 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* augeas: fix QA warningdengke.du@windriver.com2016-11-231-0/+3
| | | | | | | Add PACKAGECONFIG for libselinux. Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-spidev: add recipe for version 3.2Ruben De Smet2016-11-232-0/+19
| | | | | | | A python module for interfacing with SPI Signed-off-by: Ruben De Smet <ruben.de.smet@rubdos.be> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cassandra-driver: add recipe for version 3.7.1Ruben De Smet2016-11-232-0/+35
| | | | | | | A Python library for Apache Cassandra Signed-off-by: Ruben De Smet <ruben.de.smet@rubdos.be> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* edac-utils: fix systemd serviceQi.Chen@windriver.com2016-11-232-1/+1
| | | | | | | | | | | Fix edac-utils systemd service file so that `systemctl stop edac' doesn't fail. Remove the ExecStop line as there's no '--unload' option for edac-ctl. Also, disable edac service by default. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mariadb: use faster download URLTim Orling2016-11-231-1/+1
| | | | | | | The current URL takes about 2 hours to download. Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* streamripper: add v1.64.6André Draszik2016-11-234-0/+150
| | | | | Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libcec: Update to 3.1.0+Khem Raj2016-11-232-6/+30
| | | | | | | | | Depends on p8platform therefore add recipe for p8platform Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* krb5: Add -fPIC to compile flagsKhem Raj2016-11-231-2/+2
| | | | | | | | Fixes errors on x86_64 e.g. errors.so: relocation R_X86_64_PC32 against symbol `k5_vset_error' can not be used when making a shared object; recompile with -fPIC Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fwts: Update to 16.09 releaseKhem Raj2016-11-232-7/+95
| | | | | | | | license change is just year change from 2014 to 2016 Fix build with clang while here Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libiio: add recipeAndrea Galbusera2016-11-231-0/+24
| | | | | | | | | | | | | | | libiio is a C library for interfacing with IIO devices. It abstracts the low-level details of the hardware, and provides a simple yet complete programming interface. This recipe provides the following packages: * libiio: main package with C library * libiio-iiod: user space daemon providing network backend to iio devices * libiio-tests: user space test applications using libiio * libiio-python: python bindings Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dcadec, libsquish: Add new recipesKhem Raj2016-11-232-0/+36
| | | | | | | | | Transport from meta-dominion, to support new kodi mediacenter Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta_oe_security_flags.inc: Add libcec, libmodplug, libcdioKhem Raj2016-11-231-0/+3
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* boinc: Add recipe for boinc-clientKhem Raj2016-11-235-0/+247
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta_oe_security_flags: Disable PIE for s3c64xx-gpio/s3c24xx-gpio/cpufrequtilsKhem Raj2016-11-231-0/+3
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-m2crypto: inherit siteinfoKai Kang2016-11-231-1/+1
| | | | | | | | | | | | | In recipe of python-m2crypto, it uses var SITEINFO_BITS which is from siteinfo.bbclass. Inherit siteinfo.bbclass to avoid compile error: | .../tmp/sysroots/qemumips64/usr/include/openssl/opensslconf.h:47: | Error: CPP #error ""Unknown __WORDSIZE detected"". | Use the -cpperraswarn option to continue swig processing. | error: command 'swig' failed with exit status 1 Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ttf-abyssinica: update SRC_URIHongxu Jia2016-11-231-1/+1
| | | | | | | The SRC_URI is unable to fetch, update to a valid one. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libwnck3: add a recipeAlexander Kanavin2016-11-231-0/+19
| | | | | | | It is no longer needed in oe-core. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-distutils-extra: initial add 2.39Andreas Müller2016-11-233-0/+33
| | | | | | | add version for python2 and python3 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xterm: package /usr/lib/X11 to avoid installed-vs-shipped error on ppc64Ting Liu2016-11-231-1/+1
| | | | | | | | | | | | | | | | | | | | | commit 'ad5d2ff6c782a3319aedc25cc641574e39328460 xterm: 308 -> 320' changed FILES_${PN} from "/usr/lib/X11" to "${libdir}/X11". This leads to QA issue on ppc64 which defines libdir as /usr/lib64: ERROR: QA Issue: xterm: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/X11 /usr/lib/X11/app-defaults /usr/lib/X11/app-defaults/UXTerm /usr/lib/X11/app-defaults/KOI8RXTerm-color /usr/lib/X11/app-defaults/XTerm-color /usr/lib/X11/app-defaults/UXTerm-color /usr/lib/X11/app-defaults/KOI8RXTerm /usr/lib/X11/app-defaults/XTerm Restore the setting of FILES_${PN} to package the installed ASCII text files. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* exo: unbreak Thunar's detailed file viewAndreas Müller2016-11-232-0/+37
| | | | | | | | | see further details at [1] [1] https://bugzilla.xfce.org/show_bug.cgi?id=12916 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-msgpack: update to version 0.4.8Derek Straka2016-11-231-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-ipaddress: update to version 1.0.17Derek Straka2016-11-231-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-html5lib: update to version 0.999999999Derek Straka2016-11-232-8/+14
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-webencodings: add recipe for version 0.5Derek Straka2016-11-231-0/+10
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmicrohttpd: update to version 0.9.52Derek Straka2016-11-231-3/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libtinyxml2: Upgrade 3.0.0 -> 4.0.1Johannes Pointner2016-11-231-1/+1
| | | | | | | | This new release includes loots of small (incompatible) changes, and the addition of int64 support. Signed-off-by: Johannes Pointner <johannes.pointner@br-automation.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* apache2: cve-2016-5387Joe Slater2016-11-232-0/+26
| | | | | | | Handle HTTP_PROXY envirnoment variable. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sdparm: 1.09 -> 1.10dengke.du@windriver.com2016-11-232-7/+11
| | | | | Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nginx: update to version 1.10.2Derek Straka2016-11-232-6/+6
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxklavier: upgrade 5.4Hongxu Jia2016-11-232-4/+47
| | | | | | | | The gnome does not support 5.4 any more, get 5.4 from fedora to upgrade. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fftw: Remove the fftw-dev package dependency on non-existent fftw package.Philip Balister2016-11-231-0/+2
| | | | | | | | | The fftw-dev package RDEPENDS on the fftw package, but the package is not created. Remove the dependency on fftw so that images using fftw-dev will build. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gstreamer: fix rare but annoying build errorsAndreas Müller2016-11-222-0/+33
| | | | | | | | | | | | | same as: commit 63707b56b5352ed72f1c5291967455b78f50fb7d Author: Andreas Müller <schnitzeltony@googlemail.com> Date: Sun Oct 2 22:16:52 2016 +0200 gst-plugins-base: fix rare but annoying build errors Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-panel: update to 4.12.1Andreas Müller2016-11-224-611/+4
| | | | | | | | * 0001-Fix-compiler-warning-in-clock-plugin-about-shadowed-.patch was a backport and is now included upstream Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-panel: do not display desktop icon when no window is openedAndreas Müller2016-11-222-0/+61
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-terminal: update to 0.8.1Andreas Müller2016-11-221-4/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* poppler: update to 0.48.0Andreas Müller2016-11-221-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-notifyd: update to 0.3.3Andreas Müller2016-11-221-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>