aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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>
2021-09-24libbytesize: Inherit pkgconfigKhem Raj
Fixes ../git/configure: line 13851: `PKG_CHECK_MODULES(PCRE2, libpcre2-8, , LIBBYTESIZE_SOFT_FAILURE($[PCRE2]_PKG_ERRORS))' Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24rrdtool: Inherit pkgconfigKhem Raj
Fixes configure: error: Please fix the library issues listed above and try again. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24kronosnet: Inherit pkgconfigKhem Raj
Fixes configure.ac:32: error: possibly undefined macro: AC_MSG_ERROR Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24volume-key: Inherit pkgconfigKhem Raj
Fixes ../volume_key-0.3.12/configure: line 13428: syntax error near unexpected token `blkid,' ../volume_key-0.3.12/configure: line 13428: `PKG_CHECK_MODULES(blkid, blkid)' Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24appstream-glib: Inherit pkgconfigKhem Raj
Fixes Did not find pkg-config by name 'pkg-config' Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24sshfs-fuse: Inherit pkgconfigKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>