From acb5c00bad89fe7223e13feaf4d5edf808af1ec3 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 18 Apr 2013 14:27:13 +0100 Subject: udev: disable systemd support If we want systemd support we use systemd's udev, so disable systemd support in this udev to avoid packaging the unit files. (From OE-Core rev: 36aa37e693bcb76a96761847dbef6a015d96fd98) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-core/udev/udev.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta') diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc index 8df40a46f3..dd250f7491 100644 --- a/meta/recipes-core/udev/udev.inc +++ b/meta/recipes-core/udev/udev.inc @@ -42,6 +42,7 @@ EXTRA_OECONF = "--disable-introspection \ --libexecdir=${nonarch_base_libdir} \ --with-rootlibdir=${base_libdir} \ --with-rootprefix= \ + --without-systemdsystemunitdir \ " PACKAGES =+ "udev-utils udev-cache" -- cgit v1.2.3-54-g00ecf