diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2014-12-02 22:33:31 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-12-02 23:38:21 -0500 |
commit | a9bba2da4f266572bb5a514556baa352b31f6fd5 (patch) | |
tree | d7cb6ce0355fe2bde66f1a7004d70dc2cec4bf62 | |
parent | 8d0a4ff9471497de3283b46ea1d4c7fe68a8ce2f (diff) | |
download | meta-virtualization-a9bba2da4f266572bb5a514556baa352b31f6fd5.tar.gz |
openvswitch: uprev to latest stable update - v2.1.3
v2.1.3 is listed upstream as "contains only bug fixes for the 2.1.2
release". The only update to the recipe is updated checksums.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-networking/openvswitch/openvswitch_2.1.3.bb (renamed from recipes-networking/openvswitch/openvswitch_2.1.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_2.1.2.bb b/recipes-networking/openvswitch/openvswitch_2.1.3.bb index 3f092afb..c3a29aa4 100644 --- a/recipes-networking/openvswitch/openvswitch_2.1.2.bb +++ b/recipes-networking/openvswitch/openvswitch_2.1.3.bb | |||
@@ -35,8 +35,8 @@ SRC_URI = "http://openvswitch.org/releases/openvswitch-${PV}.tar.gz \ | |||
35 | file://run-ptest \ | 35 | file://run-ptest \ |
36 | " | 36 | " |
37 | 37 | ||
38 | SRC_URI[md5sum] = "430ff6d1e1fc81e9c5ebc2e641cfc953" | 38 | SRC_URI[md5sum] = "d3c8a69df3d1b1a9eaef5a896576fd2a" |
39 | SRC_URI[sha256sum] = "875429b052c4001815b6cb38616c7a6cb212df4bba74602164ee0a99b172079b" | 39 | SRC_URI[sha256sum] = "43a2562fe5e8e48e997bfdb04691ffaaaefe73069b5699654538bf2f16ebfb1a" |
40 | 40 | ||
41 | LIC_FILES_CHKSUM = "file://COPYING;md5=e03b0d9c4115c44518594e5618e653f8" | 41 | LIC_FILES_CHKSUM = "file://COPYING;md5=e03b0d9c4115c44518594e5618e653f8" |
42 | 42 | ||