diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-04 10:03:22 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-11-04 14:17:41 +0000 |
commit | 8fedaafb39b5664ea964e8aabf2c22795e4fff3c (patch) | |
tree | 2c70ea8c4d20de4d791b8f3f6460e5503c973353 /recipes/eglibc/eglibc_2.9.bb | |
parent | 0f926962a23b68e69da9dc6617c754573cbc42d7 (diff) |
eglibc: updated armv4t-interworking.patch
* Updated patch to make SYSCALL_ERROR_HANDLER interworking safe.
* Phil Blundell found and fixed another issue in eglibc armv4t builds.
Signed-off-by: Martin.Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/eglibc/eglibc_2.9.bb')
-rw-r--r-- | recipes/eglibc/eglibc_2.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/eglibc/eglibc_2.9.bb b/recipes/eglibc/eglibc_2.9.bb index 3efcb36d37..7a8262783e 100644 --- a/recipes/eglibc/eglibc_2.9.bb +++ b/recipes/eglibc/eglibc_2.9.bb @@ -3,7 +3,7 @@ require eglibc.inc DEPENDS += "gperf-native" FILESPATHPKG =. "eglibc-svn:" PV = "2.9" -PR = "${INC_PR}.5" +PR = "${INC_PR}.6" SVN_REV="8690" EGLIBC_BRANCH="eglibc-2_9" SRC_URI = "svn://svn.eglibc.org/branches;module=eglibc-2_9;rev=${SVN_REV};proto=svn \ |