From ba8d1f493d3876c918c01a14b494dc5e437a8913 Mon Sep 17 00:00:00 2001 From: Marco Cavallini Date: Wed, 9 Feb 2011 16:12:23 +0100 Subject: [PATCH] fbv_1.0b.bb: added support for new fbv-1.0b-BGR666.patch * bump PR * support for BGR666 @ 24bpp --- recipes/fbv/fbv_1.0b.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/fbv/fbv_1.0b.bb b/recipes/fbv/fbv_1.0b.bb index 2e2d7ba1be..3629fe4d93 100644 --- a/recipes/fbv/fbv_1.0b.bb +++ b/recipes/fbv/fbv_1.0b.bb @@ -1,11 +1,12 @@ DESCRIPTION = "Frame Buffer Viewer" LICENSE = "GPL" DEPENDS = "libpng jpeg" -PR = "r2" +PR = "r3" SRC_URI = "http://s-tech.elsat.net.pl/fbv/fbv-1.0b.tar.gz \ file://cross_compile.patch \ file://fbv-1.0b.patch \ + file://fbv-1.0b-BGR666.patch \ " do_configure() { -- 2.47.2