[oe-commits] Thomas Zimmermann : Blueman: add reciepe (just for development, because runtime depencies aren't fullfilled)

git version control git at git.openembedded.org
Thu Sep 17 18:33:50 UTC 2009


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

Author: Thomas Zimmermann <zimmermann at vdm-design.de>
Date:   Thu Sep 17 11:57:40 2009 +0000

Blueman: add reciepe (just for development, because runtime depencies aren't fullfilled)

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

---

 conf/checksums.ini              |    4 ++++
 recipes/blueman/blueman_1.10.bb |   25 +++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index f017635..d7a3e73 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -25145,3 +25145,7 @@ sha256=5cc1a53bb909922596bdd0fa967b654fe1bfbe0dcf1d34608f0b7c90e0c27867
 md5=5f7b88ebb2bcd7e8044328482d079661
 sha256=f57c4e33eb2cdd87a6c2f01bfa4794340fbe61ea1a1cfc7dac3b6671e1dd22af
 
+[http://download.tuxfamily.org/blueman/blueman-1.10.tar.gz]
+md5=f9058305c42038678d5023fcabba22a4
+sha256=f4a92834a538dc9dbb93fde76933e849b24639faa1721b24549f209b8b590f71
+
diff --git a/recipes/blueman/blueman_1.10.bb b/recipes/blueman/blueman_1.10.bb
new file mode 100644
index 0000000..fb2327d
--- /dev/null
+++ b/recipes/blueman/blueman_1.10.bb
@@ -0,0 +1,25 @@
+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 = "r0"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF += "--with-no-runtime-deps-check"
+
+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