mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
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 <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user