-
Notifications
You must be signed in to change notification settings - Fork 721
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
python-periphery is missing python-mmap dependency on master #233
Comments
thanks you, I think this is a good fix, can you submit it as a pull request if possible ? |
fixed with 95d7ee4 |
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Feb 22, 2022
refresh patches for 0.104: 0001-Makefile-do-not-use-Werror.patch 0001-don-t-fail-if-GLOB_BRACE-is-not-defined.patch 0001-parse-nm-fix-32bit-format-string.patch removed since it's included in 0.104 Changelog: ========= Enable embedded-switch-mode setting on SmartNICs (openembedded#253) Permit multiple patterns for the driver globs in match (openembedded#202), LP#1918421 Improve routing capabilities (openembedded#248), LP#1892272, LP#1805038 Support additional link offload options for networkd (openembedded#225) (openembedded#242), LP#1771740 Consolidate enum-to-string arrays (openembedded#230) Handle differing ip6-privacy default value for NetworkManager (openembedded#263) YAML state tracking (--state rootdir) for DBus API and netplan try (openembedded#231), LP#1943120 Support ConfigureWithoutCarrier (ignore-carrier) for networkd (openembedded#215) Move primary git branch master to main Documentation improvements (openembedded#226) Compatibility for glib-2.70 (openembedded#235) Cleanup Makefile, install only public headers Improve test reliability & enable integration testing CI for autopkgtests Netplan get to use the libnetplan parser (openembedded#252) libnetplan: - introduce the notion of NetplanState (openembedded#232) - use an explicit parser context (openembedded#233) - expose coherent generator APIs (openembedded#239) - improve overall error handling (openembedded#234) - consolidation of YAML parsing into the library (openembedded#241, openembedded#249, openembedded#250, openembedded#251) Restrict the symbol export to a determined public API (openembedded#227) - WARNING: We dropped some internal symbols from the API that we know have no external consumers (that we are aware of) - 0.103: _serialize_yaml, contains_netdef_type, tmp, validate_default_route_consistency - 0.102: cur_filename, netplan_netdef_new - 0.100: address_option_handlers, is_hostname, validate_ovs_target, wireguard_peer_handlers - 0.99: current_file, is_ip4_address, is_ip6_address, missing_id, missing_ids_found, parser_error, validate_backend_rules, validate_netdef_grammar, yaml_error Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
halstead
pushed a commit
that referenced
this issue
Feb 23, 2022
refresh patches for 0.104: 0001-Makefile-do-not-use-Werror.patch 0001-don-t-fail-if-GLOB_BRACE-is-not-defined.patch 0001-parse-nm-fix-32bit-format-string.patch removed since it's included in 0.104 Changelog: ========= Enable embedded-switch-mode setting on SmartNICs (#253) Permit multiple patterns for the driver globs in match (#202), LP#1918421 Improve routing capabilities (#248), LP#1892272, LP#1805038 Support additional link offload options for networkd (#225) (#242), LP#1771740 Consolidate enum-to-string arrays (#230) Handle differing ip6-privacy default value for NetworkManager (#263) YAML state tracking (--state rootdir) for DBus API and netplan try (#231), LP#1943120 Support ConfigureWithoutCarrier (ignore-carrier) for networkd (#215) Move primary git branch master to main Documentation improvements (#226) Compatibility for glib-2.70 (#235) Cleanup Makefile, install only public headers Improve test reliability & enable integration testing CI for autopkgtests Netplan get to use the libnetplan parser (#252) libnetplan: - introduce the notion of NetplanState (#232) - use an explicit parser context (#233) - expose coherent generator APIs (#239) - improve overall error handling (#234) - consolidation of YAML parsing into the library (#241, #249, #250, #251) Restrict the symbol export to a determined public API (#227) - WARNING: We dropped some internal symbols from the API that we know have no external consumers (that we are aware of) - 0.103: _serialize_yaml, contains_netdef_type, tmp, validate_default_route_consistency - 0.102: cur_filename, netplan_netdef_new - 0.100: address_option_handlers, is_hostname, validate_ovs_target, wireguard_peer_handlers - 0.99: current_file, is_ip4_address, is_ip6_address, missing_id, missing_ids_found, parser_error, validate_backend_rules, validate_netdef_grammar, yaml_error Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Nov 28, 2022
Changelog: ========= Fixed ------ Multi-bytes cutter/chunk generator did not always cut correctly (PR openembedded#233) Changed ------- Speedup provided using mypy/c 0.990 on Python >= 3.7 Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Jul 28, 2024
* Fix building documentation in build directory. Thanks Michael Tokarev * Updated the configure script for split openssl directories. * Fix for windows compile; asctime_r compat, search for inet_ntop in ws2_32, avoid double decl of inet_ntop, check for symlink call, include config.h in edns.c, have socket compare use correct signedness, add -u repo option to makewin.sh, fix quoting in makewin.sh and check return value of bind and connect in net.c for failure instead of a socket type. And fix to install .exe files. * Fix to compile with OpenSSL 3.2. Update acx_nlnetlabs.m4 to 48. * Fix to compile DLLs, and pick out of the lib64 dir, and include libssp-0.dll and ldns-config. * bugfix openembedded#237: Resolver uses nameserver commented out in /etc/resolv.conf. Thanks grembo. * Added RESINFO rrtype. * Added WALLET rrtype. * PR openembedded#241: Fix coverity cited problems. Thanks Enji Cooper. * PR openembedded#233: Several Python SWIG issues. Thanks Florian Weimer. * PR openembedded#231: const ldns_rdf * typemap fixes to support swig-4.2.0 Thanks William S Fulton * PR openembedded#227: keys.c: fix build with libressl >= 3.8.1 Thanks Fabrice Fontaine * PR openembedded#224: Portable executable progs don't underlink to libldns Thanks Ørjan Malde * PR openembedded#216: Update declaration for function with no argument Thanks Ed Maste * PR openembedded#214: fix the build in FreeBSD's base system Thanks Pierre Pronchery and Dag-Erling Smørgrav * PR openembedded#206: improve 'next-label' algorithm in ldns-walk Thanks Jelte Jansen * PR openembedded#205: Add functions to extract RFC 8914 extended errors Thanks Roland van Rijswijk-Deij * PR openembedded#203: Expand CI: Cygwin, BSDs, musl libc, 32-bit, and big-endian Thanks Felipe Gasper * PR openembedded#191: 16-unit-tests-edns: Fix leak & warnings Thanks Felipe Gasper * Added NXNAME rrtype. * PR openembedded#242: Openssl no engine improved support openembedded#242 Thanks Petr Menšík Detailed Changes [1] Fix buildpaths QA errors while here [1] NLnetLabs/ldns@1.8.3...1.8.4 Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Nov 19, 2024
Changelog: =========== - fix: invalid rst code - Merge pull request openembedded#262 from bdraco/3110_compat - Fix compat with aiohttp 3.11.0+ - Merge pull request openembedded#233 from outp1/master - Merge pull request openembedded#251 from chs2/feat/callable-raise-for-status - Merge pull request openembedded#256 from DanielNoord/patch-1 - Update __version__ to latest released version - Merge pull request openembedded#254 from gaby/packaging - Add packaging to requirements.txt - feat: support raise_for_status as callable Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Nov 20, 2024
Changelog: =========== - fix: invalid rst code - Merge pull request openembedded#262 from bdraco/3110_compat - Fix compat with aiohttp 3.11.0+ - Merge pull request openembedded#233 from outp1/master - Merge pull request openembedded#251 from chs2/feat/callable-raise-for-status - Merge pull request openembedded#256 from DanielNoord/patch-1 - Update __version__ to latest released version - Merge pull request openembedded#254 from gaby/packaging - Add packaging to requirements.txt - feat: support raise_for_status as callable Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am building a minimal image with yocto and encountered this missing runtime dependency. Adding the dependency with
RDEPENDS_${PN} += ${PYTHON_PN}-mmap
solved the problem.The text was updated successfully, but these errors were encountered: