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:43:02 +0000 |
| commit | b5975394f709e1d170534b3244561922c1b35fe1 (patch) | |
| tree | 03c04966bb5ce4024f5997696c6f9c864908b0b5 /meta/recipes-core | |
| parent | aeaee7155ecb2a2401a531b2fe2231688ad59911 (diff) | |
| download | poky-b5975394f709e1d170534b3244561922c1b35fe1.tar.gz | |
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.
(From OE-Core rev: 69abfae6c81c8d7e7920817a55c3bea84615446d)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
| -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} \ | |||
| 61 | --disable-manpages \ | 61 | --disable-manpages \ |
| 62 | --disable-coredump \ | 62 | --disable-coredump \ |
| 63 | --disable-introspection \ | 63 | --disable-introspection \ |
| 64 | --with-pci-ids-path=/usr/share/misc \ | ||
| 65 | --disable-tcpwrap \ | 64 | --disable-tcpwrap \ |
| 66 | --enable-split-usr \ | 65 | --enable-split-usr \ |
| 67 | --disable-microhttpd \ | 66 | --disable-microhttpd \ |
| @@ -187,7 +186,7 @@ FILES_udev-dbg += "/lib/udev/.debug" | |||
| 187 | 186 | ||
| 188 | RDEPENDS_udev += "udev-utils" | 187 | RDEPENDS_udev += "udev-utils" |
| 189 | RPROVIDES_udev = "hotplug" | 188 | RPROVIDES_udev = "hotplug" |
| 190 | RRECOMMENDS_udev += "udev-extraconf usbutils-ids pciutils-ids" | 189 | RRECOMMENDS_udev += "udev-extraconf" |
| 191 | 190 | ||
| 192 | FILES_udev += "${base_sbindir}/udevd \ | 191 | FILES_udev += "${base_sbindir}/udevd \ |
| 193 | ${base_libdir}/systemd/systemd-udevd \ | 192 | ${base_libdir}/systemd/systemd-udevd \ |
