diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-03-22 19:59:39 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-23 07:55:14 +0100 |
commit | 67b01371ec22e29b6d0f0e4259e69c0eec0284ab (patch) | |
tree | ca920467992cc02b5962b4d94c7ee4e5d77efb3c /meta-oe | |
parent | c43b2b36bc2f7795f12e8a537e24c65e3c5d4180 (diff) | |
download | meta-openembedded-67b01371ec22e29b6d0f0e4259e69c0eec0284ab.tar.gz |
udev_175: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-core
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-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 e14dde2b6..2550db291 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.*" |