summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* googletest: fix build with newer oe-core without python in HOSTTOOLSMartin Jansa2019-12-111-0/+8
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc: update recipe to version 7.16.3Gianfranco Costamagna2019-12-114-20/+43
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsmi: Use right name for tcl licenseKhem Raj2019-12-101-1/+1
| | | | | | | Fixes WARNING: libsmi-0.5.0-r0 do_populate_lic: libsmi: No generic license file exists for: TCL in any provider Signed-off-by: Khem Raj <raj.khem@gmail.com>
* stalonetray: Add x11 to required distro featureAndreas Müller2019-12-101-1/+3
| | | | | | | It depends on virtual/libx11 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glfw: add features_check to inheritAndreas Müller2019-12-101-1/+1
| | | | | | | Without this REQUIRED_DISTRO_FEATURES is a noop Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libssh2: add nativesdk supportPierre-Jean Texier2019-12-101-1/+1
| | | | | | | | | | Fixes: Missing or unbuildable dependency chain was: ['nativesdk-cmake', 'nativesdk-curl', 'nativesdk-libssh2'] So, extend libssh2 to nativesdk to fix this issue. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xterm: upgrade 350 -> 351Wang Mingyu2019-12-101-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* id3lib: Update to newer debian patchsetKhem Raj2019-12-081-3/+37
| | | | | | adopt the patch routine, since the format of tarball has changed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gpsd: Add a PACKAGECONFIG for disabling usb supportAdrian Bunk2019-12-081-2/+3
| | | | | Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* udisks2: Update to 2.8.4Khem Raj2019-12-081-2/+3
| | | | | | package tmpfiles.d/udisk2.conf, generated with systemd enabled Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sigrok-cli: Update to 0.7.1Khem Raj2019-12-081-2/+3
| | | | | | Package /usr/share/icons/hicolor/scalable/apps/sigrok-cli.svg Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liblockdev: Loosen the regexp for py3Khem Raj2019-12-081-1/+1
| | | | | | | | | | | | | Fixes packaging with py 3.8 ERROR: libblockdev-2.23-r0 do_package: QA Issue: libblockdev: Files/directories were installed but not shipped in any package: /usr/lib/python3.8 /usr/lib/python3.8/site-packages /usr/lib/python3.8/site-packages/gi /usr/lib/python3.8/site-packages/gi/overrides /usr/lib/python3.8/site-packages/gi/overrides/BlockDev.py Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "zstd: move recipe to oe-core"Stefan Agner2019-12-081-0/+35
| | | | | | | | | | The recipe has not been accepted in oe-core. So readd the recipe to meta-openembedded. This reverts commit b0b9cebc72a7f6e4451b64e54701709cee30fded. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnih: Fix build with latest gettextKhem Raj2019-12-082-4/+24314
| | | | | | | | | Run gettextize and fix up the resulting problems so that it builds Fixes | make[2]: *** No rule to make target 'libgnuintl.@INTL_LIBTOOL_SUFFIX_PREFIX@a', needed by 'all-no-yes'. Stop. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libvncserver: add missing cmake configration option to packageconfigMaxime Roussin-Bélanger2019-12-051-0/+15
| | | | | Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe: Remove nodejs and uim on riscvKhem Raj2019-12-051-2/+4
| | | | | | These are not yet buildable for RISC-V Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opensc: fix RDEPENDS in pcsc PACKAGECONFIGLaurent Bonnans2019-12-051-1/+1
| | | | | | | | OpenSC depends on pcsc-lite's systemd service and pkcs11 library at runtime. Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: 12.0 -> 12.1Wang Mingyu2019-12-051-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* emlog: Use RRECOMMEND instead of RDEPENDKhem Raj2019-12-031-1/+1
| | | | | | | | | This helps with re-using sstate tasks when machines are similar Fixes Hash for dependent task emlog/kernel-module-emlog_git.bb:do_packagedata changed from a70b22026e418998e61d08b0b0ab64a3e26fd0da41a1d12f4356554b6b043794 to 7817106c7626c3c4b238f03771fc32dc8f3dc5e7496ff98cf8a812039939f915 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Backport build/test fixes from upstreamAlex Kiernan2019-12-034-0/+140
| | | | | | | | | | | Pick upstream fixes: 77b27c07df2b Avoid race condition when building outside of source tree 16bb294384bb tests/repo-finder: Run realpath() on /tmp de8e0765a4a5 Makefile: declare ostree_boot_SCRIPTS and append values Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Add PACKAGECONFIG for builtin-grub2-mkconfigAlex Kiernan2019-12-031-1/+3
| | | | | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Change PACKAGECONFIG to use manpagesAlex Kiernan2019-12-031-2/+2
| | | | | | | | Change PACKAGECONFIG to use manpages and inherit same so we build mandb correctly when api-documentation is enabled. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Drop tests for soup/xattr with ptestAlex Kiernan2019-12-031-4/+2
| | | | | | | | | | When ptest is enabled, both soup (for trivial-httpd) and xattr must be enabled for all tests to pass. Rather than forcing everyone to enable these, just document this and remove the tests since a subset of the tests are still useful. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Fix DISTRO_FEATURES with ptest but w/o xattrAlex Kiernan2019-12-031-2/+2
| | | | | | | | | Fix the test for PTEST_ENABLED so it only fires when it's actually enabled, as opposed to everytime. This allows the tautological test for native to be removed as PTEST_ENABLED isn't set there. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ldns: Add recipeAlex Kiernan2019-12-031-0/+18
| | | | | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xserver-xorg-cvt-native: initial add 1.20.5Andreas Müller2019-12-031-0/+41
| | | | | | | | upcoming mutter requires cvt to calculate source code tables of default video modes - wow Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: Add PACKAGECONFIG share to allow other projects to use node as libraryAndreas Müller2019-12-012-1/+100
| | | | | | | | | | There are so many useful modules written for node.js I would like to use in C++/Qt projects. Run-tested both variants by installing node-red with npm and running it. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kernel-module-emlog: Use compile task from module bbclassKhem Raj2019-12-011-3/+1
| | | | | | | | | | | | | | This ensures that right CC/LD is used when building the module, which should be KERNEL_CC and KERNEL_LD, otherwise it starts to use DISTRO default ld and cc which could be non-gcc and non-bfd liker which is must for building kernel and modules Also hides a gold linker failure seen on aarch64 | aarch64-yoe-linux-musl-ld: internal error in set_address, at ../../gold/output.h:322 Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Fabio Berton <fabio.berton@ossystems.com.br>
* directfb: Fix build for 32bit arches with 64bit time_tKhem Raj2019-12-012-1/+141
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* utouch-evemu,utouch-frame: Fix build for 32bit arches with 64bit time_tKhem Raj2019-12-016-1/+121
| | | | | | Move patches from files/ directory into PN folders to avoid conflicts Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tslib: Fix build for 32bit arches with 64bit time_tKhem Raj2019-12-012-0/+390
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* v4l-utils: Update to 1.18.0Khem Raj2019-12-014-15/+104
| | | | | | | - Fix build on 32bit arches with 64bit time_t - Forward port patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lirc: Fix build for 32bit arches with 64bit time_tKhem Raj2019-12-012-0/+41
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>