* i2c-tools_3.0.2.bb recipe question
@ 2010-12-14 17:36 Ed Nelson
2010-12-14 18:07 ` Philip Balister
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Ed Nelson @ 2010-12-14 17:36 UTC (permalink / raw)
To: openembedded-devel
Sorry if this is a lame question.
In the do_install_append() section
install -d ${D}{$includedir}/linux
Is there a difference between
${includedir}
and
{$includedir}
Thanks
Ed
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: i2c-tools_3.0.2.bb recipe question
2010-12-14 17:36 i2c-tools_3.0.2.bb recipe question Ed Nelson
@ 2010-12-14 18:07 ` Philip Balister
2010-12-14 19:36 ` John Faith
2010-12-14 20:04 ` Philip Balister
2 siblings, 0 replies; 4+ messages in thread
From: Philip Balister @ 2010-12-14 18:07 UTC (permalink / raw)
To: openembedded-devel
Urg.
On 12/14/2010 12:36 PM, Ed Nelson wrote:
> Sorry if this is a lame question.
> In the do_install_append() section
> install -d ${D}{$includedir}/linux
>
> Is there a difference between
> ${includedir}
> and
> {$includedir}
>
>
> Thanks
> Ed
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: i2c-tools_3.0.2.bb recipe question
2010-12-14 17:36 i2c-tools_3.0.2.bb recipe question Ed Nelson
2010-12-14 18:07 ` Philip Balister
@ 2010-12-14 19:36 ` John Faith
2010-12-14 20:04 ` Philip Balister
2 siblings, 0 replies; 4+ messages in thread
From: John Faith @ 2010-12-14 19:36 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
On Dec 14, 2010, at 9:36 AM, Ed Nelson wrote:
> Sorry if this is a lame question.
> In the do_install_append() section
> install -d ${D}{$includedir}/linux
>
> Is there a difference between
> ${includedir}
> and
> {$includedir}
>
>
> Thanks
> Ed
>
Hi Ed,
Not sure where the 2nd one came from, but the ${var} format is as shown here:
http://docs.openembedded.org/usermanual/usermanual.html#directories_installation
,
John
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: i2c-tools_3.0.2.bb recipe question
2010-12-14 17:36 i2c-tools_3.0.2.bb recipe question Ed Nelson
2010-12-14 18:07 ` Philip Balister
2010-12-14 19:36 ` John Faith
@ 2010-12-14 20:04 ` Philip Balister
2 siblings, 0 replies; 4+ messages in thread
From: Philip Balister @ 2010-12-14 20:04 UTC (permalink / raw)
To: openembedded-devel
On 12/14/2010 12:36 PM, Ed Nelson wrote:
> Sorry if this is a lame question.
> In the do_install_append() section
> install -d ${D}{$includedir}/linux
>
> Is there a difference between
> ${includedir}
> and
> {$includedir}
I fixed this. Thanks for pointing it out.
Philip
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-12-14 20:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-14 17:36 i2c-tools_3.0.2.bb recipe question Ed Nelson
2010-12-14 18:07 ` Philip Balister
2010-12-14 19:36 ` John Faith
2010-12-14 20:04 ` Philip Balister
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.