[oe-commits] Thomas Zimmermann : Blueman: update depencies and set fix BLUEZ_LIBS and BLUEZ_CFLAGS

git version control git at git.openembedded.org
Wed Sep 23 09:33:43 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 0869c805282e81e1939bedb35ae663c3802f2762
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0869c805282e81e1939bedb35ae663c3802f2762

Author: Thomas Zimmermann <zimmermann at vdm-design.de>
Date:   Wed Sep 23 07:56:25 2009 +0000

Blueman: update depencies and set fix BLUEZ_LIBS and BLUEZ_CFLAGS

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/blueman/blueman_1.10.bb |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/recipes/blueman/blueman_1.10.bb b/recipes/blueman/blueman_1.10.bb
index fb2327d..6130902 100644
--- a/recipes/blueman/blueman_1.10.bb
+++ b/recipes/blueman/blueman_1.10.bb
@@ -2,16 +2,18 @@ DESCRIPTION = "Blueman is a GTK+ Bluetooth Manager"
 HOMEPAGE = "http://www.blueman-project.org/"
 SECTION = "optional"
 DEPENDS = "gtk+ glib-2.0 bluez4 intltool python python-native python-pyrex startup-notification"
-RDEPENDS = "python-dbus python-pygobject python dbus bluez4 python-pygtk \
-#	python-notify obex-data-server\
+RDEPENDS = "python-dbus python-pygobject python dbus bluez4 python-pygtk python-notify obex-data-server \
 "
 
-PR = "r0"
+PR = "r1"
 
 inherit autotools pkgconfig
 
 EXTRA_OECONF += "--with-no-runtime-deps-check"
 
+BLUEZ_LIBS = "-L${libdir} -lbluetooth"
+BLUEZ_CFLAGS = "-I${includedir}"
+
 SRC_URI = "\
 	http://download.tuxfamily.org/blueman/blueman-${PV}.tar.gz\
 	"





More information about the Openembedded-commits mailing list