On Mon, 2012-03-19 at 15:10 -0700, simran singh wrote:
> This is how I was able to install it:
>
>
> do_install(){
> python configure.py --prefix=${D}/${libdir}/botan
> }
>
>
> But still the other recipe is unable to locate the files.
>
In the other recipe, look in ${STAGING_LIBDIR}...
Cheers,
Richard