diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-01-23 15:10:39 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-28 12:34:48 +0000 |
commit | 37f60133420af5f9fbcdb23affbc6c1fb016112f (patch) | |
tree | 45af81d8392e964dad6d55bfad28495056447cd1 /meta/recipes-core | |
parent | 6eaf5b8525503b57ef1b29fd4e4147488c34eb77 (diff) | |
download | poky-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')
-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 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 | ||
33 | inherit autotools pkgconfig update-rc.d ptest | 33 | inherit autotools pkgconfig update-rc.d ptest |
34 | +RDEPENDS_${PN}-ptest += "make" | 34 | RDEPENDS_${PN}-ptest += "make" |
35 | 35 | ||
36 | libexecdir = "${base_libdir}" | 36 | libexecdir = "${base_libdir}" |
37 | EXTRA_OECONF = "--disable-introspection \ | 37 | EXTRA_OECONF = "--disable-introspection \ |