diff options
Diffstat (limited to 'bluez-libs/bluez-libs_2.4.oe')
-rw-r--r-- | bluez-libs/bluez-libs_2.4.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bluez-libs/bluez-libs_2.4.oe b/bluez-libs/bluez-libs_2.4.oe index 041fc768f2..f84d93bab5 100644 --- a/bluez-libs/bluez-libs_2.4.oe +++ b/bluez-libs/bluez-libs_2.4.oe @@ -6,7 +6,7 @@ DEPENDS = "virtual/libc" PROVIDES = "virtual/libbluetooth" DESCRIPTION = "Linux Bluetooth Stack Libaries." -SRC_URI = "http://bluez.sourceforge.net/download/${PN}-${PV}.tar.gz" +SRC_URI = "http://bluez.sourceforge.net/download/bluez-libs-${PV}.tar.gz" inherit autotools libtool @@ -17,11 +17,11 @@ do_stage () { 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 + install -d ${STAGING_INCDIR}/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} + install -m 0644 include/${X} ${STAGING_INCDIR}/bluetooth/${X} done install -m 0644 src/.libs/libbluetooth.lai ${STAGING_LIBDIR}/libbluetooth.la } |