diff options
author | Greg Gilbert <greg@treke.net> | 2004-11-11 07:58:02 +0000 |
---|---|---|
committer | Greg Gilbert <greg@treke.net> | 2004-11-11 07:58:02 +0000 |
commit | dd81b9c0783482953b934ad6f9db20af42bc649a (patch) | |
tree | bae3c52c29e6110e92394e5e8d058935efa1b235 /bluez-libs | |
parent | b8c6f9c62a4d235d9a40508e60e711e187428ca5 (diff) |
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
Diffstat (limited to 'bluez-libs')
-rw-r--r-- | bluez-libs/bluez-libs_2.10.oe | 20 | ||||
-rw-r--r-- | bluez-libs/bluez-libs_2.8.oe | 1 |
2 files changed, 21 insertions, 0 deletions
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" |