diff options
author | 2018-11-07 14:22:25 +0000 | |
---|---|---|
committer | 2018-11-19 17:02:45 +0000 | |
commit | 2c858a2e1c8c99f87e74c2f95ccc749edfbe01ac (patch) | |
tree | b4db9955cb17b3d4aada2d1d526470f2e70aab4a | |
parent | f08f09accc124162e7538595694868d307c59649 (diff) | |
download | openembedded-core-2c858a2e1c8c99f87e74c2f95ccc749edfbe01ac.tar.gz |
ofono: upgrade 1.24 -> 1.25
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono_1.24.bb | 9 | ||||
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono_1.25.bb | 9 |
2 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono_1.24.bb b/meta/recipes-connectivity/ofono/ofono_1.24.bb deleted file mode 100644 index be7d9ea85d..0000000000 --- a/meta/recipes-connectivity/ofono/ofono_1.24.bb +++ /dev/null @@ -1,9 +0,0 @@ -require ofono.inc - -SRC_URI = "\ - ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ - file://ofono \ - file://use-python3.patch \ -" -SRC_URI[md5sum] = "be24e80f6551f46fea0c5b5879964d6c" -SRC_URI[sha256sum] = "9c8e351b7658f4b43f9a4380b731c47d2d7544a89987c48c3f227e73636c87ae" diff --git a/meta/recipes-connectivity/ofono/ofono_1.25.bb b/meta/recipes-connectivity/ofono/ofono_1.25.bb new file mode 100644 index 0000000000..3688b9d2fc --- /dev/null +++ b/meta/recipes-connectivity/ofono/ofono_1.25.bb @@ -0,0 +1,9 @@ +require ofono.inc + +SRC_URI = "\ + ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ + file://ofono \ + file://use-python3.patch \ +" +SRC_URI[md5sum] = "31450cabdd8dbbf3f808ea2f2f066863" +SRC_URI[sha256sum] = "eb011fcd3080e93f3a56f96be60350b6595a8b5f36b61646312ba41b0bcb0d75" |