[solved] CoreCDP fails to build netbase package
- This topic has 0 replies, 1 voice, and was last updated 7 years, 10 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Home › Forums › MultiConnect OCG › [solved] CoreCDP fails to build netbase package
This is actually a problem with the Openembedded git submodule, but it will stop CoreCDP from building. The solution is simple.
Edit corecdp/openembedded/recipes/netbase/netbase_4.21.bb:
Change the SRC_URI line from this:
http://developer.irexnet.com/pub/iOn/Sources/1.0/Third%20party/all/netbase-${PV}.tar.gz \
to this:
http://downloads.yoctoproject.org/mirror/sources/netbase-${PV}.tar.gz \
I’m not exactly sure how to do a pull request back to the openembedded project to fix this. If anyone else knows, I’ll do it.