* 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>
SECTION = "multimedia"
PRIORITY = "optional"
-INC_PR = "r6"
+INC_PR = "r7"
COMPATIBLE_MACHINE = "(dm365|omapl138|omap3|ti816x)"
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/
}