All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: "Andreas Müller" <schnitzeltony@googlemail.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: gdk-pixbuff-xlib missing
Date: Mon, 15 Jul 2013 14:30:59 -0700	[thread overview]
Message-ID: <51E46A13.6070506@linux.intel.com> (raw)
In-Reply-To: <CALbNGRQZe5Qso_hK3BPUi3qEbRaq+1t-as_E1LsGSf8exUnV5Q@mail.gmail.com>

On 07/15/2013 02:10 PM, Andreas Müller wrote:
> Hi
>
> while playing around with libreoffice, configure complains for missing
> gdk-pixbuff-xlib.
>
> I checked: although I have 'x11' in 'DISTRO_FEATURE', gdk-pixbuff-xlib
> is an empty package.
>
> The responsible lines in gdk-pixbuf_xx.bb are:
>
> X11DEPENDS = "--without-x11"
> X11DEPENDS_linuxstdbase = "${@base_contains('DISTRO_FEATURES', 'x11',
> '--with-x11', '--without-x11', d)}"
> X11DEPENDS_class-native = "--without-x11"
>
> I got two questions:
>
> 1. why not
> X11DEPENDS = "${@base_contains('DISTRO_FEATURES', 'x11', '--with-x11',
> '--without-x11', d)}"
> X11DEPENDS_class-native = "--without-x11"
>
I believe that this is because the original recipe was defaulted to 
--without-x11 and the person adding the linuxstdbase code just preserved 
the behavior

It seems we should really make this a PACKAGECONFIG with the 
PACKAGECONFIG using the linuxstdbase override as default.

Patches welcome!

> 2. (maybe this answers also 1. - but I would like to understand): what
> is linuxstdbase (image) about
>
This one I can answer better the linuxstdbase is a Distro level override 
enabled when building an LSB based image, it's set in poky-lsb.conf.

It enables building certain packages with flags or settings that will 
pass the LSB compliance tests.


> enlightenment appreciated
>
Hope that helped
> Andreas
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
>


  reply	other threads:[~2013-07-15 21:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-15 21:10 gdk-pixbuff-xlib missing Andreas Müller
2013-07-15 21:30 ` Saul Wold [this message]
2013-07-16  9:09   ` Burton, Ross

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=51E46A13.6070506@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=schnitzeltony@googlemail.com \
    /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.