[oe-commits] [meta-openembedded] 01/97: libdevmapper: enable native support.

git at git.openembedded.org git at git.openembedded.org
Tue May 23 14:01:22 UTC 2017


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

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

commit 3750f277a40ecdbc5dc61bf59c10b71e71eb46dc
Author: Ismo Puustinen <ismo.puustinen at intel.com>
AuthorDate: Wed May 3 15:30:42 2017 +0300

    libdevmapper: enable native support.
    
    Signed-off-by: Ismo Puustinen <ismo.puustinen at intel.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/lvm2/libdevmapper_2.02.166.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/lvm2/libdevmapper_2.02.166.bb b/meta-oe/recipes-support/lvm2/libdevmapper_2.02.166.bb
index 462e8fb..fd1fc2c 100644
--- a/meta-oe/recipes-support/lvm2/libdevmapper_2.02.166.bb
+++ b/meta-oe/recipes-support/lvm2/libdevmapper_2.02.166.bb
@@ -28,4 +28,6 @@ do_install_append() {
     rm -rf ${D}${datadir}
 }
 
-RRECOMMENDS_${PN} += "lvm2-udevrules"
+RRECOMMENDS_${PN}_append_class-target = " lvm2-udevrules"
+
+BBCLASSEXTEND = "native nativesdk"

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


More information about the Openembedded-commits mailing list