All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andre McCurdy <armccurdy@gmail.com>
To: Fred Ollinger <Fred.Ollinger@seescan.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: Debian Stretch build error "Install SDL devel"
Date: Thu, 31 Mar 2016 20:30:09 -0700	[thread overview]
Message-ID: <CAJ86T=UKMP7xh-BoC4st5B-Pq2eJ=3qrUjq2jTjf_GhctTuu+A@mail.gmail.com> (raw)
In-Reply-To: <1459464929161.35262@seescan.com>

On Thu, Mar 31, 2016 at 3:55 PM, Fred Ollinger
<Fred.Ollinger@seescan.com> wrote:
> I know that Debian Stretch is not supported, but I'd like to help shake out the errors to get support.
>
>
> I'm on poky
>
>
> commit 9fd145d27ec479668fac490a9f1078089f22bf59
>
>
> I tried to build qemu-native and it failed with the following:
>
>
> | ERROR: User requested feature sdl
> |        configure was not able to find it.
> |        Install SDL devel
>
>
> libsdl1.2-dev is installed.
>
>
> Any ideas?

See the "Qemu configuration" section of conf/local.conf.

You can either disable qemu support for SDL by commenting out the
following lines:

  PACKAGECONFIG_append_pn-qemu-native = " sdl"
  PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"

Or (if you do actually need qemu with SDL support enabled) try using
OE's version of libsdl instead of the one provided by the host system,
by commenting out:

  ASSUME_PROVIDED += "libsdl-native"

Note that using OE's version of libsdl was only recently enabled in
OE's master branch (see below) so may or may not work with the Dizzy
based release you are using.

  http://git.openembedded.org/openembedded-core/commit/?id=81f009d173f24501ab0e04d845db74ecb5f8e332


>
> Frederick
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


  reply	other threads:[~2016-04-01  3:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-30  6:19 [Portwell] Install Yocto on Samsung eMMC Max Chi (紀鵬遠) : 8579
2016-03-30 23:15 ` Qt5 embedded Japanese input Fred Ollinger
2016-03-31 22:55   ` Debian Stretch build error "Install SDL devel" Fred Ollinger
2016-04-01  3:30     ` Andre McCurdy [this message]
2016-04-01 16:34       ` Fred Ollinger

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='CAJ86T=UKMP7xh-BoC4st5B-Pq2eJ=3qrUjq2jTjf_GhctTuu+A@mail.gmail.com' \
    --to=armccurdy@gmail.com \
    --cc=Fred.Ollinger@seescan.com \
    --cc=yocto@yoctoproject.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.