summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2018-12-05 15:22:48 +0800
committerKhem Raj <raj.khem@gmail.com>2018-12-05 10:18:59 -0800
commitf87aac8cfea7cf0b65b67661298cea94b9091506 (patch)
treee8eb3f88fcb9653cb5b02ce93020c71ebb8c5281
parent4ab4f1f0d4a498ee5cd5c674fd2cc0e25e943845 (diff)
downloadmeta-openembedded-f87aac8cfea7cf0b65b67661298cea94b9091506.tar.gz
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@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-core/ndctl/ndctl_v63.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/ndctl/ndctl_v63.bb b/meta-oe/recipes-core/ndctl/ndctl_v63.bb
index 17f340592..0c627438e 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/
8LICENSE = "GPLv2+" 8LICENSE = "GPLv2+"
9LIC_FILES_CHKSUM = "file://COPYING;md5=e66651809cac5da60c8b80e9e4e79e08" 9LIC_FILES_CHKSUM = "file://COPYING;md5=e66651809cac5da60c8b80e9e4e79e08"
10 10
11inherit autotools-brokensep pkgconfig module-base bash-completion systemd 11inherit autotools-brokensep pkgconfig bash-completion systemd
12 12
13SRCREV = "cb2d678dd6d286dd96d31548c32449a8b883ae32" 13SRCREV = "cb2d678dd6d286dd96d31548c32449a8b883ae32"
14SRC_URI = "git://github.com/pmem/ndctl.git" 14SRC_URI = "git://github.com/pmem/ndctl.git"