diff options
author | Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2016-03-01 02:53:18 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-02 22:39:44 +0000 |
commit | 5f6169348bf7c30de7306688d679f5d71134ca09 (patch) | |
tree | 157e68aceee1de449d074335b8147c9682bc6788 /meta/recipes-bsp/usbutils/usbutils_008.bb | |
parent | c89b777c355b55761e294d122235a274bba6c07f (diff) | |
download | poky-5f6169348bf7c30de7306688d679f5d71134ca09.tar.gz |
usbutils: Fix for new eudev implementation
usbutils was only compatible with systemds udev, since we now
provide a udev alternative compatible with upstream systemds udev,
we can now use the newer version of usbutils along with it too.
(From OE-Core rev: 93ff871ec1141d2840ffd4a6b8617023fae3d23f)
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/usbutils/usbutils_008.bb')
-rw-r--r-- | meta/recipes-bsp/usbutils/usbutils_008.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-bsp/usbutils/usbutils_008.bb b/meta/recipes-bsp/usbutils/usbutils_008.bb index 0f2d8d47c4..75312c3aa2 100644 --- a/meta/recipes-bsp/usbutils/usbutils_008.bb +++ b/meta/recipes-bsp/usbutils/usbutils_008.bb | |||
@@ -6,7 +6,7 @@ SECTION = "base" | |||
6 | LICENSE = "GPLv2+" | 6 | LICENSE = "GPLv2+" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
8 | 8 | ||
9 | DEPENDS = "libusb zlib virtual/libiconv systemd" | 9 | DEPENDS = "libusb zlib virtual/libiconv udev" |
10 | 10 | ||
11 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz \ | 11 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz \ |
12 | file://usb-devices-avoid-dependency-on-bash.patch \ | 12 | file://usb-devices-avoid-dependency-on-bash.patch \ |
@@ -18,9 +18,6 @@ SRC_URI[md5sum] = "cb20148c2e784577e924a7b4c560c8fb" | |||
18 | SRC_URI[sha256sum] = "6d5f16c2961df37e22e492c736a3e162a8fde24480f23a40d85f79af80d3fe95" | 18 | SRC_URI[sha256sum] = "6d5f16c2961df37e22e492c736a3e162a8fde24480f23a40d85f79af80d3fe95" |
19 | 19 | ||
20 | inherit autotools gettext pkgconfig distro_features_check | 20 | inherit autotools gettext pkgconfig distro_features_check |
21 | # This version of usbutils relies on the udev from systemd, so unless | ||
22 | # we can decouple udev from system, we require systemd for now. | ||
23 | REQUIRED_DISTRO_FEATURES = "systemd" | ||
24 | 21 | ||
25 | FILES_${PN}-dev += "${datadir}/pkgconfig" | 22 | FILES_${PN}-dev += "${datadir}/pkgconfig" |
26 | 23 | ||