From: Roman I Khimov Date: Tue, 25 May 2010 11:10:21 +0000 (+0400) Subject: iproute2: add version 2.6.34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18a6ce739e29394a68eed1ddf8bcce596317b2e5;p=openembedded.git iproute2: add version 2.6.34 Signed-off-by: Roman I Khimov --- diff --git a/recipes/iproute2/iproute2_2.6.34.bb b/recipes/iproute2/iproute2_2.6.34.bb new file mode 100644 index 0000000000..fb84cb1285 --- /dev/null +++ b/recipes/iproute2/iproute2_2.6.34.bb @@ -0,0 +1,10 @@ +require iproute2.inc + +PR = "${INC_PR}.0" + +SRC_URI = "http://developer.osdl.org/dev/iproute2/download/${P}.tar.bz2" + +SRC_URI[md5sum] = "5c5742bdac05a1688f266512e685b83c" +SRC_URI[sha256sum] = "f7feb3c34df4714cae0265f7629863af8b0a88550f4f38aba0ffc81a10c29bbb" + +S = "${WORKDIR}/iproute2-${PV}" \ No newline at end of file