summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-08-27 16:42:49 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-08-29 00:05:20 +0300
commit3e0cf999e8fe547a52cb8af28eefdf0f8482daba (patch)
treebd6fce4e0929787ef88545790d8a2874efd58898
parent7c82087be906a6876ed92ec369905555d75a7a86 (diff)
downloadmeta-raspberrypi-3e0cf999e8fe547a52cb8af28eefdf0f8482daba.tar.gz
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>
-rw-r--r--conf/distro/poky-raspberrypi.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/distro/poky-raspberrypi.conf b/conf/distro/poky-raspberrypi.conf
index 5eaf0ce..f0e16bc 100644
--- a/conf/distro/poky-raspberrypi.conf
+++ b/conf/distro/poky-raspberrypi.conf
@@ -1,7 +1,6 @@
1require conf/distro/poky.conf 1require conf/distro/poky.conf
2 2
3# There is no libav in poky
4# Systemd is not yet in poky 3# Systemd is not yet in poky
5# rpi-zram-service is a systemd service 4# rpi-zram-service is a systemd service
6# and it needs systemd 5# and it needs systemd
7BBMASK = "libav|rpi-zram-service" 6BBMASK = "rpi-zram-service"