aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-10-07gattlib: Upgrade to lateststable/honster-nutKhem Raj
Drop upstreamed patch Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-10-07gattlib: Place pkgconfig file in correct packageRichard Purdie
Fixes in OE-Core added some pkgconfig dependencies back and this flagged that the .pc file was in ${PN}, not ${PN}-dev. Fix that. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-10-07libiio: depend on avahi only when network backed is usedNandor Han
The `avahi` dependency is needed only when network backend is used. The current dependency configuration will add the `avahi` dependency regardless if network backend is used or not. Move the `avahi` dependency to be part of `PACKAGECONFIG` configuration which will insert the dependency only when needed. Signed-off-by: Nandor Han <nandor.han@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-10-07pahole: use MACHINE_ARCHMartin Jansa
* depends on MACHINE_ARCH libbpf causing: oe-core$ openembedded-core/scripts/sstate-diff-machines.sh --tmpdir=tmp-glibc --machines="qemux86 qemux86copy qemuarm" --targets=pahole --analyze === Comparing signatures for task do_configure.sigdata between qemux86 and qemux86copy === ERROR: pahole different signature for task do_configure.sigdata between qemux86 and qemux86copy NOTE: Reconnecting to bitbake server... Hash for dependent task pahole/pahole_1.22.bb:do_prepare_recipe_sysroot changed from bfa7a0e0c59d99b0133ab295ebf7025a430242d4b8874d436d47cf8157192999 to e45ada248cd757d742872183d9fe426a7ce3b44a652b0900709ad3d0f3f64aa8 Unable to find matching sigdata for /OE/build/oe-core/meta-openembedded/meta-oe/recipes-devtools/pahole/pahole_1.22.bb:do_prepare_recipe_sysroot with hashes bfa7a0e0c59d99b0133ab295ebf7025a430242d4b8874d436d47cf8157192999 or e45ada248cd757d742872183d9fe426a7ce3b44a652b0900709ad3d0f3f64aa8 ERROR: 1 errors found in /OE/build/oe-core/tmp-glibc/sstate-diff/1633081392/signatures.qemux86copy.do_configure.sigdata.log oe-core$ bitbake-diffsigs tmp-glibc/sstate-diff/1633081392/qemux86*/core2-32-oe-linux/pahole/*prepare_recipe_sysroot* NOTE: Starting bitbake server... NOTE: Started PRServer with DBfile: /OE/build/oe-core/cache/prserv.sqlite3, Address: 127.0.0.1:38435, PID: 21321 Hash for dependent task libbpf/libbpf_0.5.bb:do_populate_sysroot changed from 95bfd90e188d9ee6b4797736b07339d616655173a58a3f4f4f2ab4a5fa0bf3d8 to 9556bc318991640bba0eacc8f2102167bc7c389c13dadf08d69a9b864feae5c9 Unable to find matching sigdata for /OE/build/oe-core/meta-openembedded/meta-oe/recipes-kernel/libbpf/libbpf_0.5.bb:do_populate_sysroot with hashes 95bfd90e188d9ee6b4797736b07339d616655173a58a3f4f4f2ab4a5fa0bf3d8 or 9556bc318991640bba0eacc8f2102167bc7c389c13dadf08d69a9b864feae5c9 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-09-26README: updated Maintainers list for HonisterArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-09-24vboxguestdrivers: fix build against 5.14+Bruce Ashfield
The bump of the reference / default kernels and libc-headers to 5.14 in oe-core broke the build of the vbox guest drivers. The upstream SVN already has 5.14 fixes for the issues, so these are SVN exports of the changes. When a new release is available, we can drop the changes. Also in this patch, is a fixup for the source directory for patching. It was broken in the overrides conversion, and since there weren't any active patches at the time, we didn't notice that source wasn't set to a directory where quilt could actually find the files. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24vk-gl-cts: fix soname linkingTrevor Woerner
The code/build explicitly links to the GL library names instead of their sonames. Update the names that are used for linking so the libraries are found at runtime. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24vk-gl-cts: allow the user to specify the targetTrevor Woerner
When building opengl-es-cts (for example), instead of hard-coding a specific target to build (surfaceless), leave the choice empty by default which instructs the package's build system to search the sysroot and try to determine which target to use (i.e. the "Default" target). Provide overrides (in the form of PACAKGECONFIGs) to allow the user to specify a specific target to build (if they don't want the target selected automatically). Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24lmdb: replace tag with commit id in SRCREVSakib Sajal
Using tag in SRCREV does not work when the git source is added to the PREMIRRORS and set BB_NO_NETWORK = "1". This is because there is no SRCREV, and bitbake needs check the original url to get it. Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24postfix: Add missing dependency on m4Khem Raj
Fixes | extract_cfg.sh: line 42: m4: command not found Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24rdma-core: Inherit pkgconfigKhem Raj
fixes CMake Error at /home/pokybuild/yocto-worker/meta-oe/build/build/tmp/work/core2-64-poky-linux/rdma-core/36.0-r0/recipe-sysroot-native/usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message): | Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24span-lite: upgrade 0.10.0 -> 0.10.1zhengruoqin
Release 0.10.1 fixes https://github.com/martinmoene/span-lite/issues/71. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24protobuf: upgrade 3.17.3 -> 3.18.0zhengruoqin
C++ Fix warnings raised by clang 11 (#8664) Make StringPiece constructible from std::string_view (#8707) Add missing capability attributes for LLVM 12 (#8714) Stop using std::iterator (deprecated in C++17). (#8741) Move field_access_listener from libprotobuf-lite to libprotobuf (#8775) Fix #7047 Safely handle setlocale (#8735) Remove deprecated version of SetTotalBytesLimit() (#8794) Support arena allocation of google::protobuf::AnyMetadata (#8758) Fix undefined symbol error around SharedCtor() (#8827) Fix default value of enum(int) in json_util with proto2 (#8835) Better Smaller ByteSizeLong Introduce event filters for inject_field_listener_events Reduce memory usage of DescriptorPool For lazy fields copy serialized form when allowed. Re-introduce the InlinedStringField class v2 access listener Reduce padding in the proto's ExtensionRegistry map. GetExtension performance optimizations Make tracker a static variable rather than call static functions Support extensions in field access listener Annotate MergeFrom for field access listener Fix incomplete types for field access listener Add map_entry/new_map_entry to SpecificField in MessageDifferencer. They record the map items which are different in MessageDifferencer's reporter. Reduce binary size due to fieldless proto messages TextFormat: ParseInfoTree supports getting field end location in addition to start. Fix repeated enum extension size in field listener Enable Any Text Expansion for Descriptors::DebugString() Switch from int{8,16,32,64} to int{8,16,32,64}_t Java Fix errorprone conflict (#8723) Removing deprecated TimeUtil class. (#8749) Optimized FieldDescriptor.valueOf() to avoid array copying. Removing deprecated TimeUtil class. Add Durations.parseUnchecked(String) and Timestamps.parseUnchecked(String) FieldMaskUtil: Add convenience method to mask the fields out of a given proto. JavaScript Optimize binary parsing of repeated float64 Fix for optimization when reading doubles from binary wire format Replace toArray implementation with toJSON. PHP Migrate PHP & Ruby to ABSL wyhash (#8854) Added support for PHP 8.1 (currently in RC1) to the C extension (#8964) Fixed PHP SEGV when constructing messages from a destructor. (#8969) Ruby Move DSL implementation from C to pure Ruby (#8850) Fixed a memory bug with RepeatedField#+. (#8970) Python Drops support for 2.7 and 3.5. Other [csharp] ByteString.CreateCodedInput should use ArraySegment offset and count (#8740) [ObjC] Add support for using the proto package to prefix symbols. (#8760) field_presence.md: fix Go example (#8788) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24net-snmp: remove perllocal.pod when enable packageconfig[perl]Yi Zhao
Fixes: ERROR: net-snmp-5.9.1-r0 do_package_qa: QA Issue: net-snmp-perl-modules contains perllocal.pod (/usr/lib/perl5/5.34.0/x86_64-linux/perllocal.pod), should not be installed [perllocalpod] ERROR: net-snmp-5.9.1-r0 do_package_qa: QA run found fatal errors. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24fio: Upgrade to 3.28Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24samba: Inherit pkgconfigKhem Raj
Fixes Checking for program 'pkg-config' : not found Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24mosquitto: Inherit pkgconfigKhem Raj
Fixes logging.c:(.text+0x218): undefined reference to `dlt_register_app' Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24ntopng: Inherit pkgconfigKhem Raj
Fixes | make: *** No targets specified and no makefile found. Stop. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24libblockdev: Inherit pkgconfigKhem Raj
Fixes | checking for gobject-introspection... ../git/configure: line 13943: syntax error near unexpected token `gobject-introspection-1.0,,' | ../git/configure: line 13943: ` PKG_CHECK_EXISTS(gobject-introspection-1.0,,' Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24xfce4-datetime-setter: Inherit pkgconfigKhem Raj
Fixes Did not find pkg-config by name 'pkg-config' Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24gerbera: Inherit pkgconfigKhem Raj
Fixes -- Could NOT find Systemd (missing: SYSTEMD_FOUND) Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24pahole: Inherit missing pkgconfigKhem Raj
Fixes Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24libldb: Inherit pkgconfigKhem Raj
Fixes linking errors | ../../lib/tevent/tevent.h:1446:8: error: unknown type name 'pid_t' | pid_t *pid, | ^ | ../../lib/tevent/tevent.h:1525:8: error: unknown type name 'pid_t' | pid_t pid, | ^ Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24mscgen: Inherit pkgconfigKhem Raj
Fixes ../mscgen-0.20/configure: line 5586: PKG_PROG_PKG_CONFIG: command not found Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24yad: Inherit pkgconfigKhem Raj
Fixes ../git/configure: line 4933: syntax error near unexpected token `GTK,' ../git/configure: line 4933: `PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 3.22.0 gtk+-unix-print-3.0)' Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24ncmpc: Inherit pkgconfigKhem Raj
Fixes Did not find pkg-config by name 'pkg-config' Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24fetchmail: Inherit pkgconfigKhem Raj
Fixes configure.ac:1: error: possibly undefined macro: dnl If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24renderdoc: Inherit pkgconfigKhem Raj
Fixes Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24firewalld: Inherit pkgconfigKhem Raj
Fixes ../firewalld-0.9.4/configure: line 3408: pkg.m4: command not found ../firewalld-0.9.4/configure: line 3422: syntax error near unexpected token `0.16' ../firewalld-0.9.4/configure: line 3422: ` PKG_PROG_PKG_CONFIG(0.16)' Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24mdbus2: Inherit pkgconfigKhem Raj
Fixes ../git/configure: line 12721: syntax error near unexpected token `0.21' ../git/configure: line 12721: `PKG_PROG_PKG_CONFIG(0.21)' Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24wxwidgets: Inherit pkgconfigKhem Raj
Fixes -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24crda: Inherit pkgconfigKhem Raj
Fixes /bin/sh: pkg-config: command not found Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24libuvc: Inherit pkgconfigKhem Raj
Fixes pkg-config tool not found Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24transmission: Inherit pkgconfigKhem Raj
Fixes configure: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24remmina: Inherit pkgconfigKhem Raj
Fixes Could NOT find GTK3 (missing: Cairo_FOUND) (Required is at least version "3.14.0") Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24udevil: Inherit pkgconfigKhem Raj
Fixes configure.ac:97: error: possibly undefined macro: AC_MSG_ERROR Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24avro-c: Inherit pkgconfigKhem Raj
Fixes -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24mpc: Inherit pkgconfigKhem Raj
Fixes Did not find pkg-config by name 'pkg-config' Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24tigervnc: Inherit pkgconfigKhem Raj
Fixes configure.ac:118: error: possibly undefined macro: AC_DEFINE Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24libvdpau: Inherit pkgconfigKhem Raj
Fixes ../git/src/meson.build:1:0: ERROR: Pkg-config binary for machine MachineChoice.HOST not found. Giving up. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24zchunk: Inherit pkgconfigKhem Raj
Fixes ../git/meson.build:32:0: ERROR: Pkg-config binary for machine MachineChoice.HOST not found. Giving up. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24gst-shark: Inherit pkgconfigKhem Raj
Fixes configure: error: This package requires GLib >= 2.44.0 to compile. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24libchamplain: Inherit pkgconfigKhem Raj
Fixes Did not find pkg-config by name 'pkg-config' Found Pkg-config: NO Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24mimic: Inherit pkgconfigKhem Raj
Fixes configure.ac:132: error: possibly undefined macro: m4_ignore If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24blueman: Inherit pkgconfigKhem Raj
Fixes ../blueman-2.2.1/configure: line 15660: syntax error near unexpected token `PYTHON,' ../blueman-2.2.1/configure: line 15660: `PKG_CHECK_MODULES(PYTHON, python-${PYTHON_VERSION})' Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24pavucontrol: Inherit pkgconfigKhem Raj
Fixes ../pavucontrol-4.0/configure: line 6444: syntax error near unexpected token `GUILIBS,' ../pavucontrol-4.0/configure: line 6444: `PKG_CHECK_MODULES(GUILIBS, gtkmm-3.0 >= 3.0 sigc++-2.0 libcanberra-gtk3 >= 0.16 )' Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24xfsprogs: Inherit pkgconfigKhem Raj
Fixes ./configure: line 16454: syntax error near unexpected token `libicu,' ./configure: line 16454: ` PKG_CHECK_MODULES(libicu, icu-i18n, have_libicu=yes, have_libicu=no)' Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24libubox: Inherit pkgconfigKhem Raj
Fixes TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libubox/1.0.1+gitAUTOINC+07413cce72-r0/git/blobmsg_json.c:23:11: fatal error: 'json/json.h' file not found #include <json/json.h> ^~~~~~~~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24libmypaint: Inherit pkgconfigKhem Raj
Fixes ../git/configure: line 13030: syntax error near unexpected token `0.16' ../git/configure: line 13030: `PKG_PROG_PKG_CONFIG(0.16)' Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24dlt-daemon: Inherit pkgconfigKhem Raj
Fixes TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/dlt-daemon/2.18.7-r0/recipe-sysroot-native/usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args) Signed-off-by: Khem Raj <raj.khem@gmail.com>