diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-02-06 12:46:14 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-07 14:48:56 +0000 |
commit | 748b14caed95e7c0d45f1196398689a22975dcc9 (patch) | |
tree | 2bd2aef3e64c1b31a9c7b5402f0f9eed02d61ad4 /meta/recipes-bsp | |
parent | 8f7eb210257318dfa630bbc39b3eb9be936fddcc (diff) | |
download | openembedded-core-748b14caed95e7c0d45f1196398689a22975dcc9.tar.gz openembedded-core-748b14caed95e7c0d45f1196398689a22975dcc9.tar.bz2 openembedded-core-748b14caed95e7c0d45f1196398689a22975dcc9.zip |
pcmciautils: Inherit pkgconfig
Fixes
ERROR: pcmciautils-018-r1 do_package: QA Issue: pcmciautils: Files/directories were installed but not shipped in any package:
/pcmcia-socket-startup
/pcmcia-check-broken-cis
/rules.d
/rules.d/60-pcmcia.rules
Since we do not have pkg-config in native sysroot it is not
computing paths correctly and causes above error
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/pcmciautils/pcmciautils.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-bsp/pcmciautils/pcmciautils.inc b/meta/recipes-bsp/pcmciautils/pcmciautils.inc index 581bff417b..0524980509 100644 --- a/meta/recipes-bsp/pcmciautils/pcmciautils.inc +++ b/meta/recipes-bsp/pcmciautils/pcmciautils.inc @@ -12,6 +12,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/pcmcia/${BP}.tar.xz" S = "${WORKDIR}/pcmciautils-${PV}" +inherit pkgconfig + export HOSTCC = "${BUILD_CC}" export etcdir = "${sysconfdir}" export sbindir = "${base_sbindir}" |