Anyone manage to compile the "at" package using OE ?

Hi,

Does anyone has managed to compile the “at” package using OE ?

I had the following error while “bitbake at” :
atd.c:452:2: error: #error “No mail command specified.”

Then I modified the atd.c by commenting out the line that cause the error:
//#error “No mail command specified.”

The compilation finally went through, but now it failed at installation:

strip: Unable to recognise the format of the input file `…/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/at-3.1.8-r1/image/usr/bin/at’
…/overo-oe/tmp/staging/i686-linux/usr/bin/install: strip process terminated abnormally

Wondering if anyone can help me on this ?
Thanks!