I'm building yocto image. I'm having an error when I type bitbake piflo command (piflo is my image name) like shown figure below:
oe_runmake failed with do_configure and No rule for 'clean'
| make: *** No rule to make target 'clean'. Stop.
So I tried to make empty function 'do_clean' at "/opt/sanghun/meta-piflo/recipes-devtools/python/python-dateutil_1.5.bb" like shown figure below:
do_clean(){ }
but it doesn't work...
Does anybody have an idea for this? Please help me out here.
If needs more information or code, I will EDIT.
Thanks in advance.