From dd81b9c0783482953b934ad6f9db20af42bc649a Mon Sep 17 00:00:00 2001 From: Greg Gilbert Date: Thu, 11 Nov 2004 07:58:02 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages-devel into olddog.home.treke.net:/home/ggilbert/oe/packages 2004/11/10 23:56:46-08:00 treke.net!ggilbert Adding license field to numerous oe's BKrev: 41931b8aM9b0i5CGPNUKzDjvOBgvjw --- bluez-libs/bluez-libs_2.10.oe | 20 ++++++++++++++++++++ bluez-libs/bluez-libs_2.8.oe | 1 + 2 files changed, 21 insertions(+) (limited to 'bluez-libs') diff --git a/bluez-libs/bluez-libs_2.10.oe b/bluez-libs/bluez-libs_2.10.oe index e69de29bb2..5814294897 100644 --- a/bluez-libs/bluez-libs_2.10.oe +++ b/bluez-libs/bluez-libs_2.10.oe @@ -0,0 +1,20 @@ +DESCRIPTION = "Linux Bluetooth Stack Userland Libaries." +SECTION = "libs" +PRIORITY = "optional" +LICENSE = "GPL" + +SRC_URI = "http://bluez.sourceforge.net/download/bluez-libs-${PV}.tar.gz" + +inherit autotools + +HEADERS = "bluetooth.h bnep.h cmtp.h hci.h hci_lib.h hci_uart.h hci_vhci.h hidp.h l2cap.h rfcomm.h sco.h sdp.h sdp_lib.h" + +do_stage() { + oe_libinstall -a -so -C src libbluetooth ${STAGING_LIBDIR} + + install -d ${STAGING_INCDIR}/bluetooth/ + for f in ${HEADERS} + do + install -m 0644 include/$f ${STAGING_INCDIR}/bluetooth/$f + done +} diff --git a/bluez-libs/bluez-libs_2.8.oe b/bluez-libs/bluez-libs_2.8.oe index e33fd608e5..5814294897 100644 --- a/bluez-libs/bluez-libs_2.8.oe +++ b/bluez-libs/bluez-libs_2.8.oe @@ -1,6 +1,7 @@ DESCRIPTION = "Linux Bluetooth Stack Userland Libaries." SECTION = "libs" PRIORITY = "optional" +LICENSE = "GPL" SRC_URI = "http://bluez.sourceforge.net/download/bluez-libs-${PV}.tar.gz" -- cgit v1.2.3