[oe-commits] org.oe.dev procps: fixed build error, supposedly closing #3081.

polyonymous commit openembedded-commits at lists.openembedded.org
Sun Sep 30 21:03:28 UTC 2007


procps: fixed build error, supposedly closing #3081.
I don't know why it worked before, do you?

Author: polyonymous at openembedded.org
Branch: org.openembedded.dev
Revision: fa850c805eca306aba96aedcbfface81cfd404d8
ViewMTN: http://monotone.openembedded.org/revision/info/fa850c805eca306aba96aedcbfface81cfd404d8
Files:
1
packages/procps/procps-3.2.7/linux-limits.patch
packages/procps/procps_3.2.7.bb
Diffs:

#
# mt diff -r01e9daf6c18b33e4bec6a669b88d5f6fe8a88443 -rfa850c805eca306aba96aedcbfface81cfd404d8
#
# 
# 
# add_file "packages/procps/procps-3.2.7/linux-limits.patch"
#  content [4e5862ce2cdbc387f4c06afdbb72a6ba7bd4cf0d]
# 
# patch "packages/procps/procps_3.2.7.bb"
#  from [1156596e6e6d4790de434ada1775abd87157c5f6]
#    to [a74fe59f24f87073234b156acea2a94721676051]
# 
============================================================
--- packages/procps/procps-3.2.7/linux-limits.patch	4e5862ce2cdbc387f4c06afdbb72a6ba7bd4cf0d
+++ packages/procps/procps-3.2.7/linux-limits.patch	4e5862ce2cdbc387f4c06afdbb72a6ba7bd4cf0d
@@ -0,0 +1,13 @@
+diff --git a/pwdx.c b/pwdx.c
+index cb96a52..29ebce2 100644
+--- a/pwdx.c
++++ b/pwdx.c
+@@ -13,7 +13,7 @@
+ #include <stdlib.h>
+ #include <sys/types.h>
+ #include <regex.h>
+-#include <limits.h>
++#include <linux/limits.h>
+ #include <unistd.h>
+ #include <errno.h>
+ 
============================================================
--- packages/procps/procps_3.2.7.bb	1156596e6e6d4790de434ada1775abd87157c5f6
+++ packages/procps/procps_3.2.7.bb	a74fe59f24f87073234b156acea2a94721676051
@@ -1,9 +1,10 @@ SRC_URI += "file://procmodule.patch;patc
 require procps.inc
 
 PR = "r5"
 
 SRC_URI += "file://procmodule.patch;patch=1 \
-            file://psmodule.patch;patch=1"
+            file://psmodule.patch;patch=1 \
+	    file://linux-limits.patch;patch=1"
 
 FILES = "${bindir}/top.${PN} ${base_bindir}/ps.${PN} ${bindir}/uptime.${PN} ${base_bindir}/kill.${PN} \
 	 ${bindir}/free.${PN} ${bindir}/w ${bindir}/watch ${bindir}/pgrep ${bindir}/pmap ${bindir}/pwdx \






More information about the Openembedded-commits mailing list