diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-03-29 16:01:55 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-03-29 22:13:43 +0400 |
commit | 5803d4e2d5914b707512492b7c36df032da94b95 (patch) | |
tree | 08bfe2d3caf4c66e5a65505f53a48f56f0e4b1b8 /recipes | |
parent | 99ac56dac1f93aa2c767383f86624147953e2afc (diff) |
quagga: add version 0.99.16
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/quagga/quagga.inc | 2 | ||||
-rw-r--r-- | recipes/quagga/quagga_0.99.16.bb | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/recipes/quagga/quagga.inc b/recipes/quagga/quagga.inc index 3c25861b9a..9cff5bb8ca 100644 --- a/recipes/quagga/quagga.inc +++ b/recipes/quagga/quagga.inc @@ -27,7 +27,7 @@ QUAGGASUBDIR = "" # ${QUAGGASUBDIR} is deal with old versions. Set to "/attic" for old # versions and leave it empty for recent versions. -SRC_URI = "http://www.quagga.net/download${QUAGGASUBDIR}/quagga-${PV}.tar.gz \ +SRC_URI = "http://www.quagga.net/download${QUAGGASUBDIR}/quagga-${PV}.tar.gz;name=quagga-${PV} \ file://fix-for-lib-inpath.patch;patch=1 \ file://quagga.init \ file://quagga.default \ diff --git a/recipes/quagga/quagga_0.99.16.bb b/recipes/quagga/quagga_0.99.16.bb new file mode 100644 index 0000000000..cf72290844 --- /dev/null +++ b/recipes/quagga/quagga_0.99.16.bb @@ -0,0 +1,8 @@ +require quagga.inc + +PR = "${INC_PR}.0" + +SRC_URI[quagga-0.99.16.md5sum] = "350fb150be526cdfc4d2b093cb4d69a7" +SRC_URI[quagga-0.99.16.sha256sum] = "840e376bf42a3c5ee1069eedddb195749b1ebadeef6cacd9fee24ed6f44c35c5" + +QUAGGASUBDIR = "" |