aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-12-03exo: unbreak Thunar's detailed file viewAndreas Müller
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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29modemmanager: Fix build with clangKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit a9ca41110b0dccfa897f0851b259fdb6e8763f00) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29libmad: Fix build with clangKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit f708267ebdefaf122a791cb7671a01a8735e16ca) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29fribidi: Fix build with security flags turned onKhem Raj
Clang complains like below | ../../fribidi-0.19.7/charset/fribidi-char-sets-cap-rtl.c:148:7: error: expected expression | DBG ("warning: could not find a mapping for CapRTL to Unicode:"); Therefore quick fix is to remove FORTIFY_SOURCE from cmdline Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 1c8afeed179495a53e7b782b994e4a1f00f15536) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29flashrom: Remove redundant const qualifierKhem Raj
This is flagged by latest clang Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit eef06e7cbed31dec67692fee36ccffc9e1a8658e) Signed-off-by: Armin Kuster <akuster808@gmail.com>
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-29xfwm4: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
xfwm4 depends on virtual/libx11 so it 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 671c597a8a21c251a0b87a4a28bfdd5a3e9ffd4f) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29xfdesktop: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
xfdesktop depends on gtk+ and libxfce4ui which require 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 e0ead9073bf37c2b8183003c5785afc387079f93) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29xfce4-settings: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
xfce4-settings depends on virtual/libx11 so it 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 61b747ebd22008ab21d3d94e11af102a5ebb3c35) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29xfce4-session: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
xfce4-session depends on virtual/libx11 so it 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 464e4d4033d093ee4b2feb4d512693b0526dd41c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29xfce4-power-manager: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
xfce4-power-manager depends on virtual/libx11 so it 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 3d15aede4bbf8fa0850a469056ba08ebe8647d1e) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29xfce4-panel: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
xfce4-panel depends on virtual/libx11 so it 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 f625e13f87e30fb026219b47eaf1ff5218232b6f) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29xfce4-appfinder: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
xfce4-appfinder depends on gtk+ and libxfce4ui which require 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 036ce4827deeb17766f88d06959cc7d9960406d7) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29thunar-volman: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
thunar-volman depends on gtk+ and libxfce4ui which require 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 b1f1aeac93f9dad118df2a8f413ddfea4b1f92fd) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29thunar: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
thunar depends on gtk+, libsm and xfce4-panel which require 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 3fe63ec698a83237fbe826f78f286c44cf2846b9) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29libxfce4ui: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
libxfce4ui depends on virtual/libx11 so 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 567a718393df7d8388b5d2705e7968966521f684) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29gtk-xfce-engine: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
gtk-xfce-engine 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 d922ce3cde173424992f58da1ad62aa1d93b9f9f) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29garcon: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
garcon depends on libxfce4ui 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 c07deeb58d587515a1bb77f2d74cb7cc5a2c8ffb) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29exo: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
exo depends on virtual/libx11 and gtk+ so it requires x11 distro feature, but not for native package. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 004dab1b3d482b6d87537b32b3482bc4202223d3) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29xfce-app.bbclass: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
All xfce apps depend on gtk+ or xfce4-panel or libxfce4ui which require 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 db0e4783e2af6599c9c6a0973bc628844dffb5d8) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29xfce-panel-plugin.bbclass: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
The bbclass depends on xfce4-panel and libxfce4ui which require 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 723e9b71a4e9d43a6b2623d8298d7f452d222ed3) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29thunar-plugin.bbclass: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
thunar depends on gtk+, libsm and xfce4-panel which require 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 20b398d8780214e5f063287909666f9a79e78768) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29xfce4-pulseaudio-plugin: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
xfce4-pulseaudio-plugin depends on pavucontrol 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 e4ff7d0ac46627c6bedb8bffab25c700490757ca) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29packagegroup-xfce-base: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
Most packages in this packagegroup require 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 e0dc483313ae4ad6c8267ff957c72b2ff2df692c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29libxklavier: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
libxklavier depends on gtk+ and libxi which require 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 9a3c5c2b2e3acc203cdd93e1b658cedaa0bc9095) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29libwnck: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
libwnck 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 28d767851df6da0b741c33df0e0ed259f680eb20) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29gtksourceview2: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
gtksourceview2 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 0b365d7248935f04831435b2ee9e24cf025c1881) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29gnome-disk-utility: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
gnome-disk-utility depends on virtual/libx11. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit fa62ed89902877ce8b39733e3afabbbbf5e479a3) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29evince: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
evince depends on gtk+3 and gnome-desktop3 which require 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 2d8180ecf5f78fdef11cfea99a7e568a7f69979b) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-29dconf: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
dconf depends on gtk+3 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 6afe63346b36d4ac1fb9b8b68e6d88a4f286a1f6) 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-29apache2: include .load files in modules.dJunxian.Xiao
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> (cherry picked from commit b2409021dd8a3cb7eac8c8ff21d99cbfca6c07c2) 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>