aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/onig
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2021-04-20 16:47:15 +0800
committerKhem Raj <raj.khem@gmail.com>2021-04-21 08:27:01 -0700
commit69dea331296e49cf0fb751b51f3c1d6ddade4bff (patch)
treed1d6f17eb8f5cdba4e8d53b2666bfc8e382a37e9 /meta-oe/recipes-support/onig
parent37e0b6152c3347507d5efb20b6b161e9d84bca87 (diff)
downloadmeta-openembedded-contrib-69dea331296e49cf0fb751b51f3c1d6ddade4bff.tar.gz
onig: add oniguruma to PROVIDES
Add oniguruma to PROVIDES. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/onig')
-rw-r--r--meta-oe/recipes-support/onig/onig_6.9.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/onig/onig_6.9.4.bb b/meta-oe/recipes-support/onig/onig_6.9.4.bb
index 50d9f52353..701f65c299 100644
--- a/meta-oe/recipes-support/onig/onig_6.9.4.bb
+++ b/meta-oe/recipes-support/onig/onig_6.9.4.bb
@@ -31,3 +31,5 @@ do_install_ptest() {
mkdir -p ${D}${PTEST_PATH}/tests
install -m 0755 -t ${D}${PTEST_PATH}/tests/ ${B}/test/.libs/*
}
+
+PROVIDES += "oniguruma"