M7350/oe-core/meta/recipes-connectivity/ofono/ofono_git.bb

15 lines
262 B
BlitzBasic
Raw Normal View History

2024-09-09 08:52:07 +00:00
require ofono.inc
S = "${WORKDIR}/git"
SRCREV = "14544d5996836f628613c2ce544380ee6fc8f514"
PV = "0.12-git${SRCPV}"
2024-09-09 08:57:42 +00:00
PR = "r5"
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
SRC_URI = "git://git.kernel.org/pub/scm/network/ofono/ofono.git \
2024-09-09 08:52:07 +00:00
file://ofono"
do_configure_prepend () {
${S}/bootstrap
}