Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libgusb: Use the correct args to disable vala support #481

Closed
wants to merge 1 commit into from
Closed

libgusb: Use the correct args to disable vala support #481

wants to merge 1 commit into from

Conversation

hughsie
Copy link
Contributor

@hughsie hughsie commented Nov 12, 2021

No description provided.

@hughsie
Copy link
Contributor Author

hughsie commented Nov 12, 2021

@rossburton I think this might help

@hughsie
Copy link
Contributor Author

hughsie commented Nov 12, 2021

@shr-project ahh! sorry! Is there anywhere that describes the master-next relationship to master? I was a bit confused what the development was being done. Thanks!

@hughsie
Copy link
Contributor Author

hughsie commented Nov 12, 2021

Ross filled me in; I'll submit patches via the mailing list next time. Thanks.

@hughsie hughsie closed this Nov 12, 2021
@hughsie hughsie deleted the wip/hughsie/libgusb-vapi branch November 12, 2021 12:46
priv-kweihmann pushed a commit to priv-kweihmann/meta-openembedded that referenced this pull request Nov 22, 2021
Added
Add a default keyword argument to dumps (openembedded#470) @garenchan
Add support for Python 3.10 (openembedded#472) @hugovk
Build 32-bit wheels for Windows (openembedded#481) @hugovk
Build PyPy3 wheels for manylinux (openembedded#475) @hugovk
Build wheels for musl aarch64 (aka ARM) Linux (musllinux_1_1_aarch64) (openembedded#478) @bwoodsend
Build wheels for musl Linux (musllinux_1_1_x86_64) (openembedded#476) @bwoodsend
Changed
Use declarative setup metadata (openembedded#477) @hugovk
Wheel building updates (openembedded#473) @hugovk
Rename master to main (openembedded#471) @hugovk
Replace README.rst with Markdown (openembedded#479) @hugovk

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jan 7, 2022
0001-install.sh-consider-multilib.patch
removed since it is included in 1.5.0

Changelog:
Issues for this release <https://github.com/bats-core/bats-core/pull/####>
=========
Added:
---------
 new command line flags (openembedded#488)
 --verbose-run: Make run print $output by default
 -x, --trace: Print test commands as they are executed (like set -x)`
 --show-output-of-passing-tests: Print output of passing tests
 --print-output-on-failure: Automatically print the value of $output on
 failed tests
 --gather-test-outputs-in <directory>: Gather the output of failing and
 passing tests as files in directory
 Experimental: add return code checks to run via !/-<N> (openembedded#367, openembedded#507)
 install.sh and uninstall.sh take an optional second parameter for the lib
 folder name to allow for multilib install, e.g. into lib64 (openembedded#452)
 add run flag --keep-empty-lines to retain empty lines in ${lines[@]} (openembedded#224,
 a894fbf)
 add run flag --separate-stderr which also fills $stderr and
 $stderr_lines (openembedded#47, 5c9b173d, openembedded#507)

Fixed:
---------
 don't glob run's $output when splitting into ${lines[@]}
 (openembedded#151, openembedded#152, openembedded#158, openembedded#156, openembedded#281, openembedded#289)
 remove empty line after test with pretty formatter on some terminals (openembedded#481)
 don't run setup_file/teardown_file on files without tests, e.g. due to
 filtering (openembedded#484)
 print final line without newline on Bash 3.2 for midtest (ERREXIT) failures
 too (openembedded#495, openembedded#145)
 abort with error on missing flock/shlock when running in parallel mode (openembedded#496)
 improved set -u test and fixed some unset variable accesses (openembedded#498, openembedded#501)
 shorten suite/file/test temporary folder paths to leave enough space even on
 restricted systems (openembedded#503)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request May 8, 2023
Changelog:
=========
    Add support for PySide6: openembedded#487
    Add missing 'priority' argument for GLib.to_add_watch() openembedded#479
    Tidies and Maintenance: openembedded#486 openembedded#485 openembedded#484 openembedded#481 openembedded#480 openembedded#477 openembedded#474

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request May 8, 2023
Changelog:
=========
    Add support for PySide6: openembedded#487
    Add missing 'priority' argument for GLib.to_add_watch() openembedded#479
    Tidies and Maintenance: openembedded#486 openembedded#485 openembedded#484 openembedded#481 openembedded#480 openembedded#477 openembedded#474

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request May 9, 2023
Changelog:
=========
    Add support for PySide6: openembedded#487
    Add missing 'priority' argument for GLib.to_add_watch() openembedded#479
    Tidies and Maintenance: openembedded#486 openembedded#485 openembedded#484 openembedded#481 openembedded#480 openembedded#477 openembedded#474

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request May 9, 2023
Changelog:
=========
    Add support for PySide6: openembedded#487
    Add missing 'priority' argument for GLib.to_add_watch() openembedded#479
    Tidies and Maintenance: openembedded#486 openembedded#485 openembedded#484 openembedded#481 openembedded#480 openembedded#477 openembedded#474

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request May 9, 2023
Changelog:
=========
    Add support for PySide6: openembedded#487
    Add missing 'priority' argument for GLib.to_add_watch() openembedded#479
    Tidies and Maintenance: openembedded#486 openembedded#485 openembedded#484 openembedded#481 openembedded#480 openembedded#477 openembedded#474

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Aug 17, 2023
…27995b38eb4271044f)

Drop patches now part of new upstream release:
- 449.patch
- 481.patch
- 482.patch

Refresh patches due to GENIVI->COVESA renaming

What's Changed:

    Update ReleaseNotes and version to v2.18.9 by @minminlittleshrimp in openembedded#468
    Update status badges on README.md by @michael-methner in openembedded#467
    logstorage: Adds option to write logs in gzip format by @LiquidityC in openembedded#442
    Re-Initialize internal logging in daemon mode only by @lvklevankhanh in openembedded#459
    Remove use of DLT_LOG in signal handler by @michael-methner in openembedded#472
    Update gtest_dlt_daemon_multiple_files_logging.cpp by @LocutusOfBorg in openembedded#481
    Update AUTOSAR standard link by @lucafrance in openembedded#480
    cmake: set version to 2.18.9 by @alexmohr in openembedded#478
    Fix macro code to use boolean value in while instruction (false) by @michael-methner in openembedded#469
    dlt_user_shared: Add timeout to writev by @alexmohr in openembedded#385
    build: add static lib only if necessary by @alexmohr in openembedded#479
    Update CMakeLists.txt by @LocutusOfBorg in openembedded#482
    watchdog: improve dlt watchdog by @alexmohr in openembedded#470
    log-level-config: add option to configure log levels by @alexmohr in openembedded#474
    gtest_dlt_daemon_gateway: dlt-daemon run without dlt_passive.conf file by @lti9hc in openembedded#487
    dlt_unit_test: Fix and improve quality of unit tests by @minminlittleshrimp in openembedded#494
    dlt-qnx-system improvement by @lvklevankhanh in openembedded#495
    gtest: Init submodule and update version by @minminlittleshrimp in openembedded#497
    dlt-qnx-system: prevent message loss in high load situations by @alexmohr in openembedded#490
    Fix compile error stringop-truncation with GCC 9.4 by @michael-methner in openembedded#499
    Update README.md by @lvklevankhanh in openembedded#503
    dlt-coverage: Add coverage report generator for dlt by @minminlittleshrimp in openembedded#501
    dlt-system: move journal reading to its own thread by @alexmohr in openembedded#471
    Switch from GENIVI to COVESA by @minminlittleshrimp in openembedded#511
    Update CMakeLists.txt: set required std version to gnu++14 by @LocutusOfBorg in openembedded#504
    cmake: Policy CMP0115 set to OLD behavior for dlt-daemon with cmake >= 3.20 by @minminlittleshrimp in openembedded#510
    fix usage of pthread_cond_timedwait by @alexmohr in openembedded#491
    DLT Upstream for minor release by @minminlittleshrimp in openembedded#515
    cmake: disable network trace by @alexmohr in openembedded#477
    doc: add COVESA logo image by @minminlittleshrimp in openembedded#516
    Prepare for 2.18.10 release by @michael-methner in openembedded#517

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>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Aug 17, 2023
…27995b38eb4271044f)

Drop patches now part of new upstream release:
- 449.patch
- 481.patch
- 482.patch

Refresh patches due to GENIVI->COVESA renaming

What's Changed:

    Update ReleaseNotes and version to v2.18.9 by @minminlittleshrimp in openembedded#468
    Update status badges on README.md by @michael-methner in openembedded#467
    logstorage: Adds option to write logs in gzip format by @LiquidityC in openembedded#442
    Re-Initialize internal logging in daemon mode only by @lvklevankhanh in openembedded#459
    Remove use of DLT_LOG in signal handler by @michael-methner in openembedded#472
    Update gtest_dlt_daemon_multiple_files_logging.cpp by @LocutusOfBorg in openembedded#481
    Update AUTOSAR standard link by @lucafrance in openembedded#480
    cmake: set version to 2.18.9 by @alexmohr in openembedded#478
    Fix macro code to use boolean value in while instruction (false) by @michael-methner in openembedded#469
    dlt_user_shared: Add timeout to writev by @alexmohr in openembedded#385
    build: add static lib only if necessary by @alexmohr in openembedded#479
    Update CMakeLists.txt by @LocutusOfBorg in openembedded#482
    watchdog: improve dlt watchdog by @alexmohr in openembedded#470
    log-level-config: add option to configure log levels by @alexmohr in openembedded#474
    gtest_dlt_daemon_gateway: dlt-daemon run without dlt_passive.conf file by @lti9hc in openembedded#487
    dlt_unit_test: Fix and improve quality of unit tests by @minminlittleshrimp in openembedded#494
    dlt-qnx-system improvement by @lvklevankhanh in openembedded#495
    gtest: Init submodule and update version by @minminlittleshrimp in openembedded#497
    dlt-qnx-system: prevent message loss in high load situations by @alexmohr in openembedded#490
    Fix compile error stringop-truncation with GCC 9.4 by @michael-methner in openembedded#499
    Update README.md by @lvklevankhanh in openembedded#503
    dlt-coverage: Add coverage report generator for dlt by @minminlittleshrimp in openembedded#501
    dlt-system: move journal reading to its own thread by @alexmohr in openembedded#471
    Switch from GENIVI to COVESA by @minminlittleshrimp in openembedded#511
    Update CMakeLists.txt: set required std version to gnu++14 by @LocutusOfBorg in openembedded#504
    cmake: Policy CMP0115 set to OLD behavior for dlt-daemon with cmake >= 3.20 by @minminlittleshrimp in openembedded#510
    fix usage of pthread_cond_timedwait by @alexmohr in openembedded#491
    DLT Upstream for minor release by @minminlittleshrimp in openembedded#515
    cmake: disable network trace by @alexmohr in openembedded#477
    doc: add COVESA logo image by @minminlittleshrimp in openembedded#516
    Prepare for 2.18.10 release by @michael-methner in openembedded#517

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>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Aug 17, 2023
…27995b38eb4271044f)

Drop patches now part of new upstream release:
- 449.patch
- 481.patch
- 482.patch

Refresh patches due to GENIVI->COVESA renaming

What's Changed:

    Update ReleaseNotes and version to v2.18.9 by @minminlittleshrimp in openembedded#468
    Update status badges on README.md by @michael-methner in openembedded#467
    logstorage: Adds option to write logs in gzip format by @LiquidityC in openembedded#442
    Re-Initialize internal logging in daemon mode only by @lvklevankhanh in openembedded#459
    Remove use of DLT_LOG in signal handler by @michael-methner in openembedded#472
    Update gtest_dlt_daemon_multiple_files_logging.cpp by @LocutusOfBorg in openembedded#481
    Update AUTOSAR standard link by @lucafrance in openembedded#480
    cmake: set version to 2.18.9 by @alexmohr in openembedded#478
    Fix macro code to use boolean value in while instruction (false) by @michael-methner in openembedded#469
    dlt_user_shared: Add timeout to writev by @alexmohr in openembedded#385
    build: add static lib only if necessary by @alexmohr in openembedded#479
    Update CMakeLists.txt by @LocutusOfBorg in openembedded#482
    watchdog: improve dlt watchdog by @alexmohr in openembedded#470
    log-level-config: add option to configure log levels by @alexmohr in openembedded#474
    gtest_dlt_daemon_gateway: dlt-daemon run without dlt_passive.conf file by @lti9hc in openembedded#487
    dlt_unit_test: Fix and improve quality of unit tests by @minminlittleshrimp in openembedded#494
    dlt-qnx-system improvement by @lvklevankhanh in openembedded#495
    gtest: Init submodule and update version by @minminlittleshrimp in openembedded#497
    dlt-qnx-system: prevent message loss in high load situations by @alexmohr in openembedded#490
    Fix compile error stringop-truncation with GCC 9.4 by @michael-methner in openembedded#499
    Update README.md by @lvklevankhanh in openembedded#503
    dlt-coverage: Add coverage report generator for dlt by @minminlittleshrimp in openembedded#501
    dlt-system: move journal reading to its own thread by @alexmohr in openembedded#471
    Switch from GENIVI to COVESA by @minminlittleshrimp in openembedded#511
    Update CMakeLists.txt: set required std version to gnu++14 by @LocutusOfBorg in openembedded#504
    cmake: Policy CMP0115 set to OLD behavior for dlt-daemon with cmake >= 3.20 by @minminlittleshrimp in openembedded#510
    fix usage of pthread_cond_timedwait by @alexmohr in openembedded#491
    DLT Upstream for minor release by @minminlittleshrimp in openembedded#515
    cmake: disable network trace by @alexmohr in openembedded#477
    doc: add COVESA logo image by @minminlittleshrimp in openembedded#516
    Prepare for 2.18.10 release by @michael-methner in openembedded#517

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants