summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <b19537@freescale.com>2012-09-13 15:49:18 +0800
committerMatthew McClintock <msm@freescale.com>2012-09-19 12:58:15 -0500
commitbd22dfe8e8062631d5e69401b6989173333e53ad (patch)
tree70ddeffdc108d3d54f93b126df6a8676f3b35c7d
parentdeffdb5e05494f353a956f695760303e9a8478ba (diff)
downloadmeta-fsl-ppc-bd22dfe8e8062631d5e69401b6989173333e53ad.tar.gz
ethtool: add ethtool-3.0
Since linux-3.0 is used by FSL SDK, integrate the corresponding version of ethtool to keep consistence. Signed-off-by: Zhenhua Luo <b19537@freescale.com>
-rw-r--r--recipes-extended/ethtool/ethtool_3.0.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-extended/ethtool/ethtool_3.0.bb b/recipes-extended/ethtool/ethtool_3.0.bb
new file mode 100644
index 0000000..cc4862d
--- /dev/null
+++ b/recipes-extended/ethtool/ethtool_3.0.bb
@@ -0,0 +1,12 @@
1SUMMARY = "Display or change ethernet card settings"
2DESCRIPTION = "A small utility for examining and tuning the settings of your ethernet-based network interfaces."
3HOMEPAGE = "http://www.kernel.org/pub/software/network/ethtool/"
4SECTION = "console/network"
5LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
7
8SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz"
9SRC_URI[md5sum] = "a339cbdcbe1c1fbe377c36d84231bda6"
10SRC_URI[sha256sum] = "9b9caffc0ee3567b607618ca5bc85505230d66cd9d5caa1c333760b3885f0ae4"
11
12inherit autotools