diff options
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-core/udev/udev_182.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/udev/udev_182.bb b/meta-oe/recipes-core/udev/udev_182.bb index a7bf06851..f2bdd757e 100644 --- a/meta-oe/recipes-core/udev/udev_182.bb +++ b/meta-oe/recipes-core/udev/udev_182.bb | |||
@@ -44,7 +44,7 @@ EXTRA_OECONF += " \ | |||
44 | --with-rootlibdir=${base_libdir} \ | 44 | --with-rootlibdir=${base_libdir} \ |
45 | --with-rootprefix= \ | 45 | --with-rootprefix= \ |
46 | --disable-gtk-doc-html \ | 46 | --disable-gtk-doc-html \ |
47 | --with-systemdsystemunitdir=${base_libdir}/systemd/system/ \ | 47 | --with-systemdsystemunitdir=${systemd_unitdir}/system/ \ |
48 | " | 48 | " |
49 | 49 | ||
50 | do_configure_prepend() { | 50 | do_configure_prepend() { |
@@ -53,7 +53,7 @@ do_configure_prepend() { | |||
53 | 53 | ||
54 | PACKAGES =+ "${PN}-systemd libudev libgudev udev-consolekit udev-utils" | 54 | PACKAGES =+ "${PN}-systemd libudev libgudev udev-consolekit udev-utils" |
55 | 55 | ||
56 | FILES_${PN}-systemd = "${base_libdir}/systemd" | 56 | FILES_${PN}-systemd = "${systemd_unitdir}" |
57 | RDEPENDS_${PN}-systemd += "udev" | 57 | RDEPENDS_${PN}-systemd += "udev" |
58 | 58 | ||
59 | FILES_libudev = "${base_libdir}/libudev.so.*" | 59 | FILES_libudev = "${base_libdir}/libudev.so.*" |