I'm using Buildroot to add a python package python-xxx
, but it always show time out
or 404 error
,
make: *** [package/pkg-generic.mk:189: /home/buildroot/output/build/python-xxx/.stamp_downloaded] Error 1
so I downloaded the package python-xxx.tar.gz
somewhere else and put it in the buildroot/dl/python-xxx
directory to skip the downloading step.
Then I try make
, but it always starts from downloading step again, how to avoid the downloading and goes to extracting
and following steps?
Can I get some help, pls?