mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 19:39:40 +01:00
14 lines
223 B
BlitzBasic
14 lines
223 B
BlitzBasic
require ofono.inc
|
|
|
|
S = "${WORKDIR}/git"
|
|
PV = "0.12-git${SRCPV}"
|
|
PR = "r1"
|
|
|
|
SRC_URI = "git://git.kernel.org/pub/scm/network/ofono/ofono.git;protocol=git \
|
|
file://ofono"
|
|
|
|
do_configure_prepend () {
|
|
${S}/bootstrap
|
|
}
|
|
|