| Submitter | Bernhard Reutner-Fischer |
|---|---|
| Date | Jan. 3, 2011, 8:01 p.m. |
| Message ID | <1294084926-3115-5-git-send-email-rep.dot.nop@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/165/ |
| State | Accepted |
| Headers | show |
Comments
[khem, thanks alot for pushing the already ACKed hunks, i would have only pushed them now.. |-) ] khem, i know that flat is NIH in OE ATM but i consider this preparatory work. I still feed my bfin with my own setup but that hunk is potentially a step in the right direction -- towards OE. So.. ping? cheers, On Mon, Jan 03, 2011 at 09:01:59PM +0100, Bernhard Reutner-Fischer wrote: >Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> >--- > recipes/uclibc/uclibc.inc | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > >diff --git a/recipes/uclibc/uclibc.inc b/recipes/uclibc/uclibc.inc >index 09f5af7..1c7dfc3 100644 >--- a/recipes/uclibc/uclibc.inc >+++ b/recipes/uclibc/uclibc.inc >@@ -52,6 +52,7 @@ FILES_uclibc-dev_append = "\ > ${libdir}/lib*.so \ > ${libdir}/*_nonshared.a \ > ${libdir}/[S]*crt[1in].o \ >+ ${libdir}/crtreloc*.o \ > ${libdir}/lib*.a \ > ${includedir}/*.h ${includedir}/*/*.h \ > " >@@ -60,7 +61,7 @@ FILES_uclibc-utils-dbg += "${bindir}/.debug ${sbindir}/.debug" > FILES_uclibc-gconv = "${libdir}/gconv" > FILES_uclibc-thread-db = "/lib/libthread_db*" > RPROVIDES_uclibc-dev += "libc-dev virtual-libc-dev" >-# uclibc does not really has libsegfault but then using the one from glibc is also not >+# uclibc does not really have libsegfault but then using the one from glibc is also not > # going to work. So we pretend that we have it to make bitbake not pull other recipes > # to satisfy this dependency for the images/tasks > RPROVIDES_${PN} += "libsegfault" >-- >1.7.2.3 >
On 1/11/2011 11:47 AM, Bernhard Reutner-Fischer wrote: > [khem, thanks alot for pushing the already ACKed hunks, i would have > only pushed them now.. |-) ] > > khem, i know that flat is NIH in OE ATM but i consider this preparatory > work. I still feed my bfin with my own setup but that hunk is > potentially a step in the right direction -- towards OE. So.. > > ping? I have already applied this patch. Check patchwork and or repo > cheers, > > On Mon, Jan 03, 2011 at 09:01:59PM +0100, Bernhard Reutner-Fischer wrote: >> Signed-off-by: Bernhard Reutner-Fischer<rep.dot.nop@gmail.com> >> --- >> recipes/uclibc/uclibc.inc | 3 ++- >> 1 files changed, 2 insertions(+), 1 deletions(-) >> >> diff --git a/recipes/uclibc/uclibc.inc b/recipes/uclibc/uclibc.inc >> index 09f5af7..1c7dfc3 100644 >> --- a/recipes/uclibc/uclibc.inc >> +++ b/recipes/uclibc/uclibc.inc >> @@ -52,6 +52,7 @@ FILES_uclibc-dev_append = "\ >> ${libdir}/lib*.so \ >> ${libdir}/*_nonshared.a \ >> ${libdir}/[S]*crt[1in].o \ >> + ${libdir}/crtreloc*.o \ >> ${libdir}/lib*.a \ >> ${includedir}/*.h ${includedir}/*/*.h \ >> " >> @@ -60,7 +61,7 @@ FILES_uclibc-utils-dbg += "${bindir}/.debug ${sbindir}/.debug" >> FILES_uclibc-gconv = "${libdir}/gconv" >> FILES_uclibc-thread-db = "/lib/libthread_db*" >> RPROVIDES_uclibc-dev += "libc-dev virtual-libc-dev" >> -# uclibc does not really has libsegfault but then using the one from glibc is also not >> +# uclibc does not really have libsegfault but then using the one from glibc is also not >> # going to work. So we pretend that we have it to make bitbake not pull other recipes >> # to satisfy this dependency for the images/tasks >> RPROVIDES_${PN} += "libsegfault" >> -- >> 1.7.2.3 >>
Patch
diff --git a/recipes/uclibc/uclibc.inc b/recipes/uclibc/uclibc.inc index 09f5af7..1c7dfc3 100644 --- a/recipes/uclibc/uclibc.inc +++ b/recipes/uclibc/uclibc.inc @@ -52,6 +52,7 @@ FILES_uclibc-dev_append = "\ ${libdir}/lib*.so \ ${libdir}/*_nonshared.a \ ${libdir}/[S]*crt[1in].o \ + ${libdir}/crtreloc*.o \ ${libdir}/lib*.a \ ${includedir}/*.h ${includedir}/*/*.h \ " @@ -60,7 +61,7 @@ FILES_uclibc-utils-dbg += "${bindir}/.debug ${sbindir}/.debug" FILES_uclibc-gconv = "${libdir}/gconv" FILES_uclibc-thread-db = "/lib/libthread_db*" RPROVIDES_uclibc-dev += "libc-dev virtual-libc-dev" -# uclibc does not really has libsegfault but then using the one from glibc is also not +# uclibc does not really have libsegfault but then using the one from glibc is also not # going to work. So we pretend that we have it to make bitbake not pull other recipes # to satisfy this dependency for the images/tasks RPROVIDES_${PN} += "libsegfault"
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> --- recipes/uclibc/uclibc.inc | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)