meta-digi-dey: enable again pulseaudio
This comes from the old Danny release where pulseaudio in minimal image was giving a build failure (probablye due to dependences on X libraries) This is not true anymore in Dylan, so just remove it for easier maintenance. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
47de17cc2d
commit
5bd6bae9ca
|
|
@ -28,9 +28,6 @@ DISTRO_FEATURES += "accel-graphics"
|
|||
DISTRO_FEATURES += "accelerometer"
|
||||
DISTRO_FEATURES += "ext-eth"
|
||||
|
||||
# Disable pulseaudio (not needed in dey-image-minimal)
|
||||
DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio"
|
||||
|
||||
PREFERRED_PROVIDER_jpeg = "jpeg"
|
||||
|
||||
PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.4%"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ LICENSE = "MIT"
|
|||
|
||||
include dey-image-minimal.bb
|
||||
|
||||
DISTRO_FEATURES += "pulseaudio"
|
||||
WEB = "web-webkit"
|
||||
|
||||
SOC_IMAGE_INSTALL = ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue