diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/udev/udev.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ | |||
31 | file://init" | 31 | file://init" |
32 | 32 | ||
33 | inherit autotools pkgconfig update-rc.d ptest | 33 | inherit autotools pkgconfig update-rc.d ptest |
34 | +RDEPENDS_${PN}-ptest += "make" | 34 | RDEPENDS_${PN}-ptest += "make" |
35 | 35 | ||
36 | libexecdir = "${base_libdir}" | 36 | libexecdir = "${base_libdir}" |
37 | EXTRA_OECONF = "--disable-introspection \ | 37 | EXTRA_OECONF = "--disable-introspection \ |