From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 03/14] busybox: Include sys/resource.h for rusage definition
Date: Thu, 5 Jul 2012 07:35:22 -0700 [thread overview]
Message-ID: <474f9ab1dbdcdb7587669c9841994f6acdcf1fca.1341498745.git.raj.khem@gmail.com> (raw)
In-Reply-To: <48ef71f7c5eea25278a5a9c9befd01123369e2f9.1341498745.git.raj.khem@gmail.com>
In-Reply-To: <cover.1341498745.git.raj.khem@gmail.com>
Seen with eglibc 2.16
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
.../busybox/busybox-1.19.4/sys_resource.patch | 18 ++++++++++++++++++
meta/recipes-core/busybox/busybox_1.19.4.bb | 3 ++-
2 files changed, 20 insertions(+), 1 deletion(-)
create mode 100644 meta/recipes-core/busybox/busybox-1.19.4/sys_resource.patch
diff --git a/meta/recipes-core/busybox/busybox-1.19.4/sys_resource.patch b/meta/recipes-core/busybox/busybox-1.19.4/sys_resource.patch
new file mode 100644
index 0000000..a72aca0
--- /dev/null
+++ b/meta/recipes-core/busybox/busybox-1.19.4/sys_resource.patch
@@ -0,0 +1,18 @@
+rusage needs this include with eglibc 2.16
+
+Signed-off-by: Khem Raj <raj.khem@gmail.com>
+
+Upstream-Status: Pending
+
+Index: busybox-1.19.4/include/libbb.h
+===================================================================
+--- busybox-1.19.4.orig/include/libbb.h 2012-07-02 21:41:52.692047712 -0700
++++ busybox-1.19.4/include/libbb.h 2012-07-02 21:42:24.204049228 -0700
+@@ -46,6 +46,7 @@
+ #include <termios.h>
+ #include <time.h>
+ #include <sys/param.h>
++#include <sys/resource.h>
+ #ifdef HAVE_MNTENT_H
+ # include <mntent.h>
+ #endif
diff --git a/meta/recipes-core/busybox/busybox_1.19.4.bb b/meta/recipes-core/busybox/busybox_1.19.4.bb
index de331ad..4271c67 100644
--- a/meta/recipes-core/busybox/busybox_1.19.4.bb
+++ b/meta/recipes-core/busybox/busybox_1.19.4.bb
@@ -1,5 +1,5 @@
require busybox.inc
-PR = "r8"
+PR = "r9"
SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
file://B921600.patch \
@@ -8,6 +8,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
file://run-parts.in.usr-bin.patch \
file://watch.in.usr-bin.patch \
file://busybox-udhcpc-no_deconfig.patch \
+ file://sys_resource.patch \
file://find-touchscreen.sh \
file://busybox-cron \
file://busybox-httpd \
--
1.7.9.5
next prev parent reply other threads:[~2012-07-05 14:47 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-05 14:35 [PATCH 00/14] eglibc 2.16 Khem Raj
2012-07-05 14:35 ` [PATCH 01/14] mirrors: Add debian archive snapshot mirrors to search list Khem Raj
2012-07-05 14:35 ` [PATCH 02/14] gdb: Replace struct siginfo with proper siginfo_t Khem Raj
2012-07-05 14:35 ` Khem Raj [this message]
2012-07-05 14:35 ` [PATCH 04/14] coreutils: Fix build with eglibc 2.16 Khem Raj
2012-07-05 14:35 ` [PATCH 05/14] diffutils: " Khem Raj
2012-07-05 14:35 ` [PATCH 06/14] udev: " Khem Raj
2012-07-05 14:35 ` [PATCH 07/14] gettext, m4, augeas, gnutls: Account for removal of gets in " Khem Raj
2012-07-05 14:35 ` [PATCH 08/14] bison: Fix for gets being removed from " Khem Raj
2012-07-05 14:35 ` [PATCH 09/14] grub, guile, cpio, tar, wget: Fix gnulib for absense of gets in eglibc Khem Raj
2012-07-05 14:35 ` [PATCH 10/14] boost: Upgrade recipe to 1.50.0 Khem Raj
2012-07-05 14:35 ` [PATCH 11/14] puzzles: Fix checksums Khem Raj
2012-07-05 14:35 ` [PATCH 12/14] valgrind: Fix build with eglibc 2.16 Khem Raj
2012-07-05 14:35 ` [PATCH 13/14] libpam: " Khem Raj
2012-07-17 17:40 ` Saul Wold
2012-07-05 14:35 ` [PATCH 14/14] eglibc: Add recipes for 2.16 release Khem Raj
2012-07-06 2:27 ` Saul Wold
2012-07-06 3:49 ` Khem Raj
2012-07-06 5:18 ` Khem Raj
2012-07-05 20:23 ` [PATCH 00/14] eglibc 2.16 Martin Jansa
2012-07-05 20:39 ` Khem Raj
2012-07-05 20:57 ` Martin Jansa
2012-07-05 21:34 ` Khem Raj
2012-07-05 21:55 ` Martin Jansa
2012-07-17 14:59 ` Saul Wold
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=474f9ab1dbdcdb7587669c9841994f6acdcf1fca.1341498745.git.raj.khem@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox