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

samba: add dynamic packages regexp for auth and pdb modules #84

Closed
wants to merge 1 commit into from

Conversation

rrerolle
Copy link
Contributor

Since those modules are dynamically split into sub-packages, they need
a regexp added to PACKAGES_DYNAMIC in order for the samba recipe to
RPROVIDE those packages. Without that, those packages are only known as
RRECOMMENDS for samba-base, which can be an issue when building an image
with NO_RECOMMENDATIONS = "1".

Since those modules are dynamically split into sub-packages, they need
a regexp added to PACKAGES_DYNAMIC in order for the samba recipe to
RPROVIDE those packages. Without that, those packages are only known as
RRECOMMENDS for samba-base, which can be an issue when building an image
with NO_RECOMMENDATIONS = "1".
@kraj
Copy link
Contributor

kraj commented Nov 20, 2018

applied as 5ebc5d2

@kraj kraj closed this Dec 21, 2018
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Nov 30, 2022
Changelog:
Get rid of stub file in wheel package (openembedded#84)

Signed-off-by: Zheng Ruoqin <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Nov 30, 2022
Changelog:
Get rid of stub file in wheel package (openembedded#84)

Signed-off-by: Zheng Ruoqin <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Nov 30, 2022
Changelog:
Get rid of stub file in wheel package (openembedded#84)

Signed-off-by: Zheng Ruoqin <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Dec 3, 2022
Changelog:
==========
 Fix bug in _round_and_pad with exponential coordinate values (openembedded#73)
 Use assertNotEqual instead of assertNotEquals in tests, for Python 3.11 compatibility (openembedded#77)
 Add support for Python 3.8, 3.9, and 3.10 (openembedded#79, openembedded#84)
 Drop support for end-of-life Python versions 2.7, 3.4, 3.5, and 3.6 (openembedded#84)
 Fix structure of coordinate values in GeoJSON to EsriJSON conversion (openembedded#82)
 Update README with to add History and Limitations sections, and to expand on functionality (openembedded#86)

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 pull request Dec 3, 2022
Changelog:
==========
 Fix bug in _round_and_pad with exponential coordinate values (openembedded#73)
 Use assertNotEqual instead of assertNotEquals in tests, for Python 3.11 compatibility (openembedded#77)
 Add support for Python 3.8, 3.9, and 3.10 (openembedded#79, openembedded#84)
 Drop support for end-of-life Python versions 2.7, 3.4, 3.5, and 3.6 (openembedded#84)
 Fix structure of coordinate values in GeoJSON to EsriJSON conversion (openembedded#82)
 Update README with to add History and Limitations sections, and to expand on functionality (openembedded#86)

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 pull request Dec 5, 2022
Changelog:
==========
 Fix bug in _round_and_pad with exponential coordinate values (openembedded#73)
 Use assertNotEqual instead of assertNotEquals in tests, for Python 3.11 compatibility (openembedded#77)
 Add support for Python 3.8, 3.9, and 3.10 (openembedded#79, openembedded#84)
 Drop support for end-of-life Python versions 2.7, 3.4, 3.5, and 3.6 (openembedded#84)
 Fix structure of coordinate values in GeoJSON to EsriJSON conversion (openembedded#82)
 Update README with to add History and Limitations sections, and to expand on functionality (openembedded#86)

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 pull request Dec 21, 2023
Changelog
  fix(wheels): link libstdc++ statically on manylinux1 by @mayeut in openembedded#159
  chore(wheels): link libstdc++/libgcc statically on musllinux by @mayeut in openembedded#160
  chore: add Windows ARM support by @henryiii in openembedded#169
  chore: continue testing with python 2.7 by @mayeut in openembedded#199
  chore: move to setuptools_scm by @henryiii in openembedded#170
  chore: switch to ruff by @henryiii in openembedded#174
  chore: use trusted publisher deployment by @jcfr in openembedded#191
  chore: use wheel tags cli by @mayeut in openembedded#84
  ci: allow setting a version by @henryiii in openembedded#171
  ci: cancel on repeated pushes by @henryiii in openembedded#177

Signed-off-by: Derek Straka <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Dec 21, 2023
Changelog
  fix(wheels): link libstdc++ statically on manylinux1 by @mayeut in openembedded#159
  chore(wheels): link libstdc++/libgcc statically on musllinux by @mayeut in openembedded#160
  chore: add Windows ARM support by @henryiii in openembedded#169
  chore: continue testing with python 2.7 by @mayeut in openembedded#199
  chore: move to setuptools_scm by @henryiii in openembedded#170
  chore: switch to ruff by @henryiii in openembedded#174
  chore: use trusted publisher deployment by @jcfr in openembedded#191
  chore: use wheel tags cli by @mayeut in openembedded#84
  ci: allow setting a version by @henryiii in openembedded#171
  ci: cancel on repeated pushes by @henryiii in openembedded#177

Signed-off-by: Derek Straka <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Sep 10, 2024
Changelog:
==========
- add 3.13 to setup.cfg classifiers
- test: optimized test preformance by moving deadcode check to the end (openembedded#89)
- Catch exception if node is in unexpected statement (openembedded#84)
- Merge pull request openembedded#80 from alexmojaki/3.13
- doc: review changes
- fix: removed unused verification
- fix: handle __firstlineno__
- refactor: review changes
- test: skip module tests for now
- test(3.13): added sample_results
- fix: skip files with raise an recursion error in 3.13, because the recursion limit has no effect
- fix: allow to LOAD_FAST variables for TypeVars
- test: fixed tests for 3.13.0b1
- test(3.13): handle optimization of not not x
- fix(3.13): a type variable can also have nonlocal variables
- fix(3.13): COMPARE_OP maps always to ast.Compare
- fix(3.13): a async function can also have nonlocal variables
- fix(3.13): a lambda can also have nonlocal variables
- fix(3.13): handle CALL_KW like method calls which are only located by the end position
- fix(3.13): loading of __class__ is mapped to the last element of the class
- fix(3.13): handle STORE_FAST_STORE_FAST and similar instructions as known issues
- fix(3.13): fixed typing errors
- build(3.13): added 3.13 to ci workflow
- fix(3.13): added new rules to the verification
- fix(3.13): show_caches is deprecated
- fix: backward compatibility fix for changed source positions in 3.12.5 (openembedded#82) (openembedded#83)
- Add many_calls tests to EXECUTING_SLOW_TESTS (openembedded#78)

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants