| Submitter | McClintock Matthew-B29882 |
|---|---|
| Date | Aug. 15, 2012, 7:27 p.m. |
| Message ID | <CAEsOVNd1DB0M5pNndxMLt4bdMwRCADPBLv9pw9pC_TELPwXAVA@mail.gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/34661/ |
| State | New |
| Headers | show |
Comments
On 15 August 2012 20:27, McClintock Matthew-B29882 <B29882@freescale.com> wrote: > I've been doing something similar and it's been working OK. - I think > we should apply Ross's patch. Radu's, not mine. Ross
On 08/15/2012 10:32 PM, Burton, Ross wrote: > On 15 August 2012 20:27, McClintock Matthew-B29882 <B29882@freescale.com> wrote: >> I've been doing something similar and it's been working OK. - I think >> we should apply Ross's patch. > Radu's, not mine. > > Ross What's happening with this one? Is it going to me merged or something needs to be changed. As I see the comments, it should be fine. Radu
On 08/29/2012 06:48 AM, Radu Moisan wrote: > > On 08/15/2012 10:32 PM, Burton, Ross wrote: >> On 15 August 2012 20:27, McClintock Matthew-B29882 >> <B29882@freescale.com> wrote: >>> I've been doing something similar and it's been working OK. - I think >>> we should apply Ross's patch. >> Radu's, not mine. >> >> Ross > What's happening with this one? Is it going to me merged or something > needs to be changed. As I see the comments, it should be fine. > Radu, I think that Matthew's patch was merged [OE-core] [PATCH v2] kmod-native_git.bb: fix builds for hosts with older libc Did this not fix this issue? Sau! > Radu > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core > >
On 08/29/2012 08:05 PM, Saul Wold wrote: > On 08/29/2012 06:48 AM, Radu Moisan wrote: >> >> On 08/15/2012 10:32 PM, Burton, Ross wrote: >>> On 15 August 2012 20:27, McClintock Matthew-B29882 >>> <B29882@freescale.com> wrote: >>>> I've been doing something similar and it's been working OK. - I think >>>> we should apply Ross's patch. >>> Radu's, not mine. >>> >>> Ross >> What's happening with this one? Is it going to me merged or something >> needs to be changed. As I see the comments, it should be fine. >> > Radu, > > I think that Matthew's patch was merged > > [OE-core] [PATCH v2] kmod-native_git.bb: fix builds for hosts with > older libc > > Did this not fix this issue? > > Sau! > > That's fine Soul, thanks for pointing that out. I just wanted to get it of my list of pending patches. Radu
Patch
diff --git a/meta/recipes-kernel/kmod/kmod-native_git.bb b/meta/recipes-kernel/kmod/kmod-native_git.bb index 96de8b8..054a842 100644 --- a/meta/recipes-kernel/kmod/kmod-native_git.bb +++ b/meta/recipes-kernel/kmod/kmod-native_git.bb @@ -4,7 +4,9 @@ require kmod.inc inherit native -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" + +CFLAGS += "-D O_CLOEXEC=0" do_install_append (){ for tool in depmod insmod lsmod modinfo modprobe rmmod