summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev/udev.inc
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2014-01-23 15:10:39 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-28 12:34:48 +0000
commit37f60133420af5f9fbcdb23affbc6c1fb016112f (patch)
tree45af81d8392e964dad6d55bfad28495056447cd1 /meta/recipes-core/udev/udev.inc
parent6eaf5b8525503b57ef1b29fd4e4147488c34eb77 (diff)
downloadpoky-37f60133420af5f9fbcdb23affbc6c1fb016112f.tar.gz
udev: fix typo
Fix the typo in the RDEPENDS statement to make it have real effect. (From OE-Core rev: aa1224e4d83a4273848ba7601162157f5e415e30) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/udev/udev.inc')
-rw-r--r--meta/recipes-core/udev/udev.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc
index 3190731a6a..1b22525436 100644
--- a/meta/recipes-core/udev/udev.inc
+++ b/meta/recipes-core/udev/udev.inc
@@ -31,7 +31,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
31 file://init" 31 file://init"
32 32
33inherit autotools pkgconfig update-rc.d ptest 33inherit autotools pkgconfig update-rc.d ptest
34+RDEPENDS_${PN}-ptest += "make" 34RDEPENDS_${PN}-ptest += "make"
35 35
36libexecdir = "${base_libdir}" 36libexecdir = "${base_libdir}"
37EXTRA_OECONF = "--disable-introspection \ 37EXTRA_OECONF = "--disable-introspection \