Signed-off-by: Ricardo Salveti de Araujo <[email protected]> --- 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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
