summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-11 21:51:41 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-11 21:51:41 +0200
commit7bb25fd0e836930856d5028d5cb932dbb7b790d4 (patch)
tree4fc0b74acdd25d5963395bcf308ada5705d894d5 /recipes-ti
parent343b48322ddfe8ca72c056804b350057b080fa47 (diff)
downloadmeta-ti-7bb25fd0e836930856d5028d5cb932dbb7b790d4.tar.gz
matrix 2.0: first round of fixes
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti')
-rw-r--r--recipes-ti/matrix/matrix-gui-3d-demos_1.0.bb2
-rw-r--r--recipes-ti/matrix/matrix-gui-clocks_1.0.bb5
-rw-r--r--recipes-ti/matrix/matrix-gui-coming-soon_1.0.bb8
-rw-r--r--recipes-ti/matrix/matrix-gui-common_1.4.bb1
-rw-r--r--recipes-ti/matrix/matrix-gui-crypto-demos_1.0.bb4
-rw-r--r--recipes-ti/matrix/matrix-gui-display-control_1.0.bb4
-rw-r--r--recipes-ti/matrix/matrix-gui-e_1.3.bb1
-rw-r--r--recipes-ti/matrix/matrix-gui-pm-demos_1.0.bb4
-rw-r--r--recipes-ti/matrix/matrix-gui-qt4-demos_1.0.bb4
-rw-r--r--recipes-ti/matrix/matrix-gui-submenus_1.0.bb9
-rw-r--r--recipes-ti/matrix/matrix-gui-wifi-demos_1.0.bb4
-rw-r--r--recipes-ti/matrix/matrix-gui_2.0.bb30
12 files changed, 29 insertions, 47 deletions
diff --git a/recipes-ti/matrix/matrix-gui-3d-demos_1.0.bb b/recipes-ti/matrix/matrix-gui-3d-demos_1.0.bb
index c653c6fc..ece9b2e1 100644
--- a/recipes-ti/matrix/matrix-gui-3d-demos_1.0.bb
+++ b/recipes-ti/matrix/matrix-gui-3d-demos_1.0.bb
@@ -1,9 +1,7 @@
1DESCRIPTION = "3D demo descriptions for Matrix v2" 1DESCRIPTION = "3D demo descriptions for Matrix v2"
2HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" 2HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/"
3LICENSE = "CC-BY-SA" 3LICENSE = "CC-BY-SA"
4PRIORITY = "optional"
5 4
6PR = "r0"
7 5
8SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/603/5030/3ddemos_1.0.tar.gz" 6SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/603/5030/3ddemos_1.0.tar.gz"
9 7
diff --git a/recipes-ti/matrix/matrix-gui-clocks_1.0.bb b/recipes-ti/matrix/matrix-gui-clocks_1.0.bb
index 2b5c1b3f..177a617b 100644
--- a/recipes-ti/matrix/matrix-gui-clocks_1.0.bb
+++ b/recipes-ti/matrix/matrix-gui-clocks_1.0.bb
@@ -1,11 +1,8 @@
1DESCRIPTION = "Clock setting descriptions for Matrix v2" 1DESCRIPTION = "Clock setting descriptions for Matrix v2"
2HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" 2HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/"
3LICENSE = "CC-BY-SA" 3LICENSE = "CC-BY-SA"
4PRIORITY = "optional"
5 4
6PR = "r0" 5inherit allarch
7
8PACKAGE_ARCH = "all"
9 6
10SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/612/5031/clocks_1.0.tar.gz" 7SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/612/5031/clocks_1.0.tar.gz"
11 8
diff --git a/recipes-ti/matrix/matrix-gui-coming-soon_1.0.bb b/recipes-ti/matrix/matrix-gui-coming-soon_1.0.bb
index 076388d4..500eee47 100644
--- a/recipes-ti/matrix/matrix-gui-coming-soon_1.0.bb
+++ b/recipes-ti/matrix/matrix-gui-coming-soon_1.0.bb
@@ -1,15 +1,13 @@
1DESCRIPTION = "coming soon descriptions for Matrix v2" 1DESCRIPTION = "coming soon descriptions for Matrix v2"
2HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" 2HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/"
3LICENSE = "CC-BY-SA" 3LICENSE = "CC-BY-SA"
4PRIORITY = "optional" 4LIC_FILES_CHKSUM = "file://comingsoon/comingsoon.desktop;md5=01ebad171fad40705288fcabccc770a2"
5 5
6PR = "r0" 6inherit allarch
7
8PACKAGE_ARCH = "all"
9 7
10SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/616/5029/comingsoon_1.0.tar.gz" 8SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/616/5029/comingsoon_1.0.tar.gz"
11 9
12S = ${WORKDIR} 10S = "${WORKDIR}"
13 11
14require matrix-gui-apps.inc 12require matrix-gui-apps.inc
15 13
diff --git a/recipes-ti/matrix/matrix-gui-common_1.4.bb b/recipes-ti/matrix/matrix-gui-common_1.4.bb
index add2a261..018f7af3 100644
--- a/recipes-ti/matrix/matrix-gui-common_1.4.bb
+++ b/recipes-ti/matrix/matrix-gui-common_1.4.bb
@@ -5,4 +5,3 @@ require matrix-gui-common.inc
5RRECOMMENDS_${PN} = "am-sysinfo" 5RRECOMMENDS_${PN} = "am-sysinfo"
6 6
7SRCREV = "275" 7SRCREV = "275"
8PR = "${INC_PR}.6"
diff --git a/recipes-ti/matrix/matrix-gui-crypto-demos_1.0.bb b/recipes-ti/matrix/matrix-gui-crypto-demos_1.0.bb
index 11589b39..13e97061 100644
--- a/recipes-ti/matrix/matrix-gui-crypto-demos_1.0.bb
+++ b/recipes-ti/matrix/matrix-gui-crypto-demos_1.0.bb
@@ -1,11 +1,9 @@
1DESCRIPTION = "Cryptography demo descriptions for Matrix v2" 1DESCRIPTION = "Cryptography demo descriptions for Matrix v2"
2HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" 2HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/"
3LICENSE = "CC-BY-SA" 3LICENSE = "CC-BY-SA"
4PRIORITY = "optional"
5 4
6PR = "r0"
7 5
8PACKAGE_ARCH = "all" 6inherit allarch
9 7
10SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/609/5033/cryptodemos_1.0.tar.gz" 8SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/609/5033/cryptodemos_1.0.tar.gz"
11 9
diff --git a/recipes-ti/matrix/matrix-gui-display-control_1.0.bb b/recipes-ti/matrix/matrix-gui-display-control_1.0.bb
index 72c7d62a..c9f1bdb7 100644
--- a/recipes-ti/matrix/matrix-gui-display-control_1.0.bb
+++ b/recipes-ti/matrix/matrix-gui-display-control_1.0.bb
@@ -1,11 +1,9 @@
1DESCRIPTION = "Display control descriptions for Matrix v2" 1DESCRIPTION = "Display control descriptions for Matrix v2"
2HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" 2HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/"
3LICENSE = "CC-BY-SA" 3LICENSE = "CC-BY-SA"
4PRIORITY = "optional"
5 4
6PR = "r0"
7 5
8PACKAGE_ARCH = "all" 6inherit allarch
9 7
10SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/611/5034/displaycontrol_1.0.tar.gz" 8SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/611/5034/displaycontrol_1.0.tar.gz"
11 9
diff --git a/recipes-ti/matrix/matrix-gui-e_1.3.bb b/recipes-ti/matrix/matrix-gui-e_1.3.bb
index bddb3e03..b4797b05 100644
--- a/recipes-ti/matrix/matrix-gui-e_1.3.bb
+++ b/recipes-ti/matrix/matrix-gui-e_1.3.bb
@@ -3,5 +3,4 @@ require matrix-gui-e.inc
3SRCREV = "275" 3SRCREV = "275"
4SRC_URI += "file://0001-matrix_gui.pro-add-dbus-to-QT-features-to-fix-linkin.patch" 4SRC_URI += "file://0001-matrix_gui.pro-add-dbus-to-QT-features-to-fix-linkin.patch"
5 5
6PR = "${INC_PR}.1"
7 6
diff --git a/recipes-ti/matrix/matrix-gui-pm-demos_1.0.bb b/recipes-ti/matrix/matrix-gui-pm-demos_1.0.bb
index f11ac940..85d251fc 100644
--- a/recipes-ti/matrix/matrix-gui-pm-demos_1.0.bb
+++ b/recipes-ti/matrix/matrix-gui-pm-demos_1.0.bb
@@ -1,11 +1,9 @@
1DESCRIPTION = "Power management demo descriptions for Matrix v2" 1DESCRIPTION = "Power management demo descriptions for Matrix v2"
2HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" 2HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/"
3LICENSE = "CC-BY-SA" 3LICENSE = "CC-BY-SA"
4PRIORITY = "optional"
5 4
6PR = "r0"
7 5
8PACKAGE_ARCH = "all" 6inherit allarch
9 7
10SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/610/5035/pmdemos_1.0.tar.gz" 8SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/610/5035/pmdemos_1.0.tar.gz"
11 9
diff --git a/recipes-ti/matrix/matrix-gui-qt4-demos_1.0.bb b/recipes-ti/matrix/matrix-gui-qt4-demos_1.0.bb
index fd941043..e4e43c7d 100644
--- a/recipes-ti/matrix/matrix-gui-qt4-demos_1.0.bb
+++ b/recipes-ti/matrix/matrix-gui-qt4-demos_1.0.bb
@@ -1,11 +1,9 @@
1DESCRIPTION = "Qt4 demo descriptions for Matrix v2" 1DESCRIPTION = "Qt4 demo descriptions for Matrix v2"
2HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" 2HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/"
3LICENSE = "CC-BY-SA" 3LICENSE = "CC-BY-SA"
4PRIORITY = "optional"
5 4
6PR = "r0"
7 5
8PACKAGE_ARCH = "all" 6inherit allarch
9 7
10SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/608/5036/qt4demos_1.0.tar.gz" 8SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/608/5036/qt4demos_1.0.tar.gz"
11 9
diff --git a/recipes-ti/matrix/matrix-gui-submenus_1.0.bb b/recipes-ti/matrix/matrix-gui-submenus_1.0.bb
index c62e5fb8..b517ce2b 100644
--- a/recipes-ti/matrix/matrix-gui-submenus_1.0.bb
+++ b/recipes-ti/matrix/matrix-gui-submenus_1.0.bb
@@ -1,14 +1,12 @@
1DESCRIPTION = "Submenu packages for Matrix GUI v2" 1DESCRIPTION = "Submenu packages for Matrix GUI v2"
2HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" 2HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/"
3LICENSE = "CC-BY-SA" 3LICENSE = "CC-BY-SA"
4PRIORITY = "optional" 4LIC_FILES_CHKSUM = "file://settings/settings.desktop;md5=a447e92dfe653e63e5b91b305e969d6c"
5
6PR = "r0"
7 5
8require matrix-gui-paths.inc 6require matrix-gui-paths.inc
9 7
10# These packages make submenus in matrix and are not architecture specific 8# These packages make submenus in matrix and are not architecture specific
11PACKAGE_ARCH = "all" 9inherit allarch
12 10
13# List of submenu tarballs to use. Each tarball contains a desktop file 11# List of submenu tarballs to use. Each tarball contains a desktop file
14# and PNG graphic file for the submenu. 12# and PNG graphic file for the submenu.
@@ -45,6 +43,9 @@ PACKAGES += "${PN}-arm ${PN}-3d ${PN}-cryptos ${PN}-display ${PN}-ethernet ${PN}
45# All submenu packages should depend on matrix-gui being installed 43# All submenu packages should depend on matrix-gui being installed
46RDEPENDS += matrix-gui 44RDEPENDS += matrix-gui
47 45
46RRECOMMENDS_${PN} = "${PN}-arm ${PN}-3d ${PN}-cryptos ${PN}-display ${PN}-ethernet ${PN}-multimedia ${PN}-power ${PN}-pru ${PN}-qt4 ${PN}-settings ${PN}-usb ${PN}-wifi"
47ALLOW_EMPTY_${PN} = "1"
48
48# Add the files for each submenu package 49# Add the files for each submenu package
49FILES_${PN}-arm = "${MATRIX_APP_DIR}/arm/*" 50FILES_${PN}-arm = "${MATRIX_APP_DIR}/arm/*"
50FILES_${PN}-3d = "${MATRIX_APP_DIR}/3d/*" 51FILES_${PN}-3d = "${MATRIX_APP_DIR}/3d/*"
diff --git a/recipes-ti/matrix/matrix-gui-wifi-demos_1.0.bb b/recipes-ti/matrix/matrix-gui-wifi-demos_1.0.bb
index f33cba1b..f1041b07 100644
--- a/recipes-ti/matrix/matrix-gui-wifi-demos_1.0.bb
+++ b/recipes-ti/matrix/matrix-gui-wifi-demos_1.0.bb
@@ -1,11 +1,9 @@
1DESCRIPTION = "Wifi demo descriptions for Matrix v2" 1DESCRIPTION = "Wifi demo descriptions for Matrix v2"
2HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" 2HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/"
3LICENSE = "CC-BY-SA" 3LICENSE = "CC-BY-SA"
4PRIORITY = "optional"
5 4
6PR = "r0"
7 5
8PACKAGE_ARCH = "all" 6inherit allarch
9 7
10SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/617/5049/wifi_1.0.tar.gz" 8SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/617/5049/wifi_1.0.tar.gz"
11 9
diff --git a/recipes-ti/matrix/matrix-gui_2.0.bb b/recipes-ti/matrix/matrix-gui_2.0.bb
index 378a1f9e..f9981b4c 100644
--- a/recipes-ti/matrix/matrix-gui_2.0.bb
+++ b/recipes-ti/matrix/matrix-gui_2.0.bb
@@ -1,23 +1,20 @@
1DESCRIPTION = "Matrix GUI Application launcher" 1DESCRIPTION = "Matrix GUI Application launcher"
2HOMEPAGE = "https://gforge.ti.com/gf/project/matrix-gui-v2/" 2HOMEPAGE = "https://gforge.ti.com/gf/project/matrix-gui-v2/"
3LICENSE = "BSD MIT Apache"
4SECTION = "multimedia"
5PRIORITY = "optional"
6 3
7PR = "r3" 4LICENSE = "BSD MIT Apache"
5LIC_FILES_CHKSUM = "file://scripts/jquery-1.6.2.min.js;md5=a1a8cb16a060f6280a767187fd22e037"
8 6
9INITSCRIPT_NAME = "matrix-gui-2.0" 7SECTION = "multimedia"
10INITSCRIPT_PARAMS = "defaults 99"
11 8
12PACKAGE_ARCH = "all" 9PR = "r1"
13 10
14inherit update-rc.d 11inherit allarch
15 12
16BRANCH ?= "master" 13BRANCH ?= "master"
17SRCREV = "c6db82baffcd96b20e67aa5cfdb4c0c98ef208b9" 14SRCREV = "c6db82baffcd96b20e67aa5cfdb4c0c98ef208b9"
18 15
19SRC_URI = "git://gitorious.org/matrix-gui-v2/matrix-gui-v2.git;protocol=git;branch=${BRANCH} \ 16SRC_URI = "git://gitorious.org/matrix-gui-v2/matrix-gui-v2.git;protocol=git;branch=${BRANCH} \
20 file://init" 17 file://matrix-gui.service"
21 18
22require matrix-gui-paths.inc 19require matrix-gui-paths.inc
23 20
@@ -28,12 +25,15 @@ do_install(){
28 cp -rf ${S}/* ${D}${MATRIX_BASE_DIR} 25 cp -rf ${S}/* ${D}${MATRIX_BASE_DIR}
29 26
30 # Set the proper path in the init script 27 # Set the proper path in the init script
31 sed -i -e s=__MATRIX_BASE_DIR__=${MATRIX_BASE_DIR}= ${WORKDIR}/init 28 sed -i -e s=__MATRIX_BASE_DIR__=${MATRIX_BASE_DIR}=g ${WORKDIR}/matrix-gui.service
32 29
33 install -d ${D}${sysconfdir}/init.d 30 install -d ${D}${base_libdir}/systemd/system/
34 install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/matrix-gui-2.0 31 install -m 0755 ${WORKDIR}/matrix-gui.service ${D}${base_libdir}/systemd/system/
35}
36 32
37RDEPENDS_${PN} += nodejs 33 # activate it on first boot
34 install -d ${D}${base_libdir}/systemd/system/multi-user.target.wants
35 ln -sf ../matrix-gui.service ${D}${base_libdir}/systemd/system/multi-user.target.wants/
36}
38 37
39FILES_${PN} += "${MATRIX_BASE_DIR}/*" 38RDEPENDS_${PN} += "nodejs"
39FILES_${PN} += "${MATRIX_BASE_DIR}/* ${base_libdir}/systemd/system"