diff options
author | Ross Burton <ross.burton@intel.com> | 2013-04-18 14:27:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-18 21:12:23 +0100 |
commit | acb5c00bad89fe7223e13feaf4d5edf808af1ec3 (patch) | |
tree | d75e9ad89cecacacca16bf1a19462862e7b595dc | |
parent | a9e6e56b3725bb6e55f3a1a8f25c1577c4610aa2 (diff) | |
download | poky-acb5c00bad89fe7223e13feaf4d5edf808af1ec3.tar.gz |
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 <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/udev/udev.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ | |||
42 | --libexecdir=${nonarch_base_libdir} \ | 42 | --libexecdir=${nonarch_base_libdir} \ |
43 | --with-rootlibdir=${base_libdir} \ | 43 | --with-rootlibdir=${base_libdir} \ |
44 | --with-rootprefix= \ | 44 | --with-rootprefix= \ |
45 | --without-systemdsystemunitdir \ | ||
45 | " | 46 | " |
46 | 47 | ||
47 | PACKAGES =+ "udev-utils udev-cache" | 48 | PACKAGES =+ "udev-utils udev-cache" |