[oe] tk 8.6.0: strange error: "oe_runmake: command not found"

Paul Barker paul at paulbarker.me.uk
Tue Feb 11 11:42:31 UTC 2014


On 7 February 2014 13:53, Nick D'Ademo <nickdademo at gmail.com> wrote:
> Thanks Paul.
>
> The run log has oe_runmake called via:
>
>> autotools_do_install() {
>>     oe_runmake
>> 'DESTDIR=/home/nick/poky/build/tmp/work/corei7-64-poky-linux/tk/8.6.0-r0/image'
>> install
>>     # Info dir listing isn't interesting at this point so remove it if it
>> exists.
>>     if [ -e
>> "/home/nick/poky/build/tmp/work/corei7-64-poky-linux/tk/8.6.0-r0/image/usr/share/info/dir"
>> ]; then
>>         rm -f
>> /home/nick/poky/build/tmp/work/corei7-64-poky-linux/tk/8.6.0-r0/image/usr/share/info/dir
>>     fi
>>
>> }
>

You should see the definition of oe_runmake() in the run file itself,
possibly after the autotools_do_install() function. That run file
should include everything that is needed. Could you confirm that is
there, maybe post the whole run file for further investigation?

Thanks,

-- 
Paul Barker

Email: paul at paulbarker.me.uk
http://www.paulbarker.me.uk



More information about the Openembedded-devel mailing list