[oe] package VDR for OE

Petr Štetiar ynezz at true.cz
Sun Dec 13 18:32:38 UTC 2009


Paul Menzel <paulepanter at users.sourceforge.net> [2009-12-13 19:05:15]:

> > 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

No, I think, that Koen was writing about your general mistake. If there was
STAGING_INCDIR available in the environment, your ${} won't work anyway.
Correct is to use $(), parens in Makefile when accessing variables. It's
nothing about your issue.

-- ynezz




More information about the Openembedded-devel mailing list