Comments
Patch
new file mode 100644
@@ -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/"
@@ -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
@@ -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
@@ -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
new file mode 100644
@@ -0,0 +1,4 @@
+require obexd.inc
+
+SRC_URI[tarball.md5sum] = "2f03b81411a1f7c359ada35459d946a5"
+SRC_URI[tarball.sha256sum] = "37fb4cffad7e361daffa9915ee6a37e615d0bf4d1f24760e585d5ac922515ca8"
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