[OE-core] [CONSOLIDATED PULL 4/4] multiple recipes converted to -staticdev packages

2011-06-09 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-bsp/pciutils/pciutils_3.1.7.bb|7 - .../wireless-tools/wireless-tools_29.bb|9 +-- meta/recipes-core/eglibc/eglibc-package.inc|8 -- meta/recipes-core/eglibc/eglibc_2.12.bb|2 +- meta/rec

Re: [OE-core] [CONSOLIDATED PULL 4/4] multiple recipes converted to -staticdev packages

2011-06-10 Thread Phil Blundell
On Thu, 2011-06-09 at 23:26 -0700, Saul Wold wrote: > +DEPENDS_libpci-staticdev = "libpci-dev (= ${EXTENDPKGV})" This can't be right. I guess that would be a good thing for recipe-sanity to test for in fact. > +FILES_eglibc-dev_append += "${bindir}/rpcgen ${base_libdir}/*.o > ${datadir}/aclocal

Re: [OE-core] [CONSOLIDATED PULL 4/4] multiple recipes converted to -staticdev packages

2011-06-10 Thread Phil Blundell
On Fri, 2011-06-10 at 10:25 +0100, Phil Blundell wrote: > This can't be right. I guess that would be a good thing for > recipe-sanity to test for in fact. ... except that this wouldn't have helped because oe-core doesn't currently have recipe_sanity at all. Heh. I'll send a patch for that later

Re: [OE-core] [CONSOLIDATED PULL 4/4] multiple recipes converted to -staticdev packages

2011-06-10 Thread Saul Wold
On 06/10/2011 02:25 AM, Phil Blundell wrote: On Thu, 2011-06-09 at 23:26 -0700, Saul Wold wrote: +DEPENDS_libpci-staticdev = "libpci-dev (= ${EXTENDPKGV})" This can't be right. I guess that would be a good thing for recipe-sanity to test for in fact. It's not, I did not catch the cut and pas

Re: [OE-core] [CONSOLIDATED PULL 4/4] multiple recipes converted to -staticdev packages

2011-06-10 Thread Phil Blundell
On Fri, 2011-06-10 at 11:36 -0700, Saul Wold wrote: > >> +FILES_eglibc-dev_append += "${bindir}/rpcgen ${base_libdir}/*.o > >> ${datadir}/aclocal" > >> +FILES_eglibc-staticdev_append += "${libdir}/*.a ${base_libdir}/*.a" > > > > You need to make sure that libc_nonshared.a goes into -dev rather tha

Re: [OE-core] [CONSOLIDATED PULL 4/4] multiple recipes converted to -staticdev packages

2011-06-10 Thread Khem Raj
On (09/06/11 23:26), Saul Wold wrote: > Signed-off-by: Saul Wold > --- > meta/recipes-bsp/pciutils/pciutils_3.1.7.bb|7 - > .../wireless-tools/wireless-tools_29.bb|9 +-- > meta/recipes-core/eglibc/eglibc-package.inc|8 -- > meta/recipes-core/eg

Re: [OE-core] [CONSOLIDATED PULL 4/4] multiple recipes converted to -staticdev packages

2011-06-10 Thread Saul Wold
On 06/10/2011 02:36 PM, Phil Blundell wrote: On Fri, 2011-06-10 at 11:36 -0700, Saul Wold wrote: +FILES_eglibc-dev_append += "${bindir}/rpcgen ${base_libdir}/*.o ${datadir}/aclocal" +FILES_eglibc-staticdev_append += "${libdir}/*.a ${base_libdir}/*.a" You need to make sure that libc_nonshared.