Searched +full:pr +full:- +full:comment (Results 1 – 14 of 14) sorted by relevance
1 # Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown10 pull-requests: write14 runs-on: ubuntu-latest16 - uses: dessant/repo-lockdown@v218 pr-comment: |21 This repository is a read-only mirror of the project's repostories hosted22 on https://gitlab.com/qemu-project/qemu.git.29 lock-pr: true30 close-pr: true
1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK12 dependency on another library, which is auto-detected. If that library17 The :ref:`ref-classes-buildhistory` class helps you maintain the quality of25 - :ref:`How you can enable and disable build history <dev-manual/build-quality:enabling and disabl…27 - :ref:`How to understand what the build history contains <dev-manual/build-quality:understanding …29 - :ref:`How to limit the information used for build history <dev-manual/build-quality:using build …31 - :ref:`How to examine the build history from both a command-line and web interface <dev-manual/bu…47 :ref:`overview-manual/development-environment:git` repository.69 At the top level, there is a ``metadata-revs`` file that lists the76 ---------------------------------[all …]
1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK9 .. _migration-1.6-archiver-class:12 ------------------14 The :ref:`ref-classes-archiver` class has been rewritten and its configuration16 ":ref:`dev-manual/licenses:maintaining open source license compliance during your product's lifecyc…19 .. _migration-1.6-packaging-changes:22 -----------------26 - The ``binutils`` recipe no longer produces a ``binutils-symlinks``27 package. ``update-alternatives`` is now used to handle the preferred30 - The tc (traffic control) utilities have been split out of the main[all …]
1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK3 Release notes for Yocto-4.3.4 (Nanbield)4 ----------------------------------------6 Security Fixes in Yocto-4.3.49 - bind: Fix :cve_nist:`2023-4408`, :cve_nist:`2023-5517`, :cve_nist:`2023-5679` and :cve_nist:`202…10 - gcc: Update :term:`CVE_STATUS` for :cve_nist:`2023-4039` as fixed11 - glibc: Fix :cve_nist:`2023-6246`, :cve_nist:`2023-6779` and :cve_nist:`2023-6780`12 - gnutls: Fix :cve_nist:`2024-0553` and :cve_nist:`2024-0567`13 - gstreamer: Fix :cve_mitre:`2024-0444`14 - libssh2: fix :cve_nist:`2023-48795`[all …]
6 MIME-Version: 1.07 Content-Type: text/plain; charset=UTF-88 Content-Transfer-Encoding: 8bit14 to 64-bit location_t and so one actually needs far longer header files24 do_include_common -> parse_include -> check_eol -> check_eol_1 ->25 cpp_get_token_1 -> _cpp_lex_token -> _cpp_lex_direct -> linemap_line_start31 || SOURCE_COLUMN (map, highest) >= (1U << (column_bits - range_bits))34 (to_line - ORDINARY_MAP_STARTING_LINE_NUMBER (map))36 << (CHAR_BIT * sizeof (linenum_type) - column_bits)))37 || range_bits < map->m_range_bits)[all …]
19 #PARALLEL_MAKE ?= "-j 4"22 #PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}"24 # For a quad-core machine, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would40 # packages at build time using qemu-native. Disabling it (by setting it to 0)45 # If GLIBC_SPLIT_LC_PACKAGES is set to a non-zero value, convert46 # glibc-binary-localedata-XX-YY to be a meta package depending on47 # glibc-binary-localedata-XX-YY-lc-address and so on. This enables53 # wish to perform the time-consuming step of generating all LIBC locales.54 # NOTE: If removing en_US.UTF-8 you will also need to uncomment, and set58 # bash-ptest: fr-fr, de-de[all …]
6 Upstream-Status: Backport [https://github.com/click-contrib/click-spinner/commit/5622ab0a0b4296dc8f…8 Signed-off-by: Ny Antra Ranaivoarison <nyantra.ranaivoarison@smile.fr>9 ---10 click_spinner/__init__.py | 5 +-11 click_spinner/_version.py | 665 +++++++++++++++++++++-12 versioneer.py | 1128 ++++++++++++++++++++++++-------------13 3 files changed, 1400 insertions(+), 398 deletions(-)15 diff --git a/click_spinner/__init__.py b/click_spinner/__init__.py17 --- a/click_spinner/__init__.py19 @@ -77,6 +77,5 @@ def spinner(beep=False, disable=False, force=False, stream=sys.stdout):[all …]
1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK16 :term:`U <UBOOT_BINARY>` :term:`V <VIRTUAL-RUNTIME>`27 ``meta/conf/machine/include/arm/arch-arm.inc`` file sets the39 Like all package-controlling variables, you must always use them in43 ALLOW_EMPTY:${PN}-dev = "1"44 ALLOW_EMPTY:${PN}-staticdev = "1"51 commands can co-exist.60 ":ref:`ref-classes-update-alternatives`"80 ":ref:`ref-classes-update-alternatives`"96 ":ref:`ref-classes-update-alternatives`"[all …]
3 Upstream-Status: Inappropriate [upstream hasn't been active since 1998]4 Signed-off-by: Phil Blundell <pb@pbcl.net>6 diff -uprN clean/lrzsz-0.12.20/configure.in lrzsz-0.12.20/configure.in7 --- clean/lrzsz-0.12.20/configure.in 1998-12-30 07:50:07.000000000 +00008 +++ lrzsz-0.12.20/configure.in 2019-11-25 16:22:37.000000000 +00009 @@ -92,7 +92,6 @@ AC_PROG_RANLIB13 -AM_C_PROTOTYPES17 @@ -253,18 +252,13 @@ ihave$lookup_facility21 -AC_SUBST(CFLAGS)22 -AC_SUBST(LDFLAGS)[all …]
... --------------------- ...
4 # SPDX-License-Identifier: MIT13 # -Check the ownership and permissions14 # -Check the RUNTIME path for the $TMPDIR15 # -Check if .la files wrongly point to workdir16 # -Check if .pc files wrongly point to workdir17 # -Check if packages contains .debug directories or .so files18 # where they should be in -dev or -dbg19 # -Check if config.log contains traces to broken autoconf tests20 # -Check invalid characters (non-utf8) on some package metadata21 # -Ensure that binaries in base_[bindir|sbindir|libdir] do not link[all …]
15 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py'))28 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak')35 tmpdir = meson.current_build_dir() / 'meson-private/temp'66 have_linux_user = have_linux_user or target.endswith('linux-user')67 have_bsd_user = have_bsd_user or target.endswith('bsd-user')68 have_system = have_system or target.endswith('-softmmu')113 …dgen.version() + ' is unsupported. You can install a new version with "cargo install bindgen-cli"')120 message('To use Rust you can install a new version with "cargo install bindgen-cli"')128 '--rustc-version', rustc.version(),129 '--workspace', meson.project_source_root() / 'rust'][all …]
1 2025-11-03 03:01:22.837-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler2 2025-11-03 03:01:22.908-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -[all...]
1 2025-11-02 03:01:09.638-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler2 2025-11-02 03:01:09.695-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -[all...]