summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-02-06 12:46:14 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-07 14:48:56 +0000
commit748b14caed95e7c0d45f1196398689a22975dcc9 (patch)
tree2bd2aef3e64c1b31a9c7b5402f0f9eed02d61ad4
parent8f7eb210257318dfa630bbc39b3eb9be936fddcc (diff)
downloadopenembedded-core-748b14caed95e7c0d45f1196398689a22975dcc9.tar.gz
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>
-rw-r--r--meta/recipes-bsp/pcmciautils/pcmciautils.inc2
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}"