> On May 5, 2016, at 12:30 PM, Christopher Larson wrote: > > From: Christopher Larson > > Signed-off-by: Christopher Larson > --- > meta/recipes-graphics/pong-clock/pong-clock_1.0.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb b/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb > index 0e1a792..6c3bcd8 100644 > --- a/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb > +++ b/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb > @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://pong-clock-no-flicker.c;beginline=1;endline=23;md5=dd > S = "${WORKDIR}" > > do_compile () { > - ${CC} -o pong-clock pong-clock-no-flicker.c `pkg-config --cflags --libs x11 xau xdmcp` > + ${CC} ${CFLAGS} ${LDFLAGS} -o pong-clock pong-clock-no-flicker.c `pkg-config --cflags --libs x11 xau xdmcl` This could be improved if compile and link steps are done separately and you see the effect what I was making a point from user point of view the toolchain is integrated. $CC hello.c should produce a a.out which can be executed. > } > > do_install () { > -- > 2.8.0 > > -- > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-core