-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mobile-broadband-provider-info: fix build
Signed-off-by: Christophe Chapuis <[email protected]>
- Loading branch information
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
File renamed without changes.
4 changes: 3 additions & 1 deletion
4
...s-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bbappend
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |