All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] obexd-0.19: adding new version and start using obexd.inc
@ 2009-11-23 17:10 Ricardo Salveti de Araujo
  0 siblings, 0 replies; only message in thread
From: Ricardo Salveti de Araujo @ 2009-11-23 17:10 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@openbossa.org>
---
 recipes/bluez/obexd.inc     |   10 ++++++++++
 recipes/bluez/obexd_0.10.bb |   11 +----------
 recipes/bluez/obexd_0.13.bb |   11 +----------
 recipes/bluez/obexd_0.15.bb |   11 +----------
 recipes/bluez/obexd_0.19.bb |    4 ++++
 5 files changed, 17 insertions(+), 30 deletions(-)
 create mode 100644 recipes/bluez/obexd.inc
 create mode 100644 recipes/bluez/obexd_0.19.bb

diff --git a/recipes/bluez/obexd.inc b/recipes/bluez/obexd.inc
new file mode 100644
index 0000000..a10a557
--- /dev/null
+++ b/recipes/bluez/obexd.inc
@@ -0,0 +1,10 @@
+DESCRIPTION = "OBEX Server and Client"
+DEPENDS = "openobex glib-2.0 dbus bluez4"
+HOMEPAGE = "http://www.bluez.org/"
+LICENSE = "GPLv2"
+
+SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/obexd-${PV}.tar.gz;name=tarball"
+
+inherit autotools_stage
+
+FILES_${PN} += "${datadir}/dbus-1/"
diff --git a/recipes/bluez/obexd_0.10.bb b/recipes/bluez/obexd_0.10.bb
index e1cc6ce..aa4d494 100644
--- a/recipes/bluez/obexd_0.10.bb
+++ b/recipes/bluez/obexd_0.10.bb
@@ -1,10 +1 @@
-DESCRIPTION = "OBEX Server and Client"
-DEPENDS = "openobex glib-2.0 dbus bluez4"
-
-LICENSE = "GPLv2"
-
-SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/obexd-${PV}.tar.gz"
-
-inherit autotools_stage
-
-FILES_${PN} += "${datadir}/dbus-1/"
+require obexd.inc
diff --git a/recipes/bluez/obexd_0.13.bb b/recipes/bluez/obexd_0.13.bb
index e1cc6ce..aa4d494 100644
--- a/recipes/bluez/obexd_0.13.bb
+++ b/recipes/bluez/obexd_0.13.bb
@@ -1,10 +1 @@
-DESCRIPTION = "OBEX Server and Client"
-DEPENDS = "openobex glib-2.0 dbus bluez4"
-
-LICENSE = "GPLv2"
-
-SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/obexd-${PV}.tar.gz"
-
-inherit autotools_stage
-
-FILES_${PN} += "${datadir}/dbus-1/"
+require obexd.inc
diff --git a/recipes/bluez/obexd_0.15.bb b/recipes/bluez/obexd_0.15.bb
index e1cc6ce..aa4d494 100644
--- a/recipes/bluez/obexd_0.15.bb
+++ b/recipes/bluez/obexd_0.15.bb
@@ -1,10 +1 @@
-DESCRIPTION = "OBEX Server and Client"
-DEPENDS = "openobex glib-2.0 dbus bluez4"
-
-LICENSE = "GPLv2"
-
-SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/obexd-${PV}.tar.gz"
-
-inherit autotools_stage
-
-FILES_${PN} += "${datadir}/dbus-1/"
+require obexd.inc
diff --git a/recipes/bluez/obexd_0.19.bb b/recipes/bluez/obexd_0.19.bb
new file mode 100644
index 0000000..afa6878
--- /dev/null
+++ b/recipes/bluez/obexd_0.19.bb
@@ -0,0 +1,4 @@
+require obexd.inc
+
+SRC_URI[tarball.md5sum] = "2f03b81411a1f7c359ada35459d946a5"
+SRC_URI[tarball.sha256sum] = "37fb4cffad7e361daffa9915ee6a37e615d0bf4d1f24760e585d5ac922515ca8"
-- 
1.6.5




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-23 17:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-23 17:10 [PATCH] obexd-0.19: adding new version and start using obexd.inc Ricardo Salveti de Araujo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.