diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-03-22 19:59:40 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-23 07:55:14 +0100 |
commit | 28d718f1eee620c1e19e68d1542c0af2014da45f (patch) | |
tree | 40e28c1a8ddb1a67b3da7efa23381c26be088eac /meta-oe | |
parent | 67b01371ec22e29b6d0f0e4259e69c0eec0284ab (diff) | |
download | meta-openembedded-28d718f1eee620c1e19e68d1542c0af2014da45f.tar.gz |
udev_182: 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_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.*" |