Update quagga from 1.2.1 to 1.2.2 Signed-off-by: Huang Qiyu <[email protected]> --- meta-networking/recipes-protocols/quagga/quagga_1.2.1.bb | 4 ---- meta-networking/recipes-protocols/quagga/quagga_1.2.2.bb | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta-networking/recipes-protocols/quagga/quagga_1.2.1.bb create mode 100644 meta-networking/recipes-protocols/quagga/quagga_1.2.2.bb
diff --git a/meta-networking/recipes-protocols/quagga/quagga_1.2.1.bb b/meta-networking/recipes-protocols/quagga/quagga_1.2.1.bb deleted file mode 100644 index 4d43d7b..0000000 --- a/meta-networking/recipes-protocols/quagga/quagga_1.2.1.bb +++ /dev/null @@ -1,4 +0,0 @@ -require quagga.inc - -SRC_URI[md5sum] = "b1546de89062f7070d56e780b30be4b1" -SRC_URI[sha256sum] = "aaddba5d4f41ed8e4c2f155f4584c993465d122c9096b5b52ada3fc75266fbcd" diff --git a/meta-networking/recipes-protocols/quagga/quagga_1.2.2.bb b/meta-networking/recipes-protocols/quagga/quagga_1.2.2.bb new file mode 100644 index 0000000..653f46b --- /dev/null +++ b/meta-networking/recipes-protocols/quagga/quagga_1.2.2.bb @@ -0,0 +1,4 @@ +require quagga.inc + +SRC_URI[md5sum] = "e84be2938c26c0c872792090f1a6a866" +SRC_URI[sha256sum] = "522e22f2beee64e3f0c2cde3d0155f3b8103f4f6fc8abef92cb40bc3a4cc2931" -- 2.7.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
