[oe] package VDR for OE

Paul Menzel paulepanter at users.sourceforge.net
Sun Dec 13 18:05:15 UTC 2009


Am Sonntag, den 13.12.2009, 17:34 +0100 schrieb Koen Kooi:
> On 13-12-09 14:46, Paul Menzel wrote:

[…]

> > Thank you! I tried this
> >
> >          +-INCLUDES = -I/usr/include/freetype2
> >          ++INCLUDES = -I${STAGING_INCDIR}/freetype2
> >
> > but the `${STAGING_INCDIR}` was not expanded. The result is the
> > following.
> >
> >          INCLUDES = -I${STAGING_INCDIR}freetype2
> >
> > Using an absolute path worked.
> >
> > Could you please point out my mistake?
> 
> AFAIK Makefiles don't use accolades but parens for variables.

I see. But

        -INCLUDES = -I/usr/include/freetype2
        +INCLUDES = $(STAGING_INCDIR)/freetype2

did not help and resulted in.

        INCLUDES = $(STAGING_INCDIR)/freetype2

So I guess Petr’s solution is the way to go.


Thanks,

Paul
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20091213/fe059dba/attachment-0002.sig>


More information about the Openembedded-devel mailing list