aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-12-02xfsprogs: Upgrade 3.2.3 -> 4.8.0Khem Raj
Change-Id: I0015da261d540f99bfdebba703fef9403eebff7b Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-12-02xserver-common: Don't install some Xsession filesJussi Kukkonen
The goal is that the graphical_init_manager (xserver-nodm-init) provides Xsession (and some basic scripts) and that xserver-common can then provide additional Xsession scripts. Remove the Xsession files that xserver-nodm-init installs. Bump PR so xserver-nodm-init can RCONFLICT with old one. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-12-02xserver-nodm-init-2.0: Remove recipeJussi Kukkonen
The version in oe-core should now do everything this one does with one exception: it does not RDEPEND on xserver-common. This dependency now needs to be set explicitly. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-12-02meta-gnome: add explicit gnome-common dependenciesRoss Burton
gnome-common is deprecated and gnomebase.bbclass will soon stop depending on it, so add gnome-common to DEPENDS for the recipes that still use it. gxim previously wasn't really using the gnome-common macros so now the build fails with compiler errors, so pass the flag to turn off fatal warnings as gxim appears to be dead. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-12-02meta-gnome: remove redundant gnome-common dependenciesRoss Burton
These recipes don't actually use gnome-common macros, so don't depend on it. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-12-02meta-oe: add explicit dependencies on gnome-commonRoss Burton
gnome-common is deprecated and gnomebase.bbclass will soon stop depending on it, so add gnome-common to DEPENDS for the recipes that still use it. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-12-02vala-dbus-binding-tool: remove redundant dependency on intltoolRoss Burton
This upstream doesn't use intltool so don't depend on it. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-12-02breakpad: Upgrade to latestKhem Raj
* Switch to using git * Gets aarch64 support * Define PV and use SRCPV * increment PE to 1 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-12-02remove True option to getVar callsJoshua Lock
getVar() now defaults to expanding by default, thus remove the True option from getVar() calls with a regex search and replace. Search made with the following regex: getVar ?\(( ?[^,()]*), True\) Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2016-11-26mpv: Add libvdpau to DEPENDSKhem Raj
Fixes WARNING: mpv-0.15.0-r0 do_package_qa: QA Issue: mpv rdepends on libvdpau, but it isn't a build dependency, missing libvdpau in DEPENDS or PACKAGECONFIG? [build-deps] Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-26vlc: Add packageconfig for vdpauKhem Raj
Fix packaging of libvlc_vdpau.so since this plugin does not have soname version Fixes QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: vlc path '/work/cortexa7hf-neon-vfpv4-oe-linux-gnueabi/vlc/2.2.2-r0/packages-split/vlc/usr/lib/vlc/libvlc_vdpau.so' [dev-so] Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-26libcec: Add missing dep on ncursesKhem Raj
Consider vc4 options on raspberryPi class of devices Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-26modemmanager: Fix build with clangKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-26libmad: Fix build with clangKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-26jsonrpc: Add recipeKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-26jsoncpp: Add new recipeKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-26fribidi: 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>
2016-11-26flashrom: Remove redundant const qualifierKhem Raj
This is flagged by latest clang Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-26dialog: Update 1.3-20160424 -> 1.3-20160828Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-26md5deep: Fix build with clangKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-26networkmanager-openvpn: Update 1.0.8->1.2.6Khem Raj
Remove .la files which are new Package the new .name files Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-26openldap: 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>
2016-11-26libgit2: Update to 0.24.3Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-26ne10: Update to latestKhem Raj
* Patch to build with clang * license checksum changed due to Copyright year change https://github.com/kraj/Ne10/commit/fee112eb2278469e7cfe2516dffa2ecfa5ad4c9a Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-26libvdpau: Disable PIEKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-26libvdpau: Add recipeKoen Kooi
Needed for x86 machines Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-26libqmi: Fix build with clangKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-26nis, opencv: Update getVar/setVar syntaxRichard Purdie
The deprecated APIs are removed from bitbake, update two old style references in meta-oe/meta-networking. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-23python-pycparser: update to version 2.17Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-23libdbus-c++: added recipe for itThilo Cestonaro
Signed-off-by: Thilo Cestonaro <thilo.cestonaro@ts.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-23android-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>
2016-11-23python-pytz: update to version 2016.7Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-23python-pyserial: update to version 3.2.1Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-23mcelog: Add Kabylake client supportwqyoung
Issue: TA164086 (LOCAL REV: NOT UPSTREAM) -- will send to oe-devel on 20161117 CPU models 0x8E and 0x9E denote kabylake client processor Signed-off-by: Quanyang Wang <quanyang.wang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-23python-requests: update to version 2.12.0Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-23opencv: remove DEFAULT_PREFERENCE = "-1" for 3.1Wenzong Fan
The opencv 2.4 has been blacklisted, 3.1 should be the default choice for both opencv and lib32-opencv. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-23python-setuptools-scm: update to version 1.15.0Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-23python-urllib3: update to version 1.19Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-23python-vobject: update to version 0.9.3Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-23rsnapshot: 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>
2016-11-23python-yappi: update to version 0.98Derek Straka
* Verified license remains the MIT Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-23python-zopeinterface: update to version 4.3.2Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-23xfwm4: 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>
2016-11-23xfdesktop: 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>
2016-11-23xfce4-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>
2016-11-23xfce4-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>
2016-11-23xfce4-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>
2016-11-23xfce4-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>
2016-11-23xfce4-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>
2016-11-23thunar-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>