-
Notifications
You must be signed in to change notification settings - Fork 714
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
pahole: call python via env in the shebang #436
Conversation
Signed-off-by: Matteo Croce <[email protected]>
another signature mismatch issue see here http://jenkins.nas-admin.org/view/OE/job/oe_world_workspace-compare-signatures/1062/console |
I don't have this error locally. |
you can add a temp machine conf e.g. see then build pahole for this machine again then do bitbake-diffsig on it. |
merged with b23770a |
shows:
and
meta-openembedded/meta-oe/recipes-kernel/libbpf/libbpf_0.5.bb is MACHINE_ARCH, so pahole needs to be MACHINE_ARCH as well when it depends on it. Will send a fix for this. |
License-Update: "org.cups.cupsd.Notifier.xml" changed to "utils/org.cups.cupsd.Notifier.xml" "GNU Library" changed to "GNU Library General" "GNU Lesser" changed to "GNU Lesser General" Changelog: URL of issues <https://github.com/OpenPrinting/cups-filters/pull/#####> ========= Bug fix release, containing backports of many of the bugs recently fixed during the preparation of the cups-filters 2.x release. Important is that cups-browsed's queue naming is aligned with CUPS' temporary queue naming now and several bugs affecting driverless printing are fixed. -libcupsfilters: Let PPD generator take default ColorModel from printer (CUPS issue openembedded#277). -Braille: In vectortopdf check inkscape version to call inkscape with the correct command line (Issue openembedded#315, Pull request openembedded#443). -Build system: Make missing DejaVuSans.ttf non-fatal in ./configure as the font is only needed for test programs, not for actual use of cups-filters (Issue openembedded#411). -libcupsfilters: In imagetoraster() fixed crash with SGray (Issue openembedded#435). -cups-browsed: Naming of local queues is matched to CUPS' current naming of temporary queues (no leading or trailing underscores), to avoid duplicates in print dialogs which support CUPS' temporary queues. -libcupsfilters: Make cupsRasterParseIPPOptions() work correctly with PPDs (Issue openembedded#436). -libcupsfilters: Let colord_get_profile_for_device_id() not return empty file name, to avoid error messages in CUPS error_log. -foomatic-rip: Debug message was wrongly sent to stdout and not to log (Issue openembedded#422). Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
License-Update: "org.cups.cupsd.Notifier.xml" changed to "utils/org.cups.cupsd.Notifier.xml" "GNU Library" changed to "GNU Library General" "GNU Lesser" changed to "GNU Lesser General" Changelog: URL of issues <https://github.com/OpenPrinting/cups-filters/pull/#####> ========= Bug fix release, containing backports of many of the bugs recently fixed during the preparation of the cups-filters 2.x release. Important is that cups-browsed's queue naming is aligned with CUPS' temporary queue naming now and several bugs affecting driverless printing are fixed. -libcupsfilters: Let PPD generator take default ColorModel from printer (CUPS issue openembedded#277). -Braille: In vectortopdf check inkscape version to call inkscape with the correct command line (Issue openembedded#315, Pull request openembedded#443). -Build system: Make missing DejaVuSans.ttf non-fatal in ./configure as the font is only needed for test programs, not for actual use of cups-filters (Issue openembedded#411). -libcupsfilters: In imagetoraster() fixed crash with SGray (Issue openembedded#435). -cups-browsed: Naming of local queues is matched to CUPS' current naming of temporary queues (no leading or trailing underscores), to avoid duplicates in print dialogs which support CUPS' temporary queues. -libcupsfilters: Make cupsRasterParseIPPOptions() work correctly with PPDs (Issue openembedded#436). -libcupsfilters: Let colord_get_profile_for_device_id() not return empty file name, to avoid error messages in CUPS error_log. -foomatic-rip: Debug message was wrongly sent to stdout and not to log (Issue openembedded#422). Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Changelog: ========= setup.py -> pyproject.toml migration start (openembedded#427) Improve user install logic in activate-global-python-argcomplete (openembedded#437) Ensure Python 3.7 compatibility in check_console_script (openembedded#436) ZSH implementation fixes (openembedded#431, openembedded#433) Documentation improvements Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Changelog: ========= setup.py -> pyproject.toml migration start (openembedded#427) Improve user install logic in activate-global-python-argcomplete (openembedded#437) Ensure Python 3.7 compatibility in check_console_script (openembedded#436) ZSH implementation fixes (openembedded#431, openembedded#433) Documentation improvements Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Changelog: ========= setup.py -> pyproject.toml migration start (openembedded#427) Improve user install logic in activate-global-python-argcomplete (openembedded#437) Ensure Python 3.7 compatibility in check_console_script (openembedded#436) ZSH implementation fixes (openembedded#431, openembedded#433) Documentation improvements Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Matteo Croce [email protected]