aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2016-05-12 00:25:39 +0200
committerAndrea Adami <andrea.adami@gmail.com>2016-05-14 18:54:16 +0200
commitc8fbef02f9eb9aeb394fe46996d216b8850c2374 (patch)
treead37ec2b1ffae71c4db6cbec0c31134f96430c5a
parent8d79f26b3ac9a75f595abe5c1f4cb9fea0a222a3 (diff)
downloadmeta-opie-c8fbef02f9eb9aeb394fe46996d216b8850c2374.tar.gz
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 <andrea.adami@gmail.com>
-rw-r--r--recipes-support/obexpush/obexpush_1.0.0.bb2
1 files changed, 2 insertions, 0 deletions
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