diff options
| author | Maxin B. John <maxin.john@intel.com> | 2017-05-08 13:46:51 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-18 14:01:48 +0100 |
| commit | e60319ddb056606fe27797f507c4e6d2e54f864b (patch) | |
| tree | b834504105ac5ca83e8124d2b606ed6e8d323dba | |
| parent | f74c3dc19ce66c07394500ce7fbc42e8c221c22b (diff) | |
| download | poky-e60319ddb056606fe27797f507c4e6d2e54f864b.tar.gz | |
ofono: drop unmaintained _git recipe
Similar to gstreamer _git recipes, this recipe wasn't kept upto date
or tested regularly.
(From OE-Core rev: 9348ab34de2fe2ab04c8b84011809045c632fd87)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-connectivity/ofono/ofono_git.bb | 14 |
1 files changed, 0 insertions, 14 deletions
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 @@ | |||
| 1 | require ofono.inc | ||
| 2 | |||
| 3 | S = "${WORKDIR}/git" | ||
| 4 | SRCREV = "14544d5996836f628613c2ce544380ee6fc8f514" | ||
| 5 | PV = "0.12-git${SRCPV}" | ||
| 6 | PR = "r5" | ||
| 7 | |||
| 8 | SRC_URI = "git://git.kernel.org/pub/scm/network/ofono/ofono.git \ | ||
| 9 | file://ofono" | ||
| 10 | |||
| 11 | do_configure_prepend () { | ||
| 12 | ${S}/bootstrap | ||
| 13 | } | ||
| 14 | |||
