From 97662e9926f9edeea729a32a2a048e0207c9db1e Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 2 Nov 2003 23:20:41 +0000 Subject: [PATCH] Merge 2003/11/01 13:47:42+00:00 kano.org.uk!timh bluez-utils_2.3.oe: new file bluez-libs_2.4.oe: Put the headers in the right place and neatness apmd_3.2.0.oe: Correct the section attribute BKrev: 3fa59149j_3XTPOyATWwK86BUqZenQ --- apmd/apmd_3.2.0.oe | 2 +- bluez-libs/bluez-libs_2.4.oe | 28 ++++++++++++++++++++++++++++ bluez-utils/bluez-utils_2.3.oe | 0 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 bluez-utils/bluez-utils_2.3.oe diff --git a/apmd/apmd_3.2.0.oe b/apmd/apmd_3.2.0.oe index 16b8d3a..f8c8653 100644 --- a/apmd/apmd_3.2.0.oe +++ b/apmd/apmd_3.2.0.oe @@ -1,4 +1,4 @@ -S-ECTION="base" +SECTION="base" PRIORITY="required" MAINTAINER="Greg Gilbert " RDEPENDS="libc6" diff --git a/bluez-libs/bluez-libs_2.4.oe b/bluez-libs/bluez-libs_2.4.oe index e69de29..5118250 100644 --- a/bluez-libs/bluez-libs_2.4.oe +++ b/bluez-libs/bluez-libs_2.4.oe @@ -0,0 +1,28 @@ +SECTION="libs" +PRIORITY="optional" +RDEPENDS="libc6" +SECTION="libs" +DEPENDS=virtual/libc +PROVIDES=virtual/libbluetooth + +SRC_URI = "http://bluez.sourceforge.net/download/${PN}-${PV}.tar.gz" +S=${WORKDIR}/${P} + +inherit autotools libtool + +do_stage () { + install -m 0644 src/.libs/libbluetooth.a ${STAGING_LIBDIR}/ + install -m 0755 src/.libs/libbluetooth.so.1.0.2 ${STAGING_LIBDIR}/ + + ln -sf ${STAGING_LIBDIR}/libbluetooth.so.1.0.2 ${STAGING_LIBDIR}/libbluetooth.so.1 + ln -sf ${STAGING_LIBDIR}/libbluetooth.so.1.0.2 ${STAGING_LIBDIR}/libbluetooth.so + + install -d ${STAGING_DIR}/target/include/bluetooth + for X in bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h l2cap.h \ + sco.h rfcomm.h + do + install -m 0644 include/${X} ${STAGING_DIR}/target/include/bluetooth/${X} + done + +} + diff --git a/bluez-utils/bluez-utils_2.3.oe b/bluez-utils/bluez-utils_2.3.oe new file mode 100644 index 0000000..e69de29 -- 2.7.4