mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
udev: bump to 173
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
55cea3b5ef
commit
db185234b4
@ -3,7 +3,7 @@
|
|||||||
# udev
|
# udev
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
UDEV_VERSION = 172
|
UDEV_VERSION = 173
|
||||||
UDEV_SOURCE = udev-$(UDEV_VERSION).tar.bz2
|
UDEV_SOURCE = udev-$(UDEV_VERSION).tar.bz2
|
||||||
UDEV_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/hotplug/
|
UDEV_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/hotplug/
|
||||||
|
|
||||||
@ -19,11 +19,11 @@ ifeq ($(BR2_PACKAGE_UDEV_ALL_EXTRAS),y)
|
|||||||
UDEV_DEPENDENCIES += libusb libusb-compat acl usbutils hwdata libglib2
|
UDEV_DEPENDENCIES += libusb libusb-compat acl usbutils hwdata libglib2
|
||||||
UDEV_CONF_OPT += \
|
UDEV_CONF_OPT += \
|
||||||
--with-pci-ids-path=$(TARGET_DIR)/usr/share/hwdata/pci.ids \
|
--with-pci-ids-path=$(TARGET_DIR)/usr/share/hwdata/pci.ids \
|
||||||
--with-usb-ids-path=$(TARGET_DIR)/usr/share/hwdata/usb.ids
|
--with-usb-ids-path=$(TARGET_DIR)/usr/share/hwdata/usb.ids \
|
||||||
|
--enable-udev_acl
|
||||||
else
|
else
|
||||||
UDEV_CONF_OPT += \
|
UDEV_CONF_OPT += \
|
||||||
--disable-hwdb \
|
--disable-hwdb \
|
||||||
--disable-udev_acl \
|
|
||||||
--disable-gudev
|
--disable-gudev
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user