From: Chen Qi Date: Thu, 23 Jan 2014 07:10:39 +0000 (+0800) Subject: udev: fix typo X-Git-Tag: 2015-4~3887 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=aa1224e4d83a4273848ba7601162157f5e415e30;p=openembedded-core.git 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 --- 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 \