From 18a6ce739e29394a68eed1ddf8bcce596317b2e5 Mon Sep 17 00:00:00 2001 From: Roman I Khimov Date: Tue, 25 May 2010 15:10:21 +0400 Subject: [PATCH] iproute2: add version 2.6.34 Signed-off-by: Roman I Khimov --- recipes/iproute2/iproute2_2.6.34.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes/iproute2/iproute2_2.6.34.bb 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 -- 2.39.5