From: Jeff Lance Date: Tue, 25 Jan 2011 06:22:26 +0000 (+0000) Subject: matrix-gui-common: Support SVG icons X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76bba8e429e368c4bcb69826dc307648a5c475b5;p=openembedded.git matrix-gui-common: Support SVG icons * Add support to install *.svg icons as well as *.png icons * Bump up the recipe revision Signed-off-by: Jeff Lance Signed-off-by: Khem Raj --- diff --git a/recipes/ti/matrix-gui-common.inc b/recipes/ti/matrix-gui-common.inc index 4185b3418f..c0edbfd485 100644 --- a/recipes/ti/matrix-gui-common.inc +++ b/recipes/ti/matrix-gui-common.inc @@ -4,7 +4,7 @@ LICENSE = "BSD" SECTION = "multimedia" PRIORITY = "optional" -INC_PR = "r6" +INC_PR = "r7" COMPATIBLE_MACHINE = "(dm365|omapl138|omap3|ti816x)" @@ -34,6 +34,7 @@ do_install() { install -m 0644 ${S}/${PLATFORM}/html/* ${D}/${datadir}/matrix/html install -d ${D}/${datadir}/matrix/images install -m 0644 ${S}/images/*.png ${D}/${datadir}/matrix/images/ + install -m 0644 ${S}/images/*.svg ${D}/${datadir}/matrix/images/ }