Wifx / meta-wifx

OpenEmbedded/Yocto Project layer for LORIX One gateway
MIT License
2 stars 1 forks source link

Unable to build as python-netifaces is not in meta-maker anymore #2

Open TMesot opened 6 years ago

TMesot commented 6 years ago

Hello, I've tried to build the image but python-netifaces in recipes-wifx/images/wifx-base.inc is not available in meta-maker anymore (see : http://git.yoctoproject.org/cgit/cgit.cgi/meta-maker/commit/?id=0b59136be0399f099cb43a738720dd76be797587). As we use master for meta-maker but krogoth for OE this package is not available and build fail.

Is this package needed on image ? Fast fix on my side is to remove it.

hilt0n commented 6 years ago

Thank you for the feedback. The python-netifaces is not used by Wifx but by some customers. I propose to either remove it in your case or move HEAD of meta-maker git repo to specific commit. I will update the README as follow:

git clone git://git.yoctoproject.org/meta-maker
cd meta-maker
git reset --hard c039fafa7a0276769d0928d16bdacd2012f2aff6
cd ..