diff options
| author | Maxin B. John <maxin.john@intel.com> | 2018-04-04 18:32:21 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-04 13:28:03 +0100 |
| commit | 7d9a875034e2275f08899ed72af7bc442e913e05 (patch) | |
| tree | aab73365bc75881a1873d887e30c4d7c190bf224 | |
| parent | 1244333aadc668aebaa97c6f7ee489e2cd758832 (diff) | |
| download | poky-7d9a875034e2275f08899ed72af7bc442e913e05.tar.gz | |
ofono: upgrade to version 1.23
1.22 -> 1.23
(From OE-Core rev: f131d2dd268fc84783d7729a9654c0d5ca4ab97c)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-connectivity/ofono/ofono_1.22.bb | 9 | ||||
| -rw-r--r-- | meta/recipes-connectivity/ofono/ofono_1.23.bb | 9 |
2 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono_1.22.bb b/meta/recipes-connectivity/ofono/ofono_1.22.bb deleted file mode 100644 index e57eaa77eb..0000000000 --- a/meta/recipes-connectivity/ofono/ofono_1.22.bb +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | require ofono.inc | ||
| 2 | |||
| 3 | SRC_URI = "\ | ||
| 4 | ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ | ||
| 5 | file://ofono \ | ||
| 6 | file://use-python3.patch \ | ||
| 7 | " | ||
| 8 | SRC_URI[md5sum] = "2a683ab8e98448ad8bc5dc9868d2893e" | ||
| 9 | SRC_URI[sha256sum] = "8e34a6696c300c9841b55e8dff640bd3096e49f5dbe55bbebaa69a71676f687e" | ||
diff --git a/meta/recipes-connectivity/ofono/ofono_1.23.bb b/meta/recipes-connectivity/ofono/ofono_1.23.bb new file mode 100644 index 0000000000..e04162c109 --- /dev/null +++ b/meta/recipes-connectivity/ofono/ofono_1.23.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | require ofono.inc | ||
| 2 | |||
| 3 | SRC_URI = "\ | ||
| 4 | ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ | ||
| 5 | file://ofono \ | ||
| 6 | file://use-python3.patch \ | ||
| 7 | " | ||
| 8 | SRC_URI[md5sum] = "27ea2f1a155231af49d520486b8ebc05" | ||
| 9 | SRC_URI[sha256sum] = "4dacdc61571aad7ce8b4412ed51d03bec3d4060b93ee68f8c69b26b223bdc975" | ||
