On Tue, Feb 7, 2012 at 8:43 AM, Saul Wold <[email protected]> wrote: > On 02/07/2012 08:31 AM, Khem Raj wrote: >> >> On Tue, Feb 7, 2012 at 8:21 AM, Saul Wold<[email protected]> wrote: >>> >>> On 02/05/2012 10:40 PM, Khem Raj wrote: >>>> >>>> >>>> Signed-off-by: Khem Raj<[email protected]> >>>> --- >>>> meta/recipes-devtools/pseudo/pseudo/opendir.patch | 92 ++++++++ >>>> meta/recipes-devtools/pseudo/pseudo/renameat.patch | 227 >>>> ++++++++++++++++++++ >>>> meta/recipes-devtools/pseudo/pseudo_1.2.bb | 6 +- >>>> 3 files changed, 323 insertions(+), 2 deletions(-) >>>> create mode 100644 meta/recipes-devtools/pseudo/pseudo/opendir.patch >>>> create mode 100644 meta/recipes-devtools/pseudo/pseudo/renameat.patch >>>> >>>> diff --git a/meta/recipes-devtools/pseudo/pseudo/opendir.patch >>>> b/meta/recipes-devtools/pseudo/pseudo/opendir.patch >>>> new file mode 100644 >>>> index 0000000..d20f717 >>>> --- /dev/null >>>> +++ b/meta/recipes-devtools/pseudo/pseudo/opendir.patch >>>> @@ -0,0 +1,92 @@ >>>> +commit 162f2692c399b93311652201a940fdaf9c9e6924 >>>> +Author: Peter Seebach<[email protected]> >>>> +Date: Thu Feb 2 11:45:42 2012 -0600 >>>> + >>>> + Make opendir/closedir stash and forget directory names. >>>> + >>>> + The dirfd(DIR *) interface allows you to get the fd for a DIR *, >>>> + meaning you can use it with openat(), meaning you can need its >>>> + path. This causes a segfault. Also gonna fix the base_path >>>> + code not to segfault in that case, but first fix the underlying >>>> + problem. >>>> + >>> >>> >>> >>> Missing Upstream-Status: and Signed-off-by (yes I know we have an email >>> header). >> >> >> they are backports >> > Please update the patch!
should be there now. _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
