From aa1224e4d83a4273848ba7601162157f5e415e30 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Thu, 23 Jan 2014 15:10:39 +0800 Subject: udev: fix typo Fix the typo in the RDEPENDS statement to make it have real effect. Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- meta/recipes-core/udev/udev.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/udev') 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 \ -- cgit 1.2.3-korg