garmin / pyrex

Seamless container setup for developing with OpenEmbedded/Yocto Project
Apache License 2.0
36 stars 29 forks source link

Fix PYREX_BIND not actually binding #49

Closed JoshuaWatt closed 4 years ago

JoshuaWatt commented 4 years ago

The PYREX_BIND environment variable wasn't working as advertised by default because it was in the set of imported environment variables. Correct this and add a test to verify it works.

matthoosier-garmin commented 4 years ago

The PYREX_BIND environment variable wasn't working as advertised by default

Can you expand on what the dysfuntion was?

because it was in the set of imported environment variables.

Is there a 'not' missing here? Your patch adjusts pyrex.ini to add PYREX_BIND into the set of imported environment variables.