aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/procps/procps_3.2.8.bb
diff options
context:
space:
mode:
authorPaul Barker <paul@paulbarker.me.uk>2014-08-20 10:14:03 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-23 09:25:04 +0100
commit7825fb5cec8c588fce1afa34388381670763b6a1 (patch)
tree6a4caf6ea0c70904dcb4678aeb16b720ed7abba5 /meta/recipes-extended/procps/procps_3.2.8.bb
parent92a1b83d928173a58280ca019ca81fdeb5ba72b5 (diff)
downloadopenembedded-core-7825fb5cec8c588fce1afa34388381670763b6a1.tar.gz
procps: Fix musl build failure
This is a simple fix, <limits.h> just needs to be included before PATH_MAX is 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/procps/procps_3.2.8.bb')
-rw-r--r--meta/recipes-extended/procps/procps_3.2.8.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/procps/procps_3.2.8.bb b/meta/recipes-extended/procps/procps_3.2.8.bb
index b314bfe33c..6211a7c955 100644
--- a/meta/recipes-extended/procps/procps_3.2.8.bb
+++ b/meta/recipes-extended/procps/procps_3.2.8.bb
@@ -12,6 +12,7 @@ SRC_URI += "file://procmodule.patch \
file://procps-3.2.7-top-remcpu.patch \
file://procps-3.2.8-ps-cgroup.patch \
file://detect_bitness.patch \
+ file://0001-Fix-musl-build-failure.patch \
"
SRC_URI[md5sum] = "9532714b6846013ca9898984ba4cd7e0"