diff options
author | Ross Burton <ross.burton@intel.com> | 2013-02-21 16:29:58 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-26 22:42:37 +0000 |
commit | 69abfae6c81c8d7e7920817a55c3bea84615446d (patch) | |
tree | 0755c68b3d0a72e90d62090910490e3db0a60587 /meta | |
parent | 996b3e344838db40ef8ef17efd719b830c23fa40 (diff) | |
download | openembedded-core-69abfae6c81c8d7e7920817a55c3bea84615446d.tar.gz openembedded-core-69abfae6c81c8d7e7920817a55c3bea84615446d.tar.bz2 openembedded-core-69abfae6c81c8d7e7920817a55c3bea84615446d.zip |
systemd: don't depend on the PCI/USB databases
systemd ships its own databases (hwdb), so we don't need another copy.
--with-pci-ids isn't recognised by configure, so remove it.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/systemd/systemd_197.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index 9a66a4e9ab..56ced66b01 100644 --- a/meta/recipes-core/systemd/systemd_197.bb +++ b/meta/recipes-core/systemd/systemd_197.bb @@ -61,7 +61,6 @@ EXTRA_OECONF = " --with-rootprefix=${base_prefix} \ --disable-manpages \ --disable-coredump \ --disable-introspection \ - --with-pci-ids-path=/usr/share/misc \ --disable-tcpwrap \ --enable-split-usr \ --disable-microhttpd \ @@ -187,7 +186,7 @@ FILES_udev-dbg += "/lib/udev/.debug" RDEPENDS_udev += "udev-utils" RPROVIDES_udev = "hotplug" -RRECOMMENDS_udev += "udev-extraconf usbutils-ids pciutils-ids" +RRECOMMENDS_udev += "udev-extraconf" FILES_udev += "${base_sbindir}/udevd \ ${base_libdir}/systemd/systemd-udevd \ |