diff options
author | Ross Burton <ross.burton@intel.com> | 2013-01-21 12:15:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-21 12:44:54 +0000 |
commit | 600ea90263fee72cedea8712d535372fc96fdc13 (patch) | |
tree | 47962923e11a864ba50712b9c96fdae0abb93fd3 /meta/recipes-core | |
parent | e07e0f80d6c794adf154be74eca503d191c35cc6 (diff) | |
download | poky-600ea90263fee72cedea8712d535372fc96fdc13.tar.gz |
systemd: fix typo in FILES
Accidently managed to corrupt FILES_udev.
(From OE-Core rev: b1d8187f66d9646a53928fe288085f4605bc43ef)
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_196.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_196.bb b/meta/recipes-core/systemd/systemd_196.bb index 85bb4f9884..ba42a40aa2 100644 --- a/meta/recipes-core/systemd/systemd_196.bb +++ b/meta/recipes-core/systemd/systemd_196.bb | |||
@@ -197,7 +197,7 @@ RDEPENDS_udev += "udev-utils" | |||
197 | RPROVIDES_udev = "hotplug" | 197 | RPROVIDES_udev = "hotplug" |
198 | 198 | ||
199 | FILES_udev += "${base_sbindir}/udevd \ | 199 | FILES_udev += "${base_sbindir}/udevd \ |
200 | /libstemd-udevd \ | 200 | ${base_libdir}/systemd/systemd-udevd \ |
201 | /lib/udev/accelerometer \ | 201 | /lib/udev/accelerometer \ |
202 | /lib/udev/ata_id \ | 202 | /lib/udev/ata_id \ |
203 | /lib/udev/cdrom_id \ | 203 | /lib/udev/cdrom_id \ |