diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-08 08:27:16 +0000 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-08 08:27:16 +0000 |
commit | 4b49e2ab31f0512f8cf00466ee0dec6e6b4c3116 (patch) | |
tree | 51d8e4ea61e8d3452db2a9edb6b7415a5a4ad0b6 /recipes/obexpush | |
parent | b04da76f3dcf1167f990015df0ce0c83b43e545a (diff) |
obexpush: use LDFLAGS (fixes QA error)
Diffstat (limited to 'recipes/obexpush')
-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 |