summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
...
* openldap: ignore the mkdir errors in MakefileYi Zhao2022-01-182-0/+34
| | | | | | | | | | | Ignore the mkdir errors to fix the parallel build failure: ../../build/shtool mkdir -p TOPDIR/tmp-glibc/work/cortexa15t2hf-neon-wrs-linux-gnueabi/openldap/2.5.9-r0/image/usr/lib mkdir: cannot create directory 'TOPDIR/tmp-glibc/work/cortexa15t2hf-neon-wrs-linux-gnueabi/openldap/2.5.9-r0/image/usr/lib': File exists make[1]: *** [Makefile:288: install-local] Error 1 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcp: Fix build race conditionKhem Raj2022-01-182-0/+12
| | | | | | | | | Fixes | chkacc1.c:8:10: fatal error: localconfig.h: No such file or directory | 8 | #include "localconfig.h" | | ^~~~~~~~~~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: Use setuptools3-baseKhem Raj2022-01-122-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tbb: upgrade to 2021.5.0Ross Burton2022-01-121-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 21.12.0 -> 22.01.0Andreas Müller2022-01-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Release 22.01.0: core: * Allow local (relative to dll) fonts dir on Windows * TextOutputDev: require more spacing between columns. Issue #1093 * Fix crash in Splash::gouraudTriangleShadedFill. Issue #1183 * Fix crash when calling Form::reset() * GfxSeparationColorSpace: Check validity of colorspace and function. Issue #1184 * Minor code improvements glib: * Include glib.h before using defines from it * Close file descriptors on error * Plug some memory leaks * Replace use of deprecated g_memdup/g_time_zone_new * Remove FD-taking functions on windows utils: * pdfsig: Add support for documents with passwords * pdfsig: Fix signing with -sign if nss password is needed Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dool: Added a new OSS that forked from dstat project.leimaohui2022-01-112-0/+63
| | | | | | | Please referece to https://github.com/dstat-real/dstat. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcp: Fix build to exclude qt5Khem Raj2022-01-113-1/+33
| | | | | | | Pass right options to ar Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Lei Maohui <leimaohui@fujitsu.com>
* pcp: Added a new recipe which provides dstat command.leimaohui2022-01-115-0/+358
| | | | | | | | | | | Performance Co-Pilot is a system performance analysis toolkit - Collect performance metrics from your systems efficiently. - Analyze systems' performance metrics in real-time or using historical data. - Extend the collected performance metrics in a simple way. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dstat: Deleted terminated project.leimaohui2022-01-112-113/+0
| | | | | | | Please reference to https://github.com/dstat-real/dstat. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tbb: enable native/nativesdk buildsRoss Burton2022-01-071-0/+2
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcsc-tools: upgrade 1.5.7 -> 1.5.8wangmy2022-01-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 21.11.0 -> 21.12.0Andreas Müller2022-01-051-1/+1
| | | | | | | | | | | | | | | | | | | Release 21.12.0: core: * Add API to add images * CairoOutputDev: Fix de-duping of Flate images * Fix crash on broken files when using non-default ENABLE_ZLIB_UNCOMPRESS. Issue #393 * Minor code improvements glib: * Add API for validation of signatures * Add API to read/save to file descriptor utils: * pdftohtml: Reduce sensitivity of duplicate detection. Issue #1117 build system: * Increase C++ standard to 17 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fltk: upgrade 1.3.7 -> 1.3.8Andreas Müller2022-01-051-2/+2
| | | | | | | | | | | | | | | | | Changes in FLTK 1.3.8 - Make "FLTK_CONSOLIDATE_MOTION" user-definable (issue #76) - Fix compiler warnings (backported from 1.4) - Add new dialog fl_choice_n() with extended return values (#282) - Account for deprecation of [NSBitmapImageRep initWithFocusedViewRect:] in macOS 10.14 - macOS: fix fullscreen window when other windows were created before - Fix issue #279: "HiDpi issue on macOS with retina display" - Fix issue #287: "FLTK 1.3.6 doesn't handle fullscreen on macOS" - Fix issue #288: "FLTK 1.3.6+ doesn't notify window movement on macOS" - macOS: Allow building with non-Apple compiler that may not support blocks Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvm2: add UPSTREAM_CHECK_GITTAGREGEXYi Zhao2022-01-051-0/+2
| | | | | | | | | | | | | | | | | | | Add UPSTREAM_CHECK_GITTAGREGEX to check the correct latest version. Before the patch: $ devtool latest-version lvm2 INFO: Current version: 2.03.11 INFO: Latest version: 19990504 INFO: Latest version's commit: af9010d115cd3b97939cec0120126aba262ec57a After the patch: $ devtool latest-version lvm2 INFO: Current version: 2.03.11 INFO: Latest version: 2.03.14 INFO: Latest version's commit: ef4521831d15a1785e034f6c6f536a03446f6e05 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* upower: add UPSTREAM_CHECK_GITTAGREGEXYi Zhao2022-01-051-0/+2
| | | | | | | | | | | | | | | | | | | Add UPSTREAM_CHECK_GITTAGREGEX to check the correct latest version. Before the patch: $ devtool latest-version upower INFO: Current version: 0.99.13 INFO: Latest version: 014 INFO: Latest version's commit: 8cbaa7f70b1bc8aa96f420f9061b20e5d8839ea7 After the patch: $ devtool latest-version upower INFO: Current version: 0.99.13 INFO: Latest version: 0.99.13 INFO: Latest version's commit: 0f6cc0a10be22d7ddd684e1cd851e4364a440494 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xmlsec1: enable native buildYi Zhao2021-12-291-0/+2
| | | | | | | It is required by openscap 1.3.5. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tbb: Disable LTO on rv64Khem Raj2021-12-281-2/+2
| | | | | | | ABI mismatches still happen with clang on rv64 as well so disable LTO for now Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tree: upgrade 1.8.0 -> 2.0.0wangmy2021-12-271-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= * This started out as a 1.9.0 release but then I got fed up with the abundance of directory listers (8 in total, 2 each for each output mode). Nothing is terribly well tested since there are a lot of changes and I would like to get this out the door finally, please report breakage. This reduced so much code that all the below additions only resulted in a code base that is only 54 lines larger than 1.8.0. * Rolled all the directory listers into 2 functions that call output specific functions (removes one TODO). *-R option now recursively calls the emit_tree() function rather than using system() to re-call tree. Also removes a TODO. * Adds --info to print information about files/directories from information found in .info files (removes a maybe do) In HTML output, comments show as mouse over tooltips, which I imagine will be the most useful use of this "feature". * Output un-indented JSON on file descriptor 3 ("stddata") automatically if file descriptor 3 is present (currently Linux only.) Maybe switch to BSON. * Always HTML escape filenames in HTML output even when -C is used. * Return a non-zero exit status if there is a failure to open any directory. * Added --gitignore option to filter out files specified by .gitignore files. (also reads $GIT_DIR/info/exclude if present.) To facilitate gitignore, adds support for ** on pattern matching to allow /**/ to match a single /. This is not well tested and kind of hacked together, so may not work correctly. * Now also supports multiple -I and -P instances. * Now prints meta data for the top level directory as well. * Split spaghetti code in main into individual functions. * Properly sort --fromfile input * Make tree colorization use reset (rs code in dir_colors,) not normal color when resetting attributes * Honor -n (no color) even if the CLICOLOR_FORCE environment variable is set * Fix --sort option to not require = * Defer sorting for --du until the entire sub-directory tree has been processed. * Optimized makefile, HP/UX support (Osipov, Michael). Note that this changes the prefix default to /usr/local, which is becoming required for many systems now. * Renamed (the by now very obsolete) doc/tree.1.fr to doc/tree.fr.1 * Fix JSON string escaping such that it is not using the HTML escaping * Add --filesfirst option (John A. Fedoruk). Cleaned up sorting code to make --dirsfirst and --filesfirst top level meta-sorts. * "arial" not "ariel" (Mark), HTML style-sheet cleaned up in any event. * Deprecate using local -DLINUX / -DCYGWIN and use the OS provided __linux__ or __CYGWIN__ * XML/HTML/JSON output needs to be mutually exclusive, last command line switch wins. * Make sure we use xmalloc instead of malloc in a number of places Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nss: upgrade 3.64 -> 3.73.1Sakib Sajal2021-12-248-17/+17
| | | | | | | Upgrade to 3.73.1 fixes CVE-2021-43527. Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* satyr: upgrade 0.38 -> 0.39wangmy2021-12-211-1/+1
| | | | | | | | | | | Changelog: ========= Use g_malloc() and g_free() instead of malloc()/free() in many instances Fix call to a deprecated in Python tests Add test case for sr_rpm_package_cmp() Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nano: upgrade 5.9 -> 6.0wangmy2021-12-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes between v5.9 and v6.0: ------------------------------ bindings: allow rebinding ^Z also on a Linux console (a VT) bindings: allow toggling line numbers (when enabled) also in tiny version bindings: let ^T in the tiny version invoke spell checker (when included) browser: with --zero, do not use the bottom row for displaying filenames build: fix compilation when configured with --disable-color build: fix compilation when configured with --disable-nanorc build: fix compilation when configured with --enable-tiny build: fix compilation with --enable-tiny --enable-nanorc build: fix compilation with --enable-tiny --enable-wrapping build: include the YAML syntax file among the distributed files bump version numbers and add a news item for the 6.0 release display: clear the status bar early enough, so that --zero can show text display: do not wipe the status bar when --zero or --minibar is active display: ensure feedback will be cleared also on a one-row terminal display: make sure there are at least as many text lines as help lines display: move some code for overwriting verbatim feedback with --zero display: redraw the screen in tiny version upon resuming from suspension display: with --zero, redraw the bottom row instead of wiping a message docs: add a hint about making ^L do just 'refresh' to the sample nanorc docs: add a meta description for the HTML rendering of the manual docs: add a suggested rebind and three suggested unbinds to the sample rc docs: avoid large Table of Contents at top of HTML version of manual docs: clarify that --enable options do not fully counteract --enable-tiny docs: correct the description of the layout -- four areas, not five docs: document the effect of --quickblank together with --zero/--minibar docs: explain the effect of --zero / -0 / 'set zero' docs: explain what it means when --rawsequences is needed docs: give more examples of things that --enable-tiny excludes docs: improve the title of the manual, away from the bare "nano" docs: list the new color names, from 'rosy' to 'crimson' docs: mark options -z, --suspendable, and 'set suspendable' as obsolete docs: mention "grey" also at the other place where color names are listed docs: mention M-Z (for toggling the interface) among the Feature Toggles docs: mention that --zero and 'set zero' hide also the help lines docs: move the chapter about editor basics into third position docs: prevent a black square in the PDF after the long synopsis line docs: reshuffle a GNU marker, to make the title clearer in search engines docs: reword several of the descriptions in the chapter on building nano docs: reword the beginning of the chapter on nanorc files docs: say thanks to the Indonesian translator feedback: give a more accurate message when the help lines won't appear feedback: refuse the --constantshow toggle (M-C) on a one-row terminal feedback: report an unbindable function key as an "Unknown sequence" feedback: report the number of inserted lines also with --zero or --mini feedback: show a relevant message for M-O when the syntax has 'tabgives' feedback: suppress chatty messages when --zero is active feedback: to have a status bar, suppress --zero while in the help viewer feedback: when reporting an unbound function key, mention its number feedback: when the user types ^Z, say they can suspend nano with ^T^Z feedback: with --mini or --zero, suppress number of lines for new buffer feedback: with --mini/--zero, suppress message when toggling whitespace feedback: with --zero, drop a message in a short while, as with --minibar files: allow inserting also when started with the --noread option files: clear original filename when the user toggles Append or Prepend gnulib: update to its current upstream state help: do not show ^S when --preserve is in effect help: ensure there is a blank line between title bar and start of text help: group the now lone mouse toggle with the "behavioral" ones help: remove an unneeded restriction for small terminals help: skip the leading blank line when the terminal is very flat help: when done, always redraw the "bottom bars", also with --zero history: process file faster by not filtering out hypothetical duplicates input: ensure that no more bytes are consumed than are available justify: correctly determine whether top-of-buffer has been reached memory: avoid a tiny leak when an option with an argument is given twice memory: avoid leaking the filename when dottifying it on the minibar new feature: option --zero for an interface without bars options: make --zero imply --nohelp, and 'set zero' imply 'set nohelp' pasting: when less than a line is pasted, allow automatic hard-wrapping prompt: avoid resetting the history pointer when the search is cancelled prompt: begin at bottom of history list when at secondary prompt prompt: keep a clear answer clear also after an excursion into history rcfile: recognize fourteen new color names, mostly for subdued shades rcfile: remove the deprecated 'cutwordleft' and 'cutwordright' keywords replacing: keep centering the occurrence, also after toggling help lines replacing: keep the spotlighted occurrence in view, also with --zero replacing: keep the spotlighting, also after toggling the help lines search: with --zero, do not obscure an occurrence on the bottom row search: with --zero, drop a message at the same time as the spotlight statusbar: count words in the way that matches how Ctrl+Right moves statusbar: overwrite a message also when using --constant with --zero suspension: enable ^Z by default -- ignore -z option and drop M-Z toggle suspension: leave ^Z unbound by default -- just ^T^Z will suspend nano syntax: debian: remove file -- Debian itself will have to handle it syntax: default: colorize comments as one of the last things syntax: default: colorize dates, URLs, and nano's release motto syntax: email: use a character class, as \s does not work inside brackets syntax: gentoo: remove file -- Gentoo itself will have to handle it syntax: nanorc: add 'execute' menu for unbind, and drop a bad constraint syntax: nanorc: avoid colorizing #rgb codes as if they were comments syntax: nanorc: colorize a trailing comment when it begins with non-hex syntax: nanorc: colorize each of the fourteen new color names as valid syntax: nanorc: improve the file-matching regex syntax: nanorc: paint arguments of 'include' and 'extendsyntax' specially syntax: nanorc: require whitespace before the start= and end= keywords syntax: python: colorize backslash escapes, such as \n and \xef syntax: ruby: colorize embedded documentation as a comment syntax: rust: do not colorize as string the text between two strings syntax: sql: add a few more missing keywords, like TRUE and FALSE syntax: sql: add more missing keywords, like INNER and OUTER JOIN syntax: sql: add some missing keywords, like ALL and ANY and OR syntax: sql: add two missing data types -- xml and tsquery syntax: sql: colorize as flow control only keywords that clearly are such syntax: sql: colorize keywords regardless of case, and tweak the colors syntax: sql: colorize only single-quoted things as strings syntax: sql: colorize strings differently than types syntax: sql: remove alien stuff -- it was copied mostly from ruby syntax syntax: texinfo: be more precise in colorizing @commands syntax: texinfo: colorize the special @-plus-punctuation commands too syntaxes: avoid coloring "this\" as if it were a valid string syntaxes: colorize hex more strictly by using character class [:xdigit:] syntaxes: drop three redundant end-of-line anchors syntaxes: undouble the backslash within bracket expressions syntaxes: use one regex for coloring quoted strings, to avoid overlap tabbing: also with --zero, stay one row away from the prompt bar tweaks: add an auxiliary variable, to prepare for handling --zero tweaks: add two spaces and two comments, and drop an internal check tweaks: adjust two values -- help lines need at least 6 rows to be shown tweaks: avoid a compiler warning with --enable-tiny --enable-linenumbers tweaks: avoid redrawing the entire window when just a 'touch' will do tweaks: condense the definitions of all the empty functions tweaks: condense the regexes for Types in the SQL syntax tweaks: don't redraw the help lines (if present), and normalize a brace tweaks: drop a fragment of code that became functionless tweaks: elevate two messages, so they get shown with --mini or --zero tweaks: elide a variable that is confusing and has just one use case tweaks: elide two functions that each were called just once tweaks: elide two parameters, as they are now always the same tweaks: exclude some hidden-interface code from the tiny version tweaks: exclude some suspension code from the tiny version tweaks: fix a parentheses mistake -- found by a warning from Clang tweaks: fix a somewhat humorous typo tweaks: fix typo, and improve description of 'set zero' in sample nanorc tweaks: fold a special case into the general one tweaks: fold some regexes together, and trim or improve some comments tweaks: frob a couple of comments, and drop two, for conciseness tweaks: improve a comment, and drop two cluttering compile conditions tweaks: invert a condition, to get an early return instead of indentation tweaks: just let do_wrap() set 'refresh_needed' instead of returning TRUE tweaks: mark keystrokes consistently with @kbd in the manual tweaks: move a translator hint to where xgettext will see it tweaks: normalize whitespace, drop unneeded prototype, condense comment tweaks: on one-row terminals, suppress the message for two toggles tweaks: place the unsetting of a flag better, and rename a variable tweaks: put three email addresses between the customary angled brackets tweaks: reassign a copy of a string to a variable more economically tweaks: reduce redundancy (--enable-color implies --enable-nanorc) tweaks: remove redundant pair of parentheses, and swap two alternatives tweaks: remove redundant parentheses, trim comments, fold some regexes tweaks: remove two unneeded unsettings tweaks: rename a function and its parameter, to be clearer tweaks: rename a function, away from using an abbreviation tweaks: rename a function, for some contrast and to get rid of a suffix tweaks: rename a function, to describe better what it does nowadays tweaks: rename a function, to make it make sense tweaks: rename a variable, to be distinctive and less confusing tweaks: rename a variable, to be easier to read and to make more sense tweaks: rename five empty functions, to get rid of a meaningless suffix tweaks: rename three functions, to better fit the general scheme tweaks: rename three parameters, away from single letters tweaks: rename two empty functions, to be more to the point tweaks: rename two functions, to get rid of another senseless suffix tweaks: rename two functions, to get rid of one more senseless suffix tweaks: rename two functions, to get rid of the senseless suffix of one tweaks: rename two more functions, to lose a senseless suffix tweaks: rename two parameters and one variable, away from single letters tweaks: rename two variables, away from abbreviations tweaks: rename two variables, to fit with the names of similar ones tweaks: replace a verbose condition with a simpler early return tweaks: replace the obscure @* with the slightly clearer @sp tweaks: replace two direct refreshes with two scheduled ones tweaks: reshuffle a coloring rule, to have related ones together tweaks: reshuffle a few lines, and rename a variable tweaks: reshuffle a few lines, for Christmas and to group things better tweaks: reshuffle a fragment of code to a better place tweaks: reshuffle a line and adjust indentation after previous change tweaks: reshuffle a line into its proper order, and improve two comments tweaks: reshuffle some conditions, so that the ifs have similar formats tweaks: reshuffle some conditions, to have more balanced lines tweaks: reshuffle some lines, one for clarity, others for conciseness tweaks: reshuffle the flag conversion into their order in the help text tweaks: reshuffle two conditions, re-indent, and rewrap a line tweaks: reword a paragraph, and use usual M- to depict Meta keystrokes tweaks: rewrap an old news item, for distraction tweaks: rewrap three old NEWS items, for esthetics, and fix a date tweaks: shorten a comment, and drop some conditionalizing tweaks: shorten the description of --zero in the manuals a bit tweaks: shorten two comments, and fold two statements together tweaks: swap two parts of specific regexes, for consistency with others tweaks: untangle two case items, and shorten a message tweaks: use a color closer to the rest of the string, to reduce contrast tweaks: use a few fewer capitals, and drop an unneeded synonym docs: add a description of the hexadecimal #rgb color specification rcfile: support #rgb format for specifying colors in 256-color terminals Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libteam: improve the ptest outputMingli Yu2021-12-213-0/+40
| | | | | | | | There is no PASS or FAIL related status report before, so improve the ptest output to print the status. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* inotify-tools: Fix build on muslKhem Raj2021-12-213-1/+73
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* inotify-tools: Disable -WerrorKhem Raj2021-12-151-0/+4
| | | | | | This is to squash a new warning popping with glibc 2.35 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* inotify-tools: Upgrade to 3.21.9.6Khem Raj2021-12-151-3/+2
| | | | | | | | | | | | | | Changes https://github.com/inotify-tools/inotify-tools/compare/e268888...8f8fcdf Fixes build errors /usr/include/bits/stdlib.h:46:12: e3.21.9.6rror: call to '__realpath_chk_warn' declared with attribute warning: second argument of realpath must be either NULL or at least PATH_MAX bytes long buffer [-Werror=attribute-warning] | 46 | return __realpath_chk_warn (__name, __resolved, sz); | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | cc1: all warnings being treated as errors Signed-off-by: Khem Raj <raj.khem@gmail.com>
* srecord: properly initialize libtoolRoss Burton2021-12-132-0/+74
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* srecord: add libgcrypt PACKAGECONFIGRoss Burton2021-12-131-2/+3
| | | | | | | | | | | Instead of forcibly disabling libgcrypt, add a PACKAGECONFIG and enable it as functionality is good. Also remove the redundant libtool-native DEPENDS as autotools adds this dependency by default. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* srecord: remove obsolete support for renamed libtoolRoss Burton2021-12-131-1/+1
| | | | | | | | libtool is now longer renamed to ${host}-libtool, so remove the changes to support this. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgusb: upgrade 0.3.8 -> 0.3.9Wang Mingyu2021-12-131-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "ccid: Fix floating runtime dependency on flex"Jacob Kroon2021-12-132-19/+0
| | | | | | | | | | | With the switch to recipe-specific sysroots this patch is no longer needed. Tested building with and without the patch and the resulting binaries are identical. This reverts commit 960314be5d854212ee65604a68a92a3616b2a544. Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librdkafka: update to 1.8.2Oleksandr Kravchuk2021-12-132-91/+6
| | | | | | | Dropped upstreamed patch. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fftw: Update to fftw-3.3.10Philip Balister2021-12-101-1/+1
| | | | | | | | * Minor bug fixes. * Ptests good on qemux86_64. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: fix strip issue with new patchYi Zhao2021-12-093-22/+39
| | | | | | | | | | | | | | | | The patch install-strip.patch tries to fix the [already-stripped] QA error with an outdated install-sh script which causes a parallel installation failure: ../../build/shtool mkdir -p TOPDIR/tmp-glibc/work/core2-32-wrs-linux/openldap/2.5.9-r0/image/usr/lib STRIPPROG="" ../../i686-wrs-linux-libtool --mode=install ../../contrib/ldapc++/install-sh -c -m 644 liblber.la TOPDIR/tmp-glibc/work/core2-32-wrs-linux/openldap/2.5.9-r0/image/usr/lib mkdir: cannot create directory 'TOPDIR/tmp-glibc/work/core2-32-wrs-linux/openldap/2.5.9-r0/image/usr/lib': File exists With the new version of openldap, we can fix the strip issue by unsetting STRIP_OPTS. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: upgrade 2.5.8 -> 2.5.9Yi Zhao2021-12-094-6/+6
| | | | | | | | OpenLDAP 2.5.9 Release (2021/10/25) Fixed slapo-accesslog to initialize minCSN on import of 2.4 databases (ITS#9720) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tbb: Upgrade to 2021.4.0Khem Raj2021-12-099-155/+76
| | | | | | | | | | | * Drop upstreamed patches * Drop 0001-set_my_tls_end_of_input-Use-an-arbitrary-but-valid-p.patch * which is fixed differently * Forward port rest of them * Add a patch to fix build with musl * Add a patch to disable LTO on rv32 (configuration) and arm ( crashes ) Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gsl: upgrade 2.7 -> 2.7.1Wang Mingyu2021-12-062-4/+4
| | | | | | | | Changes: update libtool version numbers Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: fix parallel build failureYi Zhao2021-12-022-0/+33
| | | | | | | | | Add slapd-common.o as dependency for ldif-filter to fix the parallel build failure: ld: cannot find slapd-common.o: No such file or directory Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libteam: switch to python3Mingli Yu2021-12-023-29/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original fix for team_basic_test.py only change the interpreter to python3, but still some error as below: # ./run-ptest File "/usr/lib64/libteam/ptest/./team_basic_test.py", line 35 print "Usage: team_basic_test.py [OPTION...]" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? # ./run-ptest RUN #1 # "ip link add testteamx type team" # "teamnl testteamx getoption mode" # "ip link del testteamx" # "modprobe -r team_mode_loadbalance team_mode_roundrobin team_mode_activebackup team_mode_broadcast team" Traceback (most recent call last): File "/usr/lib64/libteam/ptest/./team_basic_test.py", line 206, in <module> main() File "/usr/lib64/libteam/ptest/./team_basic_test.py", line 203, in main btest.run() File "/usr/lib64/libteam/ptest/./team_basic_test.py", line 180, in run self._run_one_loop(i + 1) File "/usr/lib64/libteam/ptest/./team_basic_test.py", line 173, in _run_one_loop self._run_one_mode(mode_name) File "/usr/lib64/libteam/ptest/./team_basic_test.py", line 101, in _run_one_mode cmd_exec("teamnl %s getoption mode" % team_name, "*NOMODE*") File "/usr/lib64/libteam/ptest/./team_basic_test.py", line 80, in cmd_exec raise CmdExecUnexpectedOutputException(output, expected_output) __main__.CmdExecUnexpectedOutputException: Command execution output unexpected: "b'*NOMODE*'" != "*NOMODE*" So rework team_basic_test.py to fix the above issue. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spitools: upgrade 1.0.0 -> 1.0.1Zheng Ruoqin2021-12-011-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vboxguestdrivers: drop md5sum from SRC_URI.Gianfranco2021-12-011-1/+0
| | | | | | Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vboxguestdrivers: upgrade 6.1.28 -> 6.1.30Gianfranco2021-12-011-2/+2
| | | | | | Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: ptest: redirect stderr to stdout for test executablesBartosz Golaszewski2021-12-011-1/+1
| | | | | | | | Catch2 (used by the C++ tests) prints its output to stderr instead of stdout. Redirect stderr to stdout for all test executables. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pps-tools: upgrade 1.0.2 -> 1.0.3wangmy2021-11-291-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: upgrade 2.4.58 -> 2.5.8Salman Ahmed2021-11-237-156/+35
| | | | | | | | | | | - dropped retired backends (bdb, hdb, shell) - back-monitor is now built as part of slapd - added asyncmeta and wt backends - dropped patches for functionalities which don't exist anymore Signed-off-by: Salman Ahmed <salman.ahmed@weidmueller.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xmlsec1: upgrade 1.2.32 -> 1.2.33wangmy2021-11-221-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thin-provisioning-tools: upgrade 0.8.5 -> 0.9.0wangmy2021-11-221-1/+1
| | | | | | | | | | | | | Changelog is as follows: ====== - New support tools: thin_metadata_{pack,unpack}. - thin_check can now check metadata snapshots. - some metadata space map bug fixes. - thin_check --auto-repair - Stop thin_dump --repair/thin_repair ignoring under populated nodes. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 21.10.0 -> 21.11.0Andreas Müller2021-11-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Release 21.11.0: core: * Fix rendering of some non-standard confirming annotations * Support rendering of some non-standard Type3 charprocs. Issue #1150 * TextOutputDev: Respect orientation when selecting words. Issue #499 * CairoOutputDev: Don't override the antialias settings from the cairo_t * StructElement: support MCID in XObjects * Fix detection of monospace fonts * Ignore Adobe-Identity for non embedded CID fonts * PageLabelInfo::labelToIndex: work on some special no style intervals * Fix crash in malformed files * Minor code improvements utils: * pdfinfo: add -url option to print all URLs in a PDF * pdftohtml: document what zoom means in regard to DPI qt6: * Require Qt 6.1 * Minor code improvements Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: ptest: rrecommend coreutilsBartosz Golaszewski2021-11-191-0/+1
| | | | | | | | | The bats test suite requires the 'timeout' and 'nl' commands to be available. Busybox' default config doesn't include those. They are built by default by coreutils though, so add it to RRECOMMENDS for ptest. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: ptest: rrecommend python3-unittest when building python testsBartosz Golaszewski2021-11-191-1/+4
| | | | | | | | The python test suite uses the unittest module. It's not built by default in minimal images, so we need to add it RRECOMMENDS explicitly. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp: Make PCSC dependency optionalMarek Vasut2021-11-181-3/+3
| | | | | | | | | | | | The PCSC is used for smartcard forwarding, make this optional as not all users need this functionality and it pulls in considerable amount of dependencies. Keep this enabled by default to retain backward compatibility. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Alexander Kanavin <alex@linutronix.de> Cc: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>