aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti
diff options
context:
space:
mode:
authorJeff Lance <jefflance01@gmail.com>2011-01-25 06:22:26 +0000
committerKhem Raj <raj.khem@gmail.com>2011-01-24 18:31:18 -0800
commit76bba8e429e368c4bcb69826dc307648a5c475b5 (patch)
treec4f07fd33a6293f46a243787667bf862ff2e8954 /recipes/ti
parent6c8c857509e7e88bee4313156e86d4c9e2e1832f (diff)
downloadopenembedded-76bba8e429e368c4bcb69826dc307648a5c475b5.tar.gz
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 <j-lance1@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/ti')
-rw-r--r--recipes/ti/matrix-gui-common.inc3
1 files changed, 2 insertions, 1 deletions
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/
}