summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2011-12-22 19:01:38 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-24 10:05:45 +0000
commitf9557f3bf74cd4d634cf91c7b7c489534e9e6a9a (patch)
tree3a767fdf02758a01c656a8fe41c5f73eefa8748e /meta/recipes-core/udev
parent4cbbf2737db69d4bb6d536ed304eea7e68dfb037 (diff)
downloadpoky-f9557f3bf74cd4d634cf91c7b7c489534e9e6a9a.tar.gz
udev: Remove linux-libc-headers dependency
The linux-libc-headers dependency is not needed, as it is automatically inherited from the libc and other dependencies. (From OE-Core rev: 1e4ae48779ae80986ada338e6cb0d382d479e30e) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/udev')
-rw-r--r--meta/recipes-core/udev/udev-new.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/udev/udev-new.inc b/meta/recipes-core/udev/udev-new.inc
index e302c03f29..198336b81f 100644
--- a/meta/recipes-core/udev/udev-new.inc
+++ b/meta/recipes-core/udev/udev-new.inc
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
10 file://libudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ 10 file://libudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
11 file://extras/gudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" 11 file://extras/gudev/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
12 12
13DEPENDS = "acl glib-2.0 libusb usbutils pciutils linux-libc-headers gperf-native libxslt-native" 13DEPENDS = "acl glib-2.0 libusb usbutils pciutils gperf-native libxslt-native"
14RPROVIDES_${PN} = "hotplug" 14RPROVIDES_${PN} = "hotplug"
15RRECOMMENDS_${PN} += "udev-extraconf udev-cache usbutils-ids pciutils-ids" 15RRECOMMENDS_${PN} += "udev-extraconf udev-cache usbutils-ids pciutils-ids"
16RDEPENDS_libudev = "${PN} (= ${EXTENDPKGV})" 16RDEPENDS_libudev = "${PN} (= ${EXTENDPKGV})"