Hello all,
Fiddling with a rather outdated source tree, and need some python packages added.
In scripts/image I call $SCRIPTS/install on a "meta package"
This package have multiple python packages as dependencies, some depending on each other.
Now, looking at scripts/install line 56, I see build is done on "self" before install is done on packages it depends on.
I must be reading this wrong, right?
/stride