[oe-commits] [meta-openembedded] 03/15: ndctl: remove useless module-base inheriting

git at git.openembedded.org git at git.openembedded.org
Thu Dec 6 18:50:05 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 f87aac8cfea7cf0b65b67661298cea94b9091506
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Wed Dec 5 15:22:48 2018 +0800

    ndctl: remove useless module-base inheriting
    
    While inheriting module-base, PACKAGE_ARCH = ${MACHINE_ARCH},
    it caused building lib32-libblockdev do_configure failure:
    [snip]
    checking for libndctl >= 58.4... no
    No package 'libndctl' found
    [snip]
    
    The lib32-ndctl with MACHINE_ARCH deployed to /usr/lib64/pkgconfig/
    libndctl.pc rather than expected /usr/lib/pkgconfig/libndctl.pc
    
    Inherit module-base is helpless, remove it.
    
    Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-core/ndctl/ndctl_v63.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-core/ndctl/ndctl_v63.bb b/meta-oe/recipes-core/ndctl/ndctl_v63.bb
index 17f3405..0c62743 100644
--- a/meta-oe/recipes-core/ndctl/ndctl_v63.bb
+++ b/meta-oe/recipes-core/ndctl/ndctl_v63.bb
@@ -8,7 +8,7 @@ HOMEPAGE = "https://git.kernel.org/cgit/linux/kernel/git/nvdimm/nvdimm.git/tree/
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=e66651809cac5da60c8b80e9e4e79e08"
 
-inherit autotools-brokensep pkgconfig module-base bash-completion systemd
+inherit autotools-brokensep pkgconfig bash-completion systemd
 
 SRCREV = "cb2d678dd6d286dd96d31548c32449a8b883ae32"
 SRC_URI = "git://github.com/pmem/ndctl.git"

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


More information about the Openembedded-commits mailing list