mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
poky-raspberrypi.conf: Remove libav from BBMASK
We will use this package from meta-oe. libav is a dependency for omxplayer. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
parent
7c82087be9
commit
3e0cf999e8
|
@ -1,7 +1,6 @@
|
|||
require conf/distro/poky.conf
|
||||
|
||||
# There is no libav in poky
|
||||
# Systemd is not yet in poky
|
||||
# rpi-zram-service is a systemd service
|
||||
# and it needs systemd
|
||||
BBMASK = "libav|rpi-zram-service"
|
||||
BBMASK = "rpi-zram-service"
|
||||
|
|
Loading…
Reference in New Issue
Block a user