openobex: convert to the new rshlibs world order.
This commit is contained in:
parent
0e589d31fd
commit
01ccf91073
4 changed files with 4 additions and 4 deletions
|
@ -1 +1,2 @@
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
libusb-0.1.so.4
|
||||||
|
|
|
@ -5,9 +5,8 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the shared library provided by openobex."
|
This package contains the shared library provided by openobex."
|
||||||
|
|
||||||
revision=3
|
revision=4
|
||||||
|
|
||||||
Add_dependency run libusb-compat
|
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
libopenobex.so.1
|
libopenobex.so.1
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
libbluetooth.so.3
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'openobex'
|
# Template file for 'openobex'
|
||||||
pkgname=openobex
|
pkgname=openobex
|
||||||
version=1.5
|
version=1.5
|
||||||
revision=2
|
revision=3
|
||||||
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.bz2"
|
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-apps --enable-irda --enable-bluetooth --enable-usb"
|
configure_args="--enable-apps --enable-irda --enable-bluetooth --enable-usb"
|
||||||
|
@ -20,6 +20,5 @@ long_desc="
|
||||||
|
|
||||||
subpackages="libopenobex libopenobex-devel"
|
subpackages="libopenobex libopenobex-devel"
|
||||||
Add_dependency run libusb-compat
|
Add_dependency run libusb-compat
|
||||||
Add_dependency run libbluetooth
|
|
||||||
Add_dependency build libusb-compat-devel
|
Add_dependency build libusb-compat-devel
|
||||||
Add_dependency build libbluetooth-devel
|
Add_dependency build libbluetooth-devel
|
||||||
|
|
Loading…
Reference in a new issue