[oe-commits] Jeff Lance : matrix-gui-common: Support SVG icons

git version control git at git.openembedded.org
Thu Feb 3 22:36:24 UTC 2011


Module: openembedded.git
Branch: ulf/linux-2.6.30-2011-01-16
Commit: a5fb6a8ee7c29e2502287a51877824530eb43a32
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a5fb6a8ee7c29e2502287a51877824530eb43a32

Author: Jeff Lance <jefflance01 at gmail.com>
Date:   Tue Jan 25 06:22:26 2011 +0000

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 at ti.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/ti/matrix-gui-common.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/ti/matrix-gui-common.inc b/recipes/ti/matrix-gui-common.inc
index 4185b34..c0edbfd 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/
 
 }
 





More information about the Openembedded-commits mailing list