bluez: rebuild against libudev-183.
This commit is contained in:
parent
e6abbeba1c
commit
acee346ee3
@ -6,4 +6,4 @@ libpthread.so.0
|
|||||||
libcap-ng.so.0
|
libcap-ng.so.0
|
||||||
libdl.so.2
|
libdl.so.2
|
||||||
libreadline.so.6
|
libreadline.so.6
|
||||||
libudev.so.0
|
libudev.so.1
|
||||||
|
11
srcpkgs/bluez/patches/udev-183.patch
Normal file
11
srcpkgs/bluez/patches/udev-183.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- tools/hid2hci.c.orig 2012-05-26 16:50:39.734627361 +0200
|
||||||
|
+++ tools/hid2hci.c 2012-05-26 16:50:52.229332774 +0200
|
||||||
|
@@ -293,7 +293,7 @@ int main(int argc, char *argv[])
|
||||||
|
goto exit;
|
||||||
|
}
|
||||||
|
|
||||||
|
- snprintf(syspath, sizeof(syspath), "%s/%s", udev_get_sys_path(udev), devpath);
|
||||||
|
+ snprintf(syspath, sizeof(syspath), "%s/%s", "/sys", devpath);
|
||||||
|
udev_dev = udev_device_new_from_syspath(udev, syspath);
|
||||||
|
if (udev_dev == NULL) {
|
||||||
|
fprintf(stderr, "error: could not find '%s'\n", devpath);
|
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'bluez'
|
# Template file for 'bluez'
|
||||||
pkgname=bluez
|
pkgname=bluez
|
||||||
version=4.99
|
version=4.99
|
||||||
revision=4
|
revision=5
|
||||||
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
|
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--libexecdir=/lib --enable-gstreamer --enable-dund
|
configure_args="--libexecdir=/lib --enable-gstreamer --enable-dund
|
||||||
@ -9,7 +9,7 @@ configure_args="--libexecdir=/lib --enable-gstreamer --enable-dund
|
|||||||
--enable-hid2hci --enable-dfutool --enable-hidd --enable-pand
|
--enable-hid2hci --enable-dfutool --enable-hidd --enable-pand
|
||||||
--enable-cups --enable-capng --enable-pnat --enable-wiimote --disable-test"
|
--enable-cups --enable-capng --enable-pnat --enable-wiimote --disable-test"
|
||||||
subpackages="bluez-alsa bluez-compat bluez-gstreamer libbluetooth libbluetooth-devel"
|
subpackages="bluez-alsa bluez-compat bluez-gstreamer libbluetooth libbluetooth-devel"
|
||||||
makedepends="pkg-config flex libudev-devel readline-devel gst-plugins-base-devel dbus-devel glib-devel libusb-compat-devel libcap-ng-devel libsndfile-devel cups-devel"
|
makedepends="pkg-config flex libudev-devel>=183 readline-devel gst-plugins-base-devel dbus-devel glib-devel libusb-compat-devel libcap-ng-devel libsndfile-devel cups-devel"
|
||||||
short_desc="Bluetooth tools and daemons"
|
short_desc="Bluetooth tools and daemons"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.bluez.org/"
|
homepage="http://www.bluez.org/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user