diff options
| author | Amarnath Valluri <amarnath.valluri@intel.com> | 2017-02-23 11:05:41 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-23 23:22:58 +0100 |
| commit | 2320db653871e08c1b44a49cec688e596cac0efb (patch) | |
| tree | bad638defc08786883c5e9ea4b64818932bd9057 | |
| parent | 38d7aaa6e01032ef83f7904fd5d8f1d10145e7ad (diff) | |
| download | meta-openembedded-2320db653871e08c1b44a49cec688e596cac0efb.tar.gz | |
lvm2: Replace 'lib' with ${nonarch_base_libdir} for placing udev rules.
Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/lvm2/lvm2.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc index e0a126e148..2bb0134176 100644 --- a/meta-oe/recipes-support/lvm2/lvm2.inc +++ b/meta-oe/recipes-support/lvm2/lvm2.inc | |||
| @@ -38,7 +38,7 @@ PACKAGECONFIG[odirect] = "--enable-o_direct,--disable-o_direct" | |||
| 38 | PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline" | 38 | PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline" |
| 39 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux" | 39 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux" |
| 40 | PACKAGECONFIG[thin-provisioning-tools] = "--with-thin=internal,--with-thin=none,,thin-provisioning-tools" | 40 | PACKAGECONFIG[thin-provisioning-tools] = "--with-thin=internal,--with-thin=none,,thin-provisioning-tools" |
| 41 | PACKAGECONFIG[udev] = "--enable-udev_sync --enable-udev_rules --with-udev-prefix=,--disable-udev_sync --disable-udev_rules,udev" | 41 | PACKAGECONFIG[udev] = "--enable-udev_sync --enable-udev_rules --with-udevdir=${nonarch_base_libdir}/udev/rules.d,--disable-udev_sync --disable-udev_rules,udev" |
| 42 | 42 | ||
| 43 | # Unset user/group to unbreak install. | 43 | # Unset user/group to unbreak install. |
| 44 | EXTRA_OECONF = "--with-user= \ | 44 | EXTRA_OECONF = "--with-user= \ |
| @@ -83,7 +83,7 @@ SYSTEMD_AUTO_ENABLE = "disable" | |||
| 83 | 83 | ||
| 84 | TARGET_CC_ARCH += "${LDFLAGS}" | 84 | TARGET_CC_ARCH += "${LDFLAGS}" |
| 85 | 85 | ||
| 86 | FILES_${PN} += "${libdir}/device-mapper/*.so ${base_libdir}/udev" | 86 | FILES_${PN} += "${libdir}/device-mapper/*.so ${nonarch_base_libdir}/udev" |
| 87 | FILES_${PN}-scripts = " \ | 87 | FILES_${PN}-scripts = " \ |
| 88 | ${sbindir}/blkdeactivate \ | 88 | ${sbindir}/blkdeactivate \ |
| 89 | ${sbindir}/fsadm \ | 89 | ${sbindir}/fsadm \ |
