From c8fbef02f9eb9aeb394fe46996d216b8850c2374 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Thu, 12 May 2016 00:25:39 +0200 Subject: obexpush: fix build after EXTRA_OEMAKE changes in oe-core. Missing the '-e' the 3 oe_runmake calls were failing. obex_main.c:56:18: fatal error: glib.h: No such file or directory Signed-off-by: Andrea Adami --- recipes-support/obexpush/obexpush_1.0.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-support/obexpush/obexpush_1.0.0.bb b/recipes-support/obexpush/obexpush_1.0.0.bb index 0cb18cd..2ff6cd9 100644 --- a/recipes-support/obexpush/obexpush_1.0.0.bb +++ b/recipes-support/obexpush/obexpush_1.0.0.bb @@ -25,6 +25,8 @@ export GLIBLIB = "-I${STAGING_LIBDIR} -lglib-2.0" export OBEXINC = "-I${STAGING_INCDIR}" export OBEXLIB = "${LDFLAGS} -lopenobex" +EXTRA_OEMAKE = "-e MAKEFLAGS=" + do_configure() { rm -f client/*.o client/ussp-push rm -f opd/*.o opd/opd -- cgit 1.2.3-korg