All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Müller" <schnitzeltony@gmail.com>
To: Kang Kai <Kai.Kang@windriver.com>
Cc: openembeded-devel <openembedded-devel@lists.openembedded.org>
Subject: Re: [meta-xfce][PATCH] libunique: fix installed-vs-shipped qa issue
Date: Mon, 5 Nov 2018 09:30:31 +0100	[thread overview]
Message-ID: <CALbNGRTZCP+TKaDh40aFuh8ryx=kZRZacnn+i20Ok47CvM7iig@mail.gmail.com> (raw)
In-Reply-To: <d6c0751d-d377-f964-0310-3856116bea88@windriver.com>

On Mon, Nov 5, 2018 at 7:58 AM Kang Kai <Kai.Kang@windriver.com> wrote:
>
> On 2018/11/5 下午1:59, kai.kang@windriver.com wrote:
> > From: Kai Kang <kai.kang@windriver.com>
>
>
> Oops. Forgot prefix [meta-xfce] in the title.
>
> --Kai
>
>
> >
> > libunique shows installed-vs-shipped QA issue if configure option
> > '--disable-introspection' is set by:
> > 1) in gobject-introspection*.bbclass that the 'qemu-usermode' is not
> >     supported by bsp and then not set in MACHINE_FEATURES
> > or:
> > 2) set in local.conf directly:
> >     EXTRA_OECONF_append_pn-libunique = " --disable-introspection"
> >
> > Remove empty directory to fix the QA issue.
> >
> > Signed-off-by: Kai Kang <kai.kang@windriver.com>
> > ---
> >   meta-xfce/recipes-extended/libunique/libunique_1.1.6.bb | 4 ++++
> >   1 file changed, 4 insertions(+)
> >
> > diff --git a/meta-xfce/recipes-extended/libunique/libunique_1.1.6.bb b/meta-xfce/recipes-extended/libunique/libunique_1.1.6.bb
> > index 49ed07ad9..a6475cef6 100644
> > --- a/meta-xfce/recipes-extended/libunique/libunique_1.1.6.bb
> > +++ b/meta-xfce/recipes-extended/libunique/libunique_1.1.6.bb
> > @@ -28,3 +28,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
> >   inherit autotools pkgconfig gobject-introspection distro_features_check gtk-doc
> >
> >   REQUIRED_DISTRO_FEATURES = "x11"
> > +
> > +do_install_append () {
> > +    rmdir --ignore-fail-on-non-empty ${D}${datadir}
> > +}
>
I think this breaks introspection - why not just pack Unique-1.0.gir?

Andreas


  reply	other threads:[~2018-11-05  8:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-05  5:59 [PATCH] libunique: fix installed-vs-shipped qa issue kai.kang
2018-11-05  6:56 ` [meta-xfce][PATCH] " Kang Kai
2018-11-05  8:30   ` Andreas Müller [this message]
2018-11-06  1:39     ` Kang Kai
2018-11-06  8:16       ` Andreas Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CALbNGRTZCP+TKaDh40aFuh8ryx=kZRZacnn+i20Ok47CvM7iig@mail.gmail.com' \
    --to=schnitzeltony@gmail.com \
    --cc=Kai.Kang@windriver.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.