summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove True option to getVar callsJoshua Lock2016-12-0244-78/+78
| | | | | | | | | 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>
* mpv: Add libvdpau to DEPENDSKhem Raj2016-11-261-1/+1
| | | | | | | 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>
* vlc: Add packageconfig for vdpauKhem Raj2016-11-261-1/+6
| | | | | | | | | | | 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>
* libcec: Add missing dep on ncursesKhem Raj2016-11-261-1/+2
| | | | | | | Consider vc4 options on raspberryPi class of devices Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: Fix build with clangKhem Raj2016-11-262-3/+26
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmad: Fix build with clangKhem Raj2016-11-262-0/+44
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jsonrpc: Add recipeKhem Raj2016-11-264-0/+174
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jsoncpp: Add new recipeKhem Raj2016-11-262-0/+173
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fribidi: Fix build with security flags turned onKhem Raj2016-11-261-0/+1
| | | | | | | | | | 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>
* flashrom: Remove redundant const qualifierKhem Raj2016-11-262-0/+30
| | | | | | This is flagged by latest clang Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dialog: Update 1.3-20160424 -> 1.3-20160828Khem Raj2016-11-261-3/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* md5deep: Fix build with clangKhem Raj2016-11-262-0/+33
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager-openvpn: Update 1.0.8->1.2.6Khem Raj2016-11-261-3/+7
| | | | | | | Remove .la files which are new Package the new .name files Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: Fix Build error due to missing -fPICKhem Raj2016-11-261-1/+1
| | | | | | | | | 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>
* libgit2: Update to 0.24.3Khem Raj2016-11-261-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ne10: Update to latestKhem Raj2016-11-262-3/+50
| | | | | | | | * 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>
* libvdpau: Disable PIEKhem Raj2016-11-261-0/+5
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libvdpau: Add recipeKoen Kooi2016-11-261-0/+23
| | | | | | | Needed for x86 machines Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libqmi: Fix build with clangKhem Raj2016-11-262-1/+87
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nis, opencv: Update getVar/setVar syntaxRichard Purdie2016-11-262-2/+2
| | | | | | | | 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>
* python-pycparser: update to version 2.17Derek Straka2016-11-234-5/+13
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libdbus-c++: added recipe for itThilo Cestonaro2016-11-233-0/+97
| | | | | Signed-off-by: Thilo Cestonaro <thilo.cestonaro@ts.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* android-tools: fix do_installKoen Kooi2016-11-231-9/+15
| | | | | | | | | | | | | | 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>
* python-pytz: update to version 2016.7Derek Straka2016-11-232-14/+15
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyserial: update to version 3.2.1Derek Straka2016-11-233-2/+4
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mcelog: Add Kabylake client supportwqyoung2016-11-232-0/+97
| | | | | | | | | | 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>
* python-requests: update to version 2.12.0Derek Straka2016-11-233-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* opencv: remove DEFAULT_PREFERENCE = "-1" for 3.1Wenzong Fan2016-11-231-2/+0
| | | | | | | | 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>
* python-setuptools-scm: update to version 1.15.0Derek Straka2016-11-232-18/+13
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-urllib3: update to version 1.19Derek Straka2016-11-233-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-vobject: update to version 0.9.3Derek Straka2016-11-231-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsnapshot: fix host path in rsnapshot.conf.defaultWenzong Fan2016-11-231-0/+2
| | | | | | | | | | 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>
* python-yappi: update to version 0.98Derek Straka2016-11-231-3/+3
| | | | | | | * Verified license remains the MIT Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-zopeinterface: update to version 4.3.2Derek Straka2016-11-231-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfwm4: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang2016-11-231-1/+3
| | | | | | | | 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>
* xfdesktop: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang2016-11-231-1/+3
| | | | | | | | 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>
* xfce4-settings: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang2016-11-231-1/+3
| | | | | | | | 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>
* xfce4-session: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang2016-11-231-1/+3
| | | | | | | | 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>
* xfce4-power-manager: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang2016-11-231-1/+3
| | | | | | | | 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>
* xfce4-panel: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang2016-11-231-1/+3
| | | | | | | | 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>
* xfce4-appfinder: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang2016-11-231-1/+3
| | | | | | | | 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>
* thunar-volman: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang2016-11-231-1/+3
| | | | | | | | 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>
* thunar: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang2016-11-231-1/+3
| | | | | | | | 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>
* libxfce4ui: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang2016-11-231-1/+3
| | | | | | | 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>
* gtk-xfce-engine: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang2016-11-231-1/+3
| | | | | | | | 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>
* garcon: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang2016-11-231-1/+3
| | | | | | | 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>
* exo: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang2016-11-231-1/+4
| | | | | | | | 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>
* xfce-app.bbclass: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang2016-11-231-1/+3
| | | | | | | | 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>
* xfce-panel-plugin.bbclass: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang2016-11-231-1/+3
| | | | | | | | 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>
* thunar-plugin.bbclass: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang2016-11-231-1/+3
| | | | | | | | 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>