summaryrefslogtreecommitdiff
path: root/bluez-libs
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /bluez-libs
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'bluez-libs')
-rw-r--r--bluez-libs/bluez-libs_2.4.oe6
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
}