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


Confirmed that commenting out the following in my build/conf/local.conf allowed me to build qemu-native. (I don't need qemu at all).

# PACKAGECONFIG_append_pn-qemu-native = " sdl"
# PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
# ASSUME_PROVIDED += "libsdl-native"

Thank-you for the quick and accurate reply.

Frederick

From: Andre McCurdy <armccurdy@gmail.com>
Sent: Thursday, March 31, 2016 8:30 PM
To: Fred Ollinger
Cc: yocto@yoctoproject.org
Subject: Re: [yocto] Debian Stretch build error "Install SDL devel"

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 16:51 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
2016-04-01 16:34       ` Fred Ollinger [this message]

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=1459528442651.16321@seescan.com \
    --to=fred.ollinger@seescan.com \
    --cc=armccurdy@gmail.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.