[oe-commits] Chen Qi : udev: fix typo

git at git.openembedded.org git at git.openembedded.org
Sun Feb 2 11:26:01 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: aa1224e4d83a4273848ba7601162157f5e415e30
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=aa1224e4d83a4273848ba7601162157f5e415e30

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Thu Jan 23 15:10:39 2014 +0800

udev: fix typo

Fix the typo in the RDEPENDS statement to make it have real effect.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/udev/udev.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 \



More information about the Openembedded-commits mailing list