From 95a18d758e76694ee171ec5602ce41091c5f8f0e Mon Sep 17 00:00:00 2001 From: Roman I Khimov Date: Tue, 25 May 2010 16:02:55 +0400 Subject: [PATCH] ethtool: remove versions prior to 2.6.35 since 2.6.33 ethtool have changed version numbering and old versions override new one. 2.6.35 is considered as safe upgrade for three years old version 6, so there is no point in keeping it or any previous one around. Signed-off-by: Roman I Khimov Acked-by: Frans Meulenbroeks --- recipes/ethtool/ethtool_3.bb | 5 ----- recipes/ethtool/ethtool_4.bb | 5 ----- recipes/ethtool/ethtool_5.bb | 5 ----- recipes/ethtool/ethtool_6.bb | 5 ----- 4 files changed, 20 deletions(-) delete mode 100644 recipes/ethtool/ethtool_3.bb delete mode 100644 recipes/ethtool/ethtool_4.bb delete mode 100644 recipes/ethtool/ethtool_5.bb delete mode 100644 recipes/ethtool/ethtool_6.bb diff --git a/recipes/ethtool/ethtool_3.bb b/recipes/ethtool/ethtool_3.bb deleted file mode 100644 index 0583eb1f99..0000000000 --- a/recipes/ethtool/ethtool_3.bb +++ /dev/null @@ -1,5 +0,0 @@ -require ethtool.inc -PR ="r1" - -SRC_URI[md5sum] = "b4e71f7fa2629250677eefcb338442c5" -SRC_URI[sha256sum] = "015d7c6084a668d7c2868d074e41a9cdd80bb6f0c7c6b9d275802e1629dd301f" diff --git a/recipes/ethtool/ethtool_4.bb b/recipes/ethtool/ethtool_4.bb deleted file mode 100644 index 84c498475b..0000000000 --- a/recipes/ethtool/ethtool_4.bb +++ /dev/null @@ -1,5 +0,0 @@ -require ethtool.inc -PR ="r0" - -SRC_URI[md5sum] = "3882c7c9cb9b4c37b08846dea9370245" -SRC_URI[sha256sum] = "4536d6bc9ce52b9f4d505ff36aefca23c1042a92fd2f9a54308eff6e09b1a22b" diff --git a/recipes/ethtool/ethtool_5.bb b/recipes/ethtool/ethtool_5.bb deleted file mode 100644 index 58b6cf735d..0000000000 --- a/recipes/ethtool/ethtool_5.bb +++ /dev/null @@ -1,5 +0,0 @@ -require ethtool.inc -PR ="r0" - -SRC_URI[md5sum] = "5df7f165974e096e2de890e099f87a12" -SRC_URI[sha256sum] = "9eaad6076e57a5e2019733e4387705dc66829ea17cce04701b436cf5f374bb8f" diff --git a/recipes/ethtool/ethtool_6.bb b/recipes/ethtool/ethtool_6.bb deleted file mode 100644 index ada11c4974..0000000000 --- a/recipes/ethtool/ethtool_6.bb +++ /dev/null @@ -1,5 +0,0 @@ -require ethtool.inc -PR = "r0" - -SRC_URI[md5sum] = "3b721ec27f17ebf320ba8c505cf66d9c" -SRC_URI[sha256sum] = "5046f573e7dd77f689c33c5f0aa0f2b7f96c79e0b37d6ecc78bae74c094fb4c6" -- 2.39.5