Libgl in gnuradio-dev-image

This is likely pretty simple, but I can’t figure it out. I’m getting a
bitbake error trying to build gnuradio-dev-image. Here are my steps:

git clone git://git.openembedded.org/bitbake
git clone git://github.com/openembedded/oe-core.git
git clone git://github.com/openembedded/meta-oe.git
git clone [email protected]:balister/meta-sdr.git
source oe-core/oe-init-build-env build bitbake
edit bblayers.conf (shown below)
bitbake gnuradio-dev-image

Then I get ERROR: Nothing PROVIDES ‘virtual/libgl’

Here is the relevant section from bblayers.conf

BBLAYERS ?= "
/home/rcagley/meta-sdr/oe-core/meta
/home/rcagley/meta-sdr/meta-oe/meta-oe
/home/rcagley/meta-sdr/meta-oe/meta-filesystems
/home/rcagley/meta-sdr/meta-oe/meta-networking
/home/rcagley/meta-sdr/meta-sdr \

any ideas?

On Tue, Mar 18, 2014 at 12:57 PM, Richard C. [email protected]
wrote:

any ideas?

Not sure if this is “proper” but I found if I added
DISTRO_FEATURES_DEFAULT = “opengl x11”
to local.conf it builds

On Tue, Mar 18, 2014 at 1:52 PM, Richard C. [email protected]
wrote:

edit bblayers.conf (shown below)
/home/rcagley/meta-sdr/meta-oe/meta-networking
/home/rcagley/meta-sdr/meta-sdr \

any ideas?

Not sure if this is “proper” but I found if I added
DISTRO_FEATURES_DEFAULT = “opengl x11”
to local.conf it builds

This is a better way to perform what I started off with

it takes care of all the dependencies and provides the same meta-sdr
build
functionality.