aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev
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:44 +0000
commitaa1224e4d83a4273848ba7601162157f5e415e30 (patch)
treef1f4f8d453c717e192fffe1e6f0c56a2d4d4cb6d /meta/recipes-core/udev
parentcc583b20a8d924f2c0c9754b71740449762d7391 (diff)
downloadopenembedded-core-contrib-aa1224e4d83a4273848ba7601162157f5e415e30.tar.gz
udev: fix typo
Fix the typo in the RDEPENDS statement to make it have real effect. 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')
-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 \
file://init"
inherit autotools pkgconfig update-rc.d ptest
-+RDEPENDS_${PN}-ptest += "make"
+RDEPENDS_${PN}-ptest += "make"
libexecdir = "${base_libdir}"
EXTRA_OECONF = "--disable-introspection \