diff options
-rw-r--r-- | meta-oe/recipes-support/lvm2/lvm2.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc index c6a9ec0f7..5f77fe627 100644 --- a/meta-oe/recipes-support/lvm2/lvm2.inc +++ b/meta-oe/recipes-support/lvm2/lvm2.inc | |||
@@ -28,6 +28,7 @@ EXTRA_OECONF = "--with-user= \ | |||
28 | --enable-pkgconfig \ | 28 | --enable-pkgconfig \ |
29 | --enable-dmeventd \ | 29 | --enable-dmeventd \ |
30 | --with-udev-prefix= \ | 30 | --with-udev-prefix= \ |
31 | --with-usrlibdir=${libdir} \ | ||
31 | " | 32 | " |
32 | 33 | ||
33 | PACKAGECONFIG += "${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}" | 34 | PACKAGECONFIG += "${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}" |
@@ -47,4 +48,3 @@ FILES_${PN} += "${libdir}/device-mapper/*.so ${base_libdir}/udev" | |||
47 | FILES_${PN}-dbg += "${libdir}/device-mapper/.debug" | 48 | FILES_${PN}-dbg += "${libdir}/device-mapper/.debug" |
48 | 49 | ||
49 | RDEPENDS_${PN} = "bash" | 50 | RDEPENDS_${PN} = "bash" |
50 | EXTRA_OECONF = "--with-usrlibdir=${libdir}" | ||