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

Building a lib example causes the lib_ to apear twice in the manifest #160

Open
TDW89 opened this issue Jun 11, 2024 · 3 comments
Open

Building a lib example causes the lib_ to apear twice in the manifest #160

TDW89 opened this issue Jun 11, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@TDW89
Copy link
Contributor

TDW89 commented Jun 11, 2024

The lib examples depend on the lib they are in for example with lib_xua the first item is the example depending on it's parent repo then the last item is that repo and it's dependencies

Name                    | Location                                        | Branch/tag             | Changeset                                  | Depends_on
------------------------+-------------------------------------------------+------------------------+--------------------------------------------+------------------------------
lib_xua                   [email protected]:xmos/lib_xua.git                   develop                  c4da4c5653460fe82c55c39265c39ffc5764b3f4     lib_xua(HEAD)
...
...
lib_xua                   [email protected]:xmos/lib_xua.git                   develop                  c4da4c5653460fe82c55c39265c39ffc5764b3f4     lib_adat(v1.2.0), lib_locks(v2.2.0), lib_logging(v3.2.0), lib_mic_array(v4.6.0), lib_spdif(v6.1.0), lib_sw_pll(v2.2.0), lib_xassert(v4.2.0), lib_xud(v2.3.1)
@TDW89 TDW89 changed the title Building a lib example causes the lib_ to apear twise in the manifest Building a lib example causes the lib_ to apear twice in the manifest Jun 11, 2024
@xross xross added the bug Something isn't working label Jun 11, 2024
@xross
Copy link
Collaborator

xross commented Jun 11, 2024

@danielpieczko this is probably not the end of the world but would be nice to fix if its a quick one? I guess its a test hole too.

@danielpieczko
Copy link
Collaborator

I'll have a look to see if it's a simple fix - we haven't converted any existing library examples to XCommon CMake, so that's why we haven't hit this before.

@danielpieczko
Copy link
Collaborator

I don't think this is simple to fix, so we'll have to leave this for a later release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants