aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
AgeCommit message (Collapse)Author
2016-11-29md5deep: Fix build with clangKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 856ac210ab223da1adb6e8a30298a10f1d05d61a) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29openldap: Fix Build error due to missing -fPICKhem Raj
Fixes errors e.g. relocation R_AARCH64_ADR_PREL_PG_HI21 against external symbol `stderr@@GLIBC_2.17' can not be us ed when making a shared object; recompile with -fPIC Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 5d22f066174e12799c11466dc37b6111a5864118) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29libqmi: Fix build with clangKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit c5fd46f74a5b4f1af67b18493b9de31666e13dcf) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29android-tools: fix do_installKoen Kooi
The previous patch introduced 2 bugs that made packaging fail: 1) Always failing grep 2) Conditionally install systemd files Systemd.bbclass doesn't handle conditional installation and will throw an error. Tested with -native and regular cross builds. Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 4cd27df21d21650c8cf5468be36f33d49e4587cf) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29rsnapshot: fix host path in rsnapshot.conf.defaultWenzong Fan
Fix host path for commands: mount, umount: .../tmp/sysroots/x86_64-linux/bin/mount -> /bin/mount .../tmp/sysroots/x86_64-linux/bin/umount -> /bin/umount Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit aea3dbd89ce89309cdda78eec8c283f9a621d193) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29libunique: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
libunique depends on gtk+ which requires x11 distro feature. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit ba879d436bb19c07cee6021b7566bcb5faadffac) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29pavucontrol: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
pavucontrol depends on gtkmm which requires x11 distro feature. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 426734113dc78acd4f21f57746e58430444ae008) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29gtkmm: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
gtkmm depends on gtk+ which requires x11 distro feature. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 8a9071347373cf68215124ea119e13f5936571b7) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29opencv: checking existence of /usr/libWenzong Fan
Remove install errors: mv: cannot stat '.../tmp/work/mips64-wrs-linux/opencv/3.1+gitAUTOINC +92387b1ef8-r0/image/usr/lib/*': No such file or directory Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit cefba87ff0a5f12cdb377038d67ab8550d500e82) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29libeigen: set tarball name as ${BP}.tar.bz2Wenzong Fan
Rename tarball name: 3.2.8.tar.bz2 -> libeigen-3.2.8.tar.bz2 Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit ba0717b0cf4fd986104a07b131faf6986222420b) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29opencv: fix QA issueWenzong Fan
Replace '/lib' with '${baselib}' to fix QA issue: ERROR: do_package_qa: QA Issue: non -staticdev package contains \ static .a library: opencv-apps path \ '.../opencv-apps/usr/share/OpenCV/3rdparty/lib64/libippicv.a' \ [staticdev] Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit a36efdd02fe4f0702c7b412b1737ef8218089974) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29openjpeg: rename the download fileJackie Huang
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> (cherry picked from commit d0fa502a22424bf057377d15776fb155c1a41b3b) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29asio: fix a musl compilation warningAndré Draszik
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> (cherry picked from commit 902a38b9891f5b3358ce5c48ee6b99bddb39d29c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29asio: DEPENDS on opensslAndré Draszik
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> (cherry picked from commit 334608d5ddb758b2776cd7b98cf7cdbbf6643657) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29lockdev: Pretend GNU libc on muslKhem Raj
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> (cherry picked from commit b70dd8f2af20bdafcdcec0db4ad4fb5b4e688e35) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29libplist: Remove rpaths surgicallyKhem Raj
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> (cherry picked from commit ecdf2c30801a7162952f20d96943a14db78d52c8) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29augeas: fix QA warningdengke.du@windriver.com
Add PACKAGECONFIG for libselinux. Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 20d98f67a109b3b9e07c1a8c5042f7320fbc02c2) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29edac-utils: fix systemd serviceQi.Chen@windriver.com
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> (cherry picked from commit caf48f2ea58f63b1a91a3d2aeafe98745efe0a50) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29mariadb: use faster download URLTim Orling
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> (cherry picked from commit 2f652ec3dc99e930e73443789b7168d2629d980e) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29krb5: Add -fPIC to compile flagsKhem Raj
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> (cherry picked from commit 1d01458df9a3271a22b70c3767cf2499d58ec478) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29meta_oe_security_flags.inc: Add libcec, libmodplug, libcdioKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 4b3a210033cf240c8ef4326cd62e5d6d4ba62156) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29meta_oe_security_flags: Disable PIE for s3c64xx-gpio/s3c24xx-gpio/cpufrequtilsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 8076afca3d5f3b099be7344e6339085f3796394a) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29ttf-abyssinica: update SRC_URIHongxu Jia
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> (cherry picked from commit 54b1082533a8af010de4edac677ca388b884de4a) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29xterm: package /usr/lib/X11 to avoid installed-vs-shipped error on ppc64Ting Liu
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> (cherry picked from commit 471cd564fd72a34ac62f702fad8983f44e4b411a) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29fftw: Remove the fftw-dev package dependency on non-existent fftw package.Philip Balister
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> (cherry picked from commit b393e73446b7abbc836d03a4d921911bca3bfa1c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-15meta-openembedded: Add me to morty maintainer's listArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-26nodejs: update to 4.6.1Jonathan Liu
Fixes CVE-2016-5180. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-26openldap: use recommended backend mdbKai Kang
The mdb backend to slapd(8) is the recommended primary backend for a normal slapd database. Add PACKAGECONFIG 'mdb' to enable it and build mdb as SLAPD_STATIC_BACKENDS. This fixes the errors while starting slapd: $systemctl start slapd Job for slapd.service failed because the control process exited \ with error code. See "systemctl status slapd.service" and \ "journalctl -xe" for details. $ systemctl status slapd ... /etc/openldap/slapd.conf: line 53: <database> failed init (bdb) Unrecognized database type (bdb) slapd.service: Control process exited, code=exited status=1 ... Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-26rsyslog: upgrade to 8.22.0Chen Qi
enable_tls_ptests.patch is removed as the problem has been fixed in new version. fix_build_with_musl.patch is removed as it's no longer suitable. The file it fixes is not even there any more. Several necessary runtime dependencies are added to rsyslog-ptest. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-26librelp: add recipeChen Qi
This is a project under rsyslog. Add its recipe as it's needed by the new version of rsyslog. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-26libfastjson: add recipeChen Qi
This is a project under rsyslog. Add its recipe as it's needed by new version of rsyslog. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-26vim: Update to v8.0.0022Paul Barker
v8.0.0022 is currently used in Debian Testing. In the license file (uganda.txt) only the version number has changed. The new version installs icons for gvim into /usr/share/icons. For now these are just placed in the vim-common package as they use only a kB or so. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-26glmark2: Enabling c++ 11 featuresAmarnath Valluri
When build with gcc5, Failed with below errors: | ../src/image-reader.cpp: In member function 'bool PNGReader::init(const string&)': | ../src/image-reader.cpp:123:16: error: 'unique_ptr' in namespace 'std' does not name a template type This change explicitly enables c++11 features, as code using them. Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-26android-tools: fix native buildKoen Kooi
* Find libbsd headers when building natively * Disable tools that needs sys/capability.h when building natively * Enhance do_install to work when some tools are disabled Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-26rsnapshot: update to 1.4.2Wenzong Fan
* update rsnapshot from 1.3.1 to 1.4.2 * fix configure error: configure.ac:302: file 't/include.ac' does not exist Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-26mg: Update to 20161005Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-26joe: Fix build with clangKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-26glcompbench: Demand c++11 explicitlyKhem Raj
Helps in fixing build issues when default std of C++ compiler is older Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-26flashrom: Fix build with clang and aarch64Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-26gpm: Remove nested functionsKhem Raj
Helps compiling with clang which doesnt support nested functions Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-26frame: Fix build with clangKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-26libplist: Squash warnings found by clangKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-26libmbim: Fix build with clangKhem Raj
We need to check for clang in configure so the warning options can be added surgically depending upon compiler type Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-25libndp: 1.5 -> 1.6dengke.du@windriver.com
Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-25v4l-utils: add support for "native" buildHerve Jourdain
Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-25inotify-tools: add recipeAndrea Galbusera
inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify. Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-25nodejs: update to 4.6.0Jonathan Liu
Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-25postgresql.inc: Fix do_configure error (could not find Python.h)Mario Domenech Goulart
Fixes: | checking for Python.h... no | configure: error: header file <Python.h> is required for Python | NOTE: The following config.log files may provide further information. | WARNING: exit code 1 from a shell command. | NOTE: .../tmp/work/armv5e-poky-linux-gnueabi/postgresql/9.4.8-r0.0/build/config.log | ERROR: configure failed Signed-off-by: Mario Domenech Goulart <mario.goulart@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-25mpich: update to version 3.2Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-25libsoc: update to version 0.8.2Derek Straka
* License file changed to 'LICENCE' but the terms remain the same Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>