summaryrefslogtreecommitdiffstats
path: root/recipes-ti/matrix/matrix-gui.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/matrix/matrix-gui.inc')
-rw-r--r--recipes-ti/matrix/matrix-gui.inc51
1 files changed, 0 insertions, 51 deletions
diff --git a/recipes-ti/matrix/matrix-gui.inc b/recipes-ti/matrix/matrix-gui.inc
deleted file mode 100644
index 40494a95..00000000
--- a/recipes-ti/matrix/matrix-gui.inc
+++ /dev/null
@@ -1,51 +0,0 @@
1DESCRIPTION = "Matrix GUI for Qt X11"
2HOMEPAGE = "https://gforge.ti.com/gf/project/matrix_gui/"
3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://main.cpp;beginline=1;endline=37;md5=a802a01a3a58f2ebb1e83c25f883f0c0"
5
6SECTION = "multimedia"
7
8INC_PR = "r22"
9
10COMPATIBLE_MACHINE = "(dm365|omapl138|omap3|ti816x|ti814x)"
11
12PLATFORM_dm365-evm = "dm365"
13PLATFORM_dm368-evm = "dm368"
14PLATFORM_omapl138 = "omapl138"
15PLATFORM_omap3evm = "omap3530"
16PLATFORM_dm37x-evm = "dm3730"
17PLATFORM_am37x-evm = "am3715"
18PLATFORM_beagleboard = "beagleboard"
19PLATFORM_ti816x = "ti816x"
20PLATFORM_ti814x = "ti814x"
21PLATFORM_am180x-evm = "am180x"
22PLATFORM_am181x-evm = "am181x"
23PLATFORM_am3517-evm = "am3517"
24
25SRC_URI = "svn://gforge.ti.com/svn/matrix_gui/;module=trunk;proto=https;user=anonymous;pswd='' "
26
27S = "${WORKDIR}/trunk"
28
29CXXFLAGS_omapl138_append = " -DPlatform_omapl138 "
30CXXFLAGS_dm365_append = " -DPlatform_dm365 "
31PACKAGE_ARCH = ${MACHINE_ARCH}
32
33inherit qt4x11
34
35do_install() {
36 install -d ${D}/${bindir}
37 install -m 0755 ${S}/matrix_gui ${D}/${bindir}
38 install -d ${D}${sysconfdir}/init.d/
39 install -c -m 0755 ${S}/${PLATFORM}/etc/x11/init ${D}${sysconfdir}/init.d/matrix-gui
40 install -d ${D}/${sysconfdir}/xdg/autostart
41 install -m 0755 ${S}/${PLATFORM}/etc/x11/matrix-gui.desktop ${D}/${sysconfdir}/xdg/autostart
42}
43
44FILES_${PN}-autostart = "${sysconfdir}/xdg/autostart/matrix-gui.desktop"
45
46#Make autostart package depend on matrix-gui package. Doesn't make sense
47#to install the autostart package without the underlying matrix-gui package.
48RDEPENDS_${PN}-autostart += "${PN}"
49PACKAGES =+ "${PN}-autostart"
50
51RDEPENDS_${PN} += "matrix-gui-common"