From 3e0cf999e8fe547a52cb8af28eefdf0f8482daba Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Mon, 27 Aug 2012 16:42:49 +0300 Subject: 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 --- conf/distro/poky-raspberrypi.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'conf') 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 @@ 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" -- cgit v1.2.3-54-g00ecf