[oe-commits] Martin Jansa : blueman: new recipe from SHR

git version control git at git.openembedded.org
Wed Nov 18 09:06:00 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 3bc8e9e009824f6f3226de91bdbc62ee29e88a21
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3bc8e9e009824f6f3226de91bdbc62ee29e88a21

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Nov 18 09:24:22 2009 +0100

blueman: new recipe from SHR

---

 recipes/blueman/blueman_1.10.bb |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/recipes/blueman/blueman_1.10.bb b/recipes/blueman/blueman_1.10.bb
new file mode 100644
index 0000000..6130902
--- /dev/null
+++ b/recipes/blueman/blueman_1.10.bb
@@ -0,0 +1,27 @@
+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 \
+"
+
+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\
+	"
+
+FILES_${PN}-dbg += "${libdir}/python2.6/site-packages/.debug"
+FILES_${PN} += "${libdir} ${datadir}"
+
+do_configure_prepend() {
+		sed -i "s/py_prefix=.*$/py_prefix=\"${@"${STAGING_DIR_TARGET}".replace("/","\/")}\/usr\"/" ${S}/acinclude.m4
+		sed -i "s/py_exec_prefix=.*$/py_exec_prefix=\"${@"${STAGING_DIR_TARGET}".replace("/","\/")}\/usr\"/" ${S}/acinclude.m4
+}





More information about the Openembedded-commits mailing list