diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/obexpush/obexpush_1.0.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |