summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* kea: upgrade 1.7.0 -> 1.7.2Wang Mingyu2019-12-181-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fuse3: upgrade 3.8.0 -> 3.9.0Wang Mingyu2019-12-181-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mycroft: RDEPENDS on mpg123 to allow singingAlistair Francis2019-12-181-1/+1
| | | | | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lcdproc: Upgrade to latest top of treeKhem Raj2019-12-184-13/+92
| | | | | | | * Drop BASEPV, used only once * serialVFD needs to use ioperm, inb and outb which are only on x86 32/64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libqb: Add --enable-nosection-fallback with mips64/clangKhem Raj2019-12-181-1/+5
| | | | | | | Same issue happens with clang/mips64 so extend the gold fix to cover for this case Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nftables: Expand PACKAGECONFIG, cleanup buildAlex Kiernan2019-12-171-8/+12
| | | | | | | | | | | | | | | | | Fill out PACKAGECONFIG options for json, mini-gmp, readline and xtables whilst matching existing behaviour. Drop PACKAGECONFIG to weak default. Fix upstream version matching so the very old 0.099 is rejected as the newest version. Drop seemingly redundant ASNEEDED which was added in 5477d5bcb727 ("nftables: Upgrade to 0.7") without explanation. Package python files from libdir not libdir_native; whilst they're the same thing, building a target package with native variables is odd. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce-dusk-gtk3: correct invalid SRC_URIChangqing Li2019-12-161-1/+1
| | | | | | | | | | | | original SRC_URI is invalid now, and current upstream address is such a long address(see below), and this package has not been updated since 2011, so use http://sources.openembedded.org/. https://dllb2.pling.com/api/files/download/id/1460766718/s/938c137c59bf7f1a6a6cc100c940feafd6904dc6478d5f96d09f3a631f9708e559055433db9e97654b196881fecbae445f094347befba0a5e477e961a73a7434/t/1576230019/c/a3f98e1fd43cfd072d46d7bedf6646191f5a020476297e0da678723a0078b9b8d284736bb34c4e876389b4e518777dc6a23c8666bb6bd42ceb1b893c9c264cce/lt/download/141404-xfce_dusk_gtk3-1_3.tar.gz Signed-off-by: Changqing Li <changqing.li@windriver.com> Acked-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-kbdleds-plugin: remove this recipeChangqing Li2019-12-162-16/+0
| | | | | | | | | | According to https://xfce.org/about/news, xfce4-kbdleds-plugin has been dropped Acked-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Changqing Li <changqing.li@windriver.com> Acked-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nlohmann-json: Upgrade to 3.7.3Khem Raj2019-12-161-4/+2
| | | | | | Rename recipe to express PV Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fvwm: Upgrade to 2.6.9Khem Raj2019-12-162-21/+1
| | | | | | | | | Drop manpage disable part from existing patch An upstream patch [1] helps manpage creation [1] https://github.com/fvwmorg/fvwm/commit/0fdf2815bc09edaf4c0ecb45d47ad12d00863239 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libhandy: initial add 0.0.12Andreas Müller2019-12-161-0/+21
| | | | | | | libhandy is required by upcoming gnome-tweaks Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nftables: upgrade 0.9.2 -> 0.9.3Todd Cunningham2019-12-162-3/+51
| | | | | | | | New patch: 0001-update-python3-nftables-reference.patch Signed-off-by: Todd Cunningham <tcunningham07@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rdma-core: Replace pthread_yield with sched_yieldKhem Raj2019-12-162-0/+31
| | | | | | | | | | Fixes /usr/src/debug/rdma-core/26.1-r0/git/librdmacm/rsocket.c:3041: undefined reference to `pthread_yield' collect2: error: ld returned 1 exit status Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Kai Kang <kai.kang@windriver.com>
* rdma-core: 18.1 -> 27.0Kai Kang2019-12-166-127/+261
| | | | | | | | | | | | Upgrade rdma-core from 18.1 to 27.0 * remove 4 patches which have been merged by upstream * update context and remove more unbuildable manual in 0001-Remove-man-files-which-cant-be-built.patch * set services file for systemd Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Add support for gjs testsAlex Kiernan2019-12-161-7/+3
| | | | | | | | | | | Now gjs is packaged in meta-gnome, add support for gjs tests through PACKAGECONFIG; note gjs has a large dependency footprint, requiring (at least) gobject-instrospection-data, gtk-3 and x11. Move python3-pyyaml to RDEPENDS directly based on the layer, so that building ptest without meta-python is possible (though more tests will have to be skipped). Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-tweaks: initial add 3.34.0Andreas Müller2019-12-163-0/+74
| | | | | | | | It runs but the area I did it for 'Startup Applications'is empty and I would like to disable some and see how gnome stores this. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany: remove pythonnative from inheritAndreas Müller2019-12-151-1/+1
| | | | | | | | * build tested with oe-core patch removing python2 from hosttools * checked log files and there are no traces that a running python is required Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exo: remove pythonnative from inheritAndreas Müller2019-12-151-1/+1
| | | | | | | | * build tested with oe-core patch removing python2 from hosttools * checked log files and there are no traces that a running python is required Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glade3: remove ancient version of gladeAndreas Müller2019-12-154-175/+0
| | | | | | | | | | | | | * This was suggested already [1] but I complained that there is a use-case. There are several workarounds possible for this so we don't need to keep it anymore. * glade3 popped into focus during preparations for python2 removal. So instead of wasting time to keep unmaintained version just drop it [1] http://lists.openembedded.org/pipermail/openembedded-devel/2019-May/199523.html Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxfce4ui: give up glade3 (=glade for gtk2) supportAndreas Müller2019-12-151-3/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mosquitto: update to 1.6.8Leon Anavi2019-12-151-2/+2
| | | | | | | | | Bugfix release. For details, see: https://mosquitto.org/blog/2019/11/version-1-6-8-released/ Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpfm4: Moved here from oe-coreKhem Raj2019-12-152-0/+117
| | | | | | | Upgrade to 4.10.1 while here oprofile/ppc64 still depends on it Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe: Remove ppc64 specific incompatible packagesKhem Raj2019-12-151-0/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: Sync VALGRIND supported arch listKhem Raj2019-12-151-5/+19
| | | | | | This list should be same as the valgrind recipe Signed-off-by: Khem Raj <raj.khem@gmail.com>
* breakpad: Update to latest upstreamKhem Raj2019-12-155-113/+50
| | | | | | | | Drop upstreamed patch Adjust syscalls for mips64 Drop fpregset_t/mcontext alternatives for musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ufs-utils: Renames from ufs-toolKhem Raj2019-12-153-23/+86
| | | | | | Add a patch to fix build with musl/mips64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grpc: Define libdir and cmakedir in terms of multilibKhem Raj2019-12-151-1/+3
| | | | | | | | | | | | | | | | | | | | | This helps in avoiding packaging errors seen with distros enabling multilib Fixes ERROR: grpc-1.24.3-r0 do_package: QA Issue: grpc: Files/directories were installed but not shipped in any package: /usr/lib/libgrpc++.so.1.24.3 ... /usr/lib/cmake /usr/lib/cmake/grpc /usr/lib/cmake/grpc/gRPCConfigVersion.cmake /usr/lib/cmake/grpc/gRPCConfig.cmake /usr/lib/cmake/grpc/gRPCTargets-noconfig.cmake /usr/lib/cmake/grpc/gRPCTargets.cmake Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or de lete them within do_install. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* corosync: fix build error when package config rdma enabledKai Kang2019-12-152-1/+34
| | | | | | | | | | | Fix corosync build error when package config rdma enabled. * replace dependency librdmacm from layer meta-cloud-services with rdma-core from meta-networking * add patch to fix issue that fail to find rdma library via pkgconfig Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* klibc: Apply -no-integrated-as on mips/clangKhem Raj2019-12-141-0/+1
| | | | | | | | | | | | | | | | | Fixes build error | /mnt/b/yoe/build/tmp/work/mips32r2-yoe-linux-musl/klibc/2.0.7-r0/klibc-2.0.7/usr/klibc/syscalls.pl: usr/klib c/syscalls/typesize.bin: magic number not found ... | usr/klibc/sigsuspend.c:8:10: fatal error: 'klibc/havesyscall.h' file not found | #include <klibc/havesyscall.h> | ^~~~~~~~~~~~~~~~~~~~~ | 1 error generated. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andrea Adami <andrea.adami@gmail.com>
* gtk-xfce-engine: remove this recipeChangqing Li2019-12-133-54/+0
| | | | | | | | | | | | | | | | * Part of xfce 4.14 changelog Theme Engine (gtk-xfce-engine) The gtk-xfce-engine has been deprecated and archived. * repo have been remove from upstream https://archive.xfce.org/src/xfce/ no gtk-xfce-engine now so remove this recipe Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Kai Kang <kai.kang@windriver.com>
* mozjs: extend --with-intl-api=build to all mipsKhem Raj2019-12-131-1/+1
| | | | | | | | | | | This fixes mozjs crash, in launching js in qemu during gjs build Fixes | | (process:606857): Gjs-ERROR **: 02:02:06.039: Could not initialize Javascript Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* samba: fix wrong shebang for python3Changqing Li2019-12-131-2/+2
| | | | | | | fix wrong shebang "#!/usr/bin/env python3/" Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xterm: Fix latent issue found with muslKhem Raj2019-12-132-1/+80
| | | | | | | | [YOCTO #13691] Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Ross Burton <ross.burton@intel.com> Cc: Armin Kuster <akuster808@gmail.com>
* tk: upgrade 8.6.9 -> 8.6.10Yi Zhao2019-12-136-76/+11
| | | | | | | | | | | | | | Drop patches that were merged upstream: configure.use.fontconfig.with.xft.patch non-linux.diff tklibrary.diff Refresh patches: confsearch.diff fix-xft.diff Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hdf5: Upgrade to 1.8.21Khem Raj2019-12-132-16/+12
| | | | | | Forward port 0001-cross-compiling-support.patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnftnl: upgrade 1.1.4 -> 1.1.5Todd Cunningham2019-12-133-300/+18
| | | | | | | | | | | | Remove obselete patch: 0001-Move-exports-before-symbol-definition.patch Refresh patch: 0002-avoid-naming-local-function-as-one-of-printf-family.patch Add one new file in this patch: src/obj/synproxy.c Signed-off-by: Todd Cunningham <tcunningham07@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fltk: fix build error when enable package config examplesKai Kang2019-12-132-2/+187
| | | | | | | | | | | Backport patch to fix fltk build error when enable package config 'examples'. Drop the useless parts such as .gitignore and Makefile from the patch. fltk-native is also required by package config 'examples'. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdelta3: add native and nativesdk to BBCLASSEXTENDBartosz Golaszewski2019-12-131-0/+2
| | | | | | | | Allow to build xdelta natively as it may be used for creating binary delta patches for OTA updates. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdelta3: update to v3.1.0Bartosz Golaszewski2019-12-131-4/+4
| | | | | | | | The repository now lives under a different address. Let's use git directly to fetch sources as there are no proper release tarballs. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsoc: use python3 for python bindingsMax Krummenacher2019-12-131-2/+2
| | | | | | | | | | | | With python in PACKAGECONFIGS and with the removal of python2 from host tools the recipe fails to build. Change the recipe to use python3. libsoc configure uses the host python to detect the used version, install and use the python3-native package to have the same version for host and target. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* phpmyadmin: upgrade 4.9.1 -> 4.9.2Yi Zhao2019-12-131-2/+2
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-font-viewer: fix copy & paste typo in SUMMARYAndreas Müller2019-12-131-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* accountsservice: fix build for systemd not in DISTRO_FEATURESAndreas Müller2019-12-111-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Upgrade 2019.5 -> 2019.6Alex Kiernan2019-12-1110-415/+2
| | | | | | | | | Drop all patches as they now exist upstream. Add tar to the dependencies for ptest as this is required when running with libarchive enabled (and the busybox version doesn't suffice). Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-twisted: add missing RDEPENDS for conchTrevor Gamblin2019-12-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | import twisted.conch.checkers outputs error messages like the following for multiple modules: |Python 3.7.4 (default, Oct 28 2019, 02:05:50) |[GCC 9.2.0] on linux |Type "help", "copyright", "credits" or "license" for more information. |>>> import twisted.conch.checkers | |Error message : |File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed |File "/usr/lib64/python3.7/site-packages/twisted/conch/checkers.py", line 32, in |<module> |from twisted.conch.ssh import keys |File "/usr/lib64/python3.7/site-packages/twisted/conch/ssh/keys.py", line 18, in |<module> |import bcrypt |No module named 'bcrypt' Add the missing RDEPENDS so that it works (bcrypt, cryptography, pyasn1, pickle). Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netperf: add "intervals" and "histogram" PACKAGECONFIGsDenys Dmytriyenko2019-12-111-0/+2
| | | | | | | | | | | >From https://hewlettpackard.github.io/netperf/doc/netperf.html: Other optional configure-time settings include --enable-intervals=yes to give netperf the ability to “pace” its _STREAM tests and --enable-histogram=yes to have netperf keep a histogram of interesting times. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librsync: new packageBartosz Golaszewski2019-12-111-0/+18
| | | | | | | | | | | rdiff is a popular tool for calculating binary delta patches. It's provided by the librsync package (unrelated to rsync already available in poky). This recipe adds new packages for librsync and rdiff. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-lxml: remove redundant RDEPENDS_class-nativeRoss Burton2019-12-111-1/+0
| | | | | | | | python3-native RPROVIDES python3-compression, so the class-native override isn't required anymore. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-lxml: remove redundant sed (fixed in 4.3.0 onwards)Ross Burton2019-12-111-4/+0
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-coloredlogs: don't use relative pathsRoss Burton2019-12-111-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>