From: Chen Qi Date: Thu, 23 Jan 2014 07:10:39 +0000 (+0800) Subject: udev: fix typo X-Git-Tag: rev_ivi_2015_02_04~9481 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6115dce2dca577f4b41c7e112ec28b82382a71f;p=scm%2Fbb%2Ftizen-distro.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc index 3190731..1b22525 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 \