From 4b49e2ab31f0512f8cf00466ee0dec6e6b4c3116 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Wed, 8 Apr 2009 08:27:16 +0000 Subject: obexpush: use LDFLAGS (fixes QA error) --- recipes/obexpush/obexpush_1.0.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/obexpush') diff --git a/recipes/obexpush/obexpush_1.0.0.bb b/recipes/obexpush/obexpush_1.0.0.bb index cfc09df2b6..7b73b10da5 100644 --- a/recipes/obexpush/obexpush_1.0.0.bb +++ b/recipes/obexpush/obexpush_1.0.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.caside.lancs.ac.uk/java_bt.php" SECTION = "console/network" LICENSE = "GPL" DEPENDS = "glib-2.0 openobex bluez-libs" -PR = "r4" +PR = "r5" SRC_URI = "http://www.caside.lancs.ac.uk/bt/obexpush.tar.gz \ file://add-obextool.patch;patch=1 \ @@ -19,7 +19,7 @@ INITSCRIPT_PARAMS = "defaults 33 09" export GLIBINC = "-I${STAGING_INCDIR}/glib-2.0" export GLIBLIB = "-I${STAGING_LIBDIR} -lglib-2.0" export OBEXINC = "-I${STAGING_INCDIR}" -export OBEXLIB = "-L${STAGING_LIBDIR} -Wl,-rpath,${STAGING_LIBDIR} -lopenobex" +export OBEXLIB = "${LDFLAGS} -lopenobex" do_configure() { rm -f client/*.o client/ussp-push -- cgit 1.2.3-korg