meta-netmodule-bsp/recipes-connectivity/gnss-mgr-rust/gnss-mgr-rust_git.bb

15 lines
429 B
BlitzBasic

SUMMARY = "A tool to configure the GNSS receivers, Rust variant"
LICENSE = "CLOSED"
LIC_FILES_CHKSUM = ""
inherit cargo_bin
DEPENDS = "gnss-lib"
# Enable network for the compile task allowing cargo to download dependencies
do_compile[network] = "1"
SRC_URI = "git://git@bitbucket.gad.local:7999/ins-cgp-sw/gnss-manager.rs.git;protocol=ssh;branch=main"
SRCREV = "fd46b45d9c838e724679fc39a011eb47d27f98cd"
S = "${WORKDIR}/git"