meta-offline-voice-agent: remove 'virtual/' RPROVIDES
[AGL/meta-agl-devel.git] / meta-offline-voice-agent / recipes-vosk / vosk-openfst / vosk-openfst_1.8.0.bb
1 DESCRIPTION = "OpenFst is a library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs)."
2 SUMMARY = "Openfst mirror with some fixes"
3 HOMEPAGE = "https://github.com/alphacep/openfst"
4 LICENSE = "Apache-2.0"
5 LIC_FILES_CHKSUM = "file://COPYING;md5=973381090441f4eb420224655e05e064"
6
7 SRC_URI = "git://github.com/alphacep/openfst.git;protocol=https;branch=master \
8            file://0001-build-fixes-for-bitbake.patch \
9            "
10
11 SRCREV = "7dfd808194105162f20084bb4d8e4ee4b65266d5"
12 S = "${WORKDIR}/git"
13
14 inherit autotools python3native
15
16 # Specify any options you want to pass to the configure script using EXTRA_OECONF:
17 EXTRA_OECONF = "--enable-static --enable-shared --enable-far --enable-ngram-fsts --enable-lookahead-fsts --with-pic --disable-bin"
18
19 FILES:${PN} += " /usr/lib/fst   /usr/lib/fst/arc_lookahead-fst.so \
20   /usr/lib/fst/ilabel_lookahead-fst.so \
21   /usr/lib/fst/ngram-fst.so \
22   /usr/lib/fst/olabel_lookahead-fst.so \
23 "