[oe-commits] Yiping Wang : ethtool: Add 2.6.26

git version control git at git.openembedded.org
Tue Jul 5 15:09:50 UTC 2011


Module: openembedded.git
Branch: master
Commit: 400736229dabe42210a26559c9e89934569d1246
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=400736229dabe42210a26559c9e89934569d1246

Author: Yiping Wang <b25805 at freescale.com>
Date:   Mon Jul  4 17:33:27 2011 +0800

ethtool: Add 2.6.26

Upgrade to 2.6.36 verion for ipsec 2c2pf support.

Signed-off-by: Yiping Wang <b25805 at freescale.com>
Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/ethtool/ethtool.inc       |    3 +--
 recipes/ethtool/ethtool_2.6.35.bb |    3 +++
 recipes/ethtool/ethtool_2.6.36.bb |    6 ++++++
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/recipes/ethtool/ethtool.inc b/recipes/ethtool/ethtool.inc
index 9c1c292..323ae9a 100644
--- a/recipes/ethtool/ethtool.inc
+++ b/recipes/ethtool/ethtool.inc
@@ -4,7 +4,6 @@ HOMEPAGE = "http://sourceforge.net/projects/gkernel/"
 SECTION = "console/network"
 LICENSE = "GPL"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/gkernel/ethtool-${PV}.tar.gz \
-           file://fifo.patch"
+SRC_URI = "${SOURCEFORGE_MIRROR}/gkernel/ethtool-${PV}.tar.gz"
 
 inherit autotools
diff --git a/recipes/ethtool/ethtool_2.6.35.bb b/recipes/ethtool/ethtool_2.6.35.bb
index afb69fd..fb571bc 100644
--- a/recipes/ethtool/ethtool_2.6.35.bb
+++ b/recipes/ethtool/ethtool_2.6.35.bb
@@ -1,4 +1,7 @@
 require ethtool.inc
+
+SRC_URI += "file://fifo.patch"
+
 PR = "r1"
 
 SRC_URI[md5sum] = "e0f617779a58b77af061a9e5178d0b25"
diff --git a/recipes/ethtool/ethtool_2.6.36.bb b/recipes/ethtool/ethtool_2.6.36.bb
new file mode 100644
index 0000000..5268aa5
--- /dev/null
+++ b/recipes/ethtool/ethtool_2.6.36.bb
@@ -0,0 +1,6 @@
+require ethtool.inc
+
+PR = "r0"
+
+SRC_URI[md5sum] = "3b2322695e9ee7bf447ebcdb85f93e83"
+SRC_URI[sha256sum] = "639622180fe48dc7bb117ffbf263395d7ae47aac9819b8d9f83ff053ecf17bdd"





More information about the Openembedded-commits mailing list