openobex: convert to the new rshlibs world order.

This commit is contained in:
davehome 2011-11-16 20:17:28 -07:00
parent 0e589d31fd
commit 01ccf91073
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1,2 @@
libc.so.6
libusb-0.1.so.4

View File

@ -5,9 +5,8 @@ long_desc="${long_desc}
This package contains the shared library provided by openobex."
revision=3
revision=4
Add_dependency run libusb-compat
do_install()
{

View File

@ -1,2 +1,3 @@
libopenobex.so.1
libc.so.6
libbluetooth.so.3

View File

@ -1,7 +1,7 @@
# Template file for 'openobex'
pkgname=openobex
version=1.5
revision=2
revision=3
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.bz2"
build_style=gnu-configure
configure_args="--enable-apps --enable-irda --enable-bluetooth --enable-usb"
@ -20,6 +20,5 @@ long_desc="
subpackages="libopenobex libopenobex-devel"
Add_dependency run libusb-compat
Add_dependency run libbluetooth
Add_dependency build libusb-compat-devel
Add_dependency build libbluetooth-devel