Re: [OE-core] [oe-core 2/2] glib-networking:enable glib-networking complie as native package

2019-03-20 Thread Jiang
-networking:enable glib-networking complie as native package Enable glib-networking compile as a native package, for it is depended by libsoup. Signed-off-by: Jiang Lu --- .../glib-networking/glib-networking_2.58.0.bb | 31 +++ 1 file changed, 31 insertions(+) diff --git a/meta/recipes

Re: [OE-core] [oe-core 2/2] glib-networking:enable glib-networking complie as native package

2019-03-19 Thread Burton, Ross
On Tue, 19 Mar 2019 at 15:37, Peter Kjellerstedt wrote: > > +do_install_append_class-native () { > > +for _pc in ${D}${libdir}/pkgconfig/*.pc; do > > +case $_pc in > > +*'*.pc') rm -fr ${D}${libdir}/pkgconfig;; > > +*.pc)break;; > > +esac > > +

Re: [OE-core] [oe-core 2/2] glib-networking:enable glib-networking complie as native package

2019-03-19 Thread Peter Kjellerstedt
[oe-core 2/2] glib-networking:enable glib-networking > complie as native package > > Enable glib-networking compile as a native package, for it is depended > by > libsoup. > > Signed-off-by: Jiang Lu > --- > .../glib-networking/glib-networking_2.58.0.bb | 31 +++

Re: [OE-core] [oe-core 2/2] glib-networking:enable glib-networking complie as native package

2019-03-19 Thread Richard Purdie
On Tue, 2019-03-19 at 15:54 +0800, Jiang Lu wrote: > Enable glib-networking compile as a native package, for it is > depended by > libsoup. > > Signed-off-by: Jiang Lu > --- > .../glib-networking/glib-networking_2.58.0.bb | 31 > +++ > 1 file changed, 31 insertions(+) > > diff

[OE-core] [oe-core 2/2] glib-networking:enable glib-networking complie as native package

2019-03-19 Thread Jiang Lu
Enable glib-networking compile as a native package, for it is depended by libsoup. Signed-off-by: Jiang Lu --- .../glib-networking/glib-networking_2.58.0.bb | 31 +++ 1 file changed, 31 insertions(+) diff --git a/meta/recipes-core/glib-networking/glib-networking_2.58.0.bb