aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2021-03-24 16:23:07 +0800
committerKhem Raj <raj.khem@gmail.com>2021-03-26 10:34:21 -0700
commit301a0a2cd930f292a31bdb58b5e66882eff8a3e4 (patch)
tree158ffe16757dce7fec2e4989b46336bae29b608b /meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb
parenta81380029ef5fa730a292ce203c973fee9e42f6a (diff)
downloadmeta-openembedded-contrib-301a0a2cd930f292a31bdb58b5e66882eff8a3e4.tar.gz
tclap: add pkg-config file
The tclap switched from autotools to CMake in 1.4.0 and drop the pkg-config file tclap.pc. Some projects (e.g. ima-inspect) still require it. So add it back. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb')
-rw-r--r--meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb b/meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb
index 13f66e47da..7c8224b578 100644
--- a/meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb
+++ b/meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb
@@ -12,6 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5c64b2e8cc50917b2744a90950faa7cd"
SRCREV = "799a8b1f99818e39fee19d0601030770af1221e1"
SRC_URI = "git://git.code.sf.net/p/tclap/code;branch=1.4 \
+ file://0001-tclap-add-pkg-config-file.patch \
"
S = "${WORKDIR}/git"