[OE-core] what is the working directory for configure/compile/install tasks?

Khem Raj raj.khem at gmail.com
Fri Jan 27 17:45:33 UTC 2017



On 1/27/17 4:44 AM, Robert P. J. Day wrote:
>   i'm aware that most tasks are defined in terms of commands that
> explicitly use directory references with "S", "B", "D", WORKDIR, and
> so on and so on. but if i want to define a do_configure() task that
> does nothing more than invokes the top-level "configure" script, how
> would i refer to it?
> 

do_configure () {
	${S}/configure
}



More information about the Openembedded-core mailing list