Skip to content

Commit

Permalink
mobile-broadband-provider-info: fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Chapuis <[email protected]>
  • Loading branch information
Tofee committed Jan 5, 2025
1 parent c2557f7 commit 7982a51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:"

#Mer uses their own version of MBPI which has some elements added. So we want to use their version only in case we're using their oFono version. In other cases where we use upstream oFono we want to use the regular MBPI from Yocto.

SRC_URI:halium = " \
git://github.com/sailfishos/mobile-broadband-provider-info.git;protocol=https;branch=master \
file://meson.build \
"

S:halium = "${WORKDIR}/git/${PN}"
S:halium = "${WORKDIR}/git/${BPN}"

SRCREV:halium = "fe500f1b19e8525d09655a38ac111a0fe127b5f9"
LIC_FILES_CHKSUM:halium = "file://COPYING;md5=87964579b2a8ece4bc6744d2dc9a8b04"

0 comments on commit 7982a51

Please sign in to comment.