Allow recursive/non recursive packages
Open
- Dominant language
- Python
- Stars
- 11
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Consider the support for recursive and non recursive packages. For example, if packages are declared recursively:
```
package:
parent:
cflags: [ 'parent-flag' ]
parent/child:
cflags: [ 'child-flag' ]
```
I think it would make sense that the child package inherited the cflags from the parent package.
Contributor guide
Assessment
This issue has not been assessed yet.