diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /bluez-sdp | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'bluez-sdp')
-rw-r--r-- | bluez-sdp/bluez-sdp_1.5.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bluez-sdp/bluez-sdp_1.5.oe b/bluez-sdp/bluez-sdp_1.5.oe index 69c1031a2d..107817c775 100644 --- a/bluez-sdp/bluez-sdp_1.5.oe +++ b/bluez-sdp/bluez-sdp_1.5.oe @@ -6,9 +6,9 @@ DEPENDS = "virtual/libc virtual/libbluetooth" PROVIDES = "virtual/libsdp" DESCRIPTION = "BlueZ Bluetooth SDP daemon and tool." -SRC_URI = "http://bluez.sourceforge.net/download/${PN}-${PV}.tar.gz" +SRC_URI = "http://bluez.sourceforge.net/download/bluez-sdp-${PV}.tar.gz" -EXTRA_OECONF:="--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_DIR}/target/include" +EXTRA_OECONF:="--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}" LDFLAGS_prepend = "-L${S}/libs " inherit autotools libtool @@ -23,7 +23,7 @@ do_stage () { for X in sdp.h sdp_lib.h do - install -m 0644 include/${X} ${STAGING_DIR}/target/include/bluetooth/${X} + install -m 0644 include/${X} ${STAGING_INCDIR}/bluetooth/${X} done } |