aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ethtool/ethtool_3.14.bb
diff options
context:
space:
mode:
authorPaul Barker <paul@paulbarker.me.uk>2014-08-20 12:21:12 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-23 09:25:04 +0100
commit1d381aa15896c133ce0f5bc5b62e3a416e5deb02 (patch)
tree0af00b1a5850995cfa85257ad1059cf0e5935bed /meta/recipes-extended/ethtool/ethtool_3.14.bb
parent914c285de743af04b9dd1cd6436d6b672a4ddb09 (diff)
downloadopenembedded-core-contrib-1d381aa15896c133ce0f5bc5b62e3a416e5deb02.tar.gz
ethtool: Fix musl build failure
We just need to ensure the proper names for uint types are used. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ethtool/ethtool_3.14.bb')
-rw-r--r--meta/recipes-extended/ethtool/ethtool_3.14.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/ethtool/ethtool_3.14.bb b/meta/recipes-extended/ethtool/ethtool_3.14.bb
index 49c79b68d7..bc3b295a46 100644
--- a/meta/recipes-extended/ethtool/ethtool_3.14.bb
+++ b/meta/recipes-extended/ethtool/ethtool_3.14.bb
@@ -9,6 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \
file://run-ptest \
file://avoid_parallel_tests.patch \
+ file://ethtool-uint.patch \
"
SRC_URI[md5sum] = "997e20c25c43ad5800f8ae3204455a8a"