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-pan | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'bluez-pan')
-rw-r--r-- | bluez-pan/bluez-pan_1.1.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bluez-pan/bluez-pan_1.1.oe b/bluez-pan/bluez-pan_1.1.oe index 69948c3c9d..b83fc98555 100644 --- a/bluez-pan/bluez-pan_1.1.oe +++ b/bluez-pan/bluez-pan_1.1.oe @@ -5,8 +5,8 @@ SECTION = "libs" DEPENDS = "virtual/libc virtual/libbluetooth virtual/libsdp" DESCRIPTION = "Personal area networking for Bluetooth devices." -SRC_URI = "http://bluez.sourceforge.net/download/${PN}-${PV}.tar.gz" +SRC_URI = "http://bluez.sourceforge.net/download/bluez-pan-${PV}.tar.gz" -EXTRA_OECONF:="--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_DIR}/target/include --with-sdp-libs=${STAGING_LIBDIR} --with-sdp-includes=${STAGING_DIR}/target/include" +EXTRA_OECONF:="--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR} --with-sdp-libs=${STAGING_LIBDIR} --with-sdp-includes=${STAGING_INCDIR}" inherit autotools libtool |