From f4831fbaa7b13354ad6b3d0e47fa80c9ab72a735 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti de Araujo Date: Mon, 9 Nov 2009 11:33:10 -0300 Subject: [PATCH 097/118] obexd: Creating bb for 0.17 version Signed-off-by: Willer Moreira Signed-off-by: Ricardo Salveti de Araujo --- .../obexd-0.17/obexd_adding_some_macros.patch | 12 ++++++++++++ recipes/bluez/obexd_0.17.bb | 12 ++++++++++++ 2 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 recipes/bluez/obexd-0.17/obexd_adding_some_macros.patch create mode 100644 recipes/bluez/obexd_0.17.bb diff --git a/recipes/bluez/obexd-0.17/obexd_adding_some_macros.patch b/recipes/bluez/obexd-0.17/obexd_adding_some_macros.patch new file mode 100644 index 0000000..871888c --- /dev/null +++ b/recipes/bluez/obexd-0.17/obexd_adding_some_macros.patch @@ -0,0 +1,12 @@ +diff --git a/configure.ac b/configure.ac +index 34bc8d9..62cc5ec 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -30,6 +30,7 @@ COMPILER_FLAGS + AC_LANG_C + + AC_PROG_CC ++AM_PROG_CC_C_O + AC_PROG_CC_PIE + AC_PROG_INSTALL + AC_PROG_SED diff --git a/recipes/bluez/obexd_0.17.bb b/recipes/bluez/obexd_0.17.bb new file mode 100644 index 0000000..9bf5c95 --- /dev/null +++ b/recipes/bluez/obexd_0.17.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "OBEX Server and Client" +DEPENDS = "openobex glib-2.0 dbus bluez4" +RDEPENDS_${PN} += "glibc-gconv-utf-16" +LICENSE = "GPLv2" +PR = "r1" + +SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/obexd-${PV}.tar.gz \ + file://obexd_adding_some_macros.patch;patch=1" + +inherit autotools_stage + +FILES_${PN} += "${datadir}/dbus-1/" -- 1.6.3.3