diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-12-05 15:22:48 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-12-05 10:18:59 -0800 |
commit | f87aac8cfea7cf0b65b67661298cea94b9091506 (patch) | |
tree | e8eb3f88fcb9653cb5b02ce93020c71ebb8c5281 /meta-oe/recipes-core | |
parent | 4ab4f1f0d4a498ee5cd5c674fd2cc0e25e943845 (diff) | |
download | meta-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>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r-- | meta-oe/recipes-core/ndctl/ndctl_v63.bb | 2 |
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 17f3405920..0c627438ea 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/ | |||
8 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPLv2+" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=e66651809cac5da60c8b80e9e4e79e08" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=e66651809cac5da60c8b80e9e4e79e08" |
10 | 10 | ||
11 | inherit autotools-brokensep pkgconfig module-base bash-completion systemd | 11 | inherit autotools-brokensep pkgconfig bash-completion systemd |
12 | 12 | ||
13 | SRCREV = "cb2d678dd6d286dd96d31548c32449a8b883ae32" | 13 | SRCREV = "cb2d678dd6d286dd96d31548c32449a8b883ae32" |
14 | SRC_URI = "git://github.com/pmem/ndctl.git" | 14 | SRC_URI = "git://github.com/pmem/ndctl.git" |