diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-01-12 14:25:31 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-29 15:36:51 +0000 |
commit | 8754c8a9bf08f18cee9bd2f30fb80d2c44fded6f (patch) | |
tree | 5258862f5f7331cda8744e5068b4a5c016e6ee80 /meta/recipes-core | |
parent | 693d455b116f6fab29bcf2e672a2d4366cbb9b43 (diff) | |
download | poky-8754c8a9bf08f18cee9bd2f30fb80d2c44fded6f.tar.gz |
udev: remove obsolete dependency on acl
udev_acl was removed from udev in v182.
(From OE-Core rev: 060057d1aa769cefcea5928594927bc60901c804)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/udev/udev.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc index 7ea1778963..19e0e86506 100644 --- a/meta/recipes-core/udev/udev.inc +++ b/meta/recipes-core/udev/udev.inc | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | |||
12 | 12 | ||
13 | LDFLAGS += "-lrt" | 13 | LDFLAGS += "-lrt" |
14 | 14 | ||
15 | DEPENDS = "acl glib-2.0 libusb usbutils pciutils glib-2.0-native gperf-native libxslt-native util-linux" | 15 | DEPENDS = "glib-2.0 libusb usbutils pciutils glib-2.0-native gperf-native libxslt-native util-linux" |
16 | RPROVIDES_${PN} = "hotplug" | 16 | RPROVIDES_${PN} = "hotplug" |
17 | 17 | ||
18 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ | 18 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ |