From: Maxin B. John Date: Mon, 8 May 2017 10:46:51 +0000 (+0300) Subject: ofono: drop unmaintained _git recipe X-Git-Tag: uninative-1.7~827 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9348ab34de2fe2ab04c8b84011809045c632fd87;p=openembedded-core.git ofono: drop unmaintained _git recipe Similar to gstreamer _git recipes, this recipe wasn't kept upto date or tested regularly. Signed-off-by: Maxin B. John Signed-off-by: Ross Burton --- diff --git a/meta/recipes-connectivity/ofono/ofono_git.bb b/meta/recipes-connectivity/ofono/ofono_git.bb deleted file mode 100644 index beafb775c2..0000000000 --- a/meta/recipes-connectivity/ofono/ofono_git.bb +++ /dev/null @@ -1,14 +0,0 @@ -require ofono.inc - -S = "${WORKDIR}/git" -SRCREV = "14544d5996836f628613c2ce544380ee6fc8f514" -PV = "0.12-git${SRCPV}" -PR = "r5" - -SRC_URI = "git://git.kernel.org/pub/scm/network/ofono/ofono.git \ - file://ofono" - -do_configure_prepend () { - ${S}/bootstrap -} -