[oe-commits] [meta-openembedded] 07/15: libdevmapper: Install dmsetup

git at git.openembedded.org git at git.openembedded.org
Fri Sep 14 04:50:40 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit e345b0f3edb4bf5ef36107aa383a161f1ab5694c
Author: Andrew Bresticker <abrestic at waymo.com>
AuthorDate: Wed Sep 12 14:22:55 2018 -0700

    libdevmapper: Install dmsetup
    
    Commit 6aa1dd223a140 ("lvm2/libdevmapper: fix invoking lvcreate failed")
    accidentally removed installation of dmsetup as part of the libdevmapper
    recipe. Add it back by explicitly installing it in do_install().
    
    Signed-off-by: Andrew Bresticker <abrestic at waymo.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/lvm2/libdevmapper_2.02.180.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/lvm2/libdevmapper_2.02.180.bb b/meta-oe/recipes-support/lvm2/libdevmapper_2.02.180.bb
index f3f11ef..26af327 100644
--- a/meta-oe/recipes-support/lvm2/libdevmapper_2.02.180.bb
+++ b/meta-oe/recipes-support/lvm2/libdevmapper_2.02.180.bb
@@ -9,6 +9,7 @@ TARGET_CC_ARCH += "${LDFLAGS}"
 
 do_install() {
     oe_runmake 'DESTDIR=${D}' -C libdm install
+    oe_runmake 'DESTDIR=${D}' -C tools install_device-mapper
 }
 
 RRECOMMENDS_${PN}_append_class-target = " lvm2-udevrules"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list