diff options
-rw-r--r-- | meta-oe/recipes-core/udev/udev_175.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/udev/udev_175.bb b/meta-oe/recipes-core/udev/udev_175.bb index e14dde2b62..2550db291a 100644 --- a/meta-oe/recipes-core/udev/udev_175.bb +++ b/meta-oe/recipes-core/udev/udev_175.bb | |||
@@ -50,7 +50,7 @@ EXTRA_OECONF += " \ | |||
50 | --libexecdir=${base_libdir}/udev \ | 50 | --libexecdir=${base_libdir}/udev \ |
51 | --with-rootlibdir=${base_libdir} \ | 51 | --with-rootlibdir=${base_libdir} \ |
52 | --disable-gtk-doc-html \ | 52 | --disable-gtk-doc-html \ |
53 | --with-systemdsystemunitdir=${base_libdir}/systemd/system/ \ | 53 | --with-systemdsystemunitdir=${systemd_unitdir}/system/ \ |
54 | " | 54 | " |
55 | 55 | ||
56 | do_configure_prepend() { | 56 | do_configure_prepend() { |
@@ -59,7 +59,7 @@ do_configure_prepend() { | |||
59 | 59 | ||
60 | PACKAGES =+ "${PN}-systemd libudev libgudev udev-utils udev-consolekit" | 60 | PACKAGES =+ "${PN}-systemd libudev libgudev udev-utils udev-consolekit" |
61 | 61 | ||
62 | FILES_${PN}-systemd = "${base_libdir}/systemd" | 62 | FILES_${PN}-systemd = "${systemd_unitdir}" |
63 | RDEPENDS_${PN}-systemd += "udev" | 63 | RDEPENDS_${PN}-systemd += "udev" |
64 | 64 | ||
65 | FILES_libudev = "${base_libdir}/libudev.so.*" | 65 | FILES_libudev = "${base_libdir}/libudev.so.*" |