diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-11 21:51:41 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-11 21:51:41 +0200 |
commit | 7bb25fd0e836930856d5028d5cb932dbb7b790d4 (patch) | |
tree | 4fc0b74acdd25d5963395bcf308ada5705d894d5 /recipes-ti | |
parent | 343b48322ddfe8ca72c056804b350057b080fa47 (diff) | |
download | meta-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.bb | 2 | ||||
-rw-r--r-- | recipes-ti/matrix/matrix-gui-clocks_1.0.bb | 5 | ||||
-rw-r--r-- | recipes-ti/matrix/matrix-gui-coming-soon_1.0.bb | 8 | ||||
-rw-r--r-- | recipes-ti/matrix/matrix-gui-common_1.4.bb | 1 | ||||
-rw-r--r-- | recipes-ti/matrix/matrix-gui-crypto-demos_1.0.bb | 4 | ||||
-rw-r--r-- | recipes-ti/matrix/matrix-gui-display-control_1.0.bb | 4 | ||||
-rw-r--r-- | recipes-ti/matrix/matrix-gui-e_1.3.bb | 1 | ||||
-rw-r--r-- | recipes-ti/matrix/matrix-gui-pm-demos_1.0.bb | 4 | ||||
-rw-r--r-- | recipes-ti/matrix/matrix-gui-qt4-demos_1.0.bb | 4 | ||||
-rw-r--r-- | recipes-ti/matrix/matrix-gui-submenus_1.0.bb | 9 | ||||
-rw-r--r-- | recipes-ti/matrix/matrix-gui-wifi-demos_1.0.bb | 4 | ||||
-rw-r--r-- | recipes-ti/matrix/matrix-gui_2.0.bb | 30 |
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 @@ | |||
1 | DESCRIPTION = "3D demo descriptions for Matrix v2" | 1 | DESCRIPTION = "3D demo descriptions for Matrix v2" |
2 | HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" | 2 | HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" |
3 | LICENSE = "CC-BY-SA" | 3 | LICENSE = "CC-BY-SA" |
4 | PRIORITY = "optional" | ||
5 | 4 | ||
6 | PR = "r0" | ||
7 | 5 | ||
8 | SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/603/5030/3ddemos_1.0.tar.gz" | 6 | SRC_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 @@ | |||
1 | DESCRIPTION = "Clock setting descriptions for Matrix v2" | 1 | DESCRIPTION = "Clock setting descriptions for Matrix v2" |
2 | HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" | 2 | HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" |
3 | LICENSE = "CC-BY-SA" | 3 | LICENSE = "CC-BY-SA" |
4 | PRIORITY = "optional" | ||
5 | 4 | ||
6 | PR = "r0" | 5 | inherit allarch |
7 | |||
8 | PACKAGE_ARCH = "all" | ||
9 | 6 | ||
10 | SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/612/5031/clocks_1.0.tar.gz" | 7 | SRC_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 @@ | |||
1 | DESCRIPTION = "coming soon descriptions for Matrix v2" | 1 | DESCRIPTION = "coming soon descriptions for Matrix v2" |
2 | HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" | 2 | HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" |
3 | LICENSE = "CC-BY-SA" | 3 | LICENSE = "CC-BY-SA" |
4 | PRIORITY = "optional" | 4 | LIC_FILES_CHKSUM = "file://comingsoon/comingsoon.desktop;md5=01ebad171fad40705288fcabccc770a2" |
5 | 5 | ||
6 | PR = "r0" | 6 | inherit allarch |
7 | |||
8 | PACKAGE_ARCH = "all" | ||
9 | 7 | ||
10 | SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/616/5029/comingsoon_1.0.tar.gz" | 8 | SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/616/5029/comingsoon_1.0.tar.gz" |
11 | 9 | ||
12 | S = ${WORKDIR} | 10 | S = "${WORKDIR}" |
13 | 11 | ||
14 | require matrix-gui-apps.inc | 12 | require 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 | |||
5 | RRECOMMENDS_${PN} = "am-sysinfo" | 5 | RRECOMMENDS_${PN} = "am-sysinfo" |
6 | 6 | ||
7 | SRCREV = "275" | 7 | SRCREV = "275" |
8 | PR = "${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 @@ | |||
1 | DESCRIPTION = "Cryptography demo descriptions for Matrix v2" | 1 | DESCRIPTION = "Cryptography demo descriptions for Matrix v2" |
2 | HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" | 2 | HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" |
3 | LICENSE = "CC-BY-SA" | 3 | LICENSE = "CC-BY-SA" |
4 | PRIORITY = "optional" | ||
5 | 4 | ||
6 | PR = "r0" | ||
7 | 5 | ||
8 | PACKAGE_ARCH = "all" | 6 | inherit allarch |
9 | 7 | ||
10 | SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/609/5033/cryptodemos_1.0.tar.gz" | 8 | SRC_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 @@ | |||
1 | DESCRIPTION = "Display control descriptions for Matrix v2" | 1 | DESCRIPTION = "Display control descriptions for Matrix v2" |
2 | HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" | 2 | HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" |
3 | LICENSE = "CC-BY-SA" | 3 | LICENSE = "CC-BY-SA" |
4 | PRIORITY = "optional" | ||
5 | 4 | ||
6 | PR = "r0" | ||
7 | 5 | ||
8 | PACKAGE_ARCH = "all" | 6 | inherit allarch |
9 | 7 | ||
10 | SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/611/5034/displaycontrol_1.0.tar.gz" | 8 | SRC_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 | |||
3 | SRCREV = "275" | 3 | SRCREV = "275" |
4 | SRC_URI += "file://0001-matrix_gui.pro-add-dbus-to-QT-features-to-fix-linkin.patch" | 4 | SRC_URI += "file://0001-matrix_gui.pro-add-dbus-to-QT-features-to-fix-linkin.patch" |
5 | 5 | ||
6 | PR = "${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 @@ | |||
1 | DESCRIPTION = "Power management demo descriptions for Matrix v2" | 1 | DESCRIPTION = "Power management demo descriptions for Matrix v2" |
2 | HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" | 2 | HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" |
3 | LICENSE = "CC-BY-SA" | 3 | LICENSE = "CC-BY-SA" |
4 | PRIORITY = "optional" | ||
5 | 4 | ||
6 | PR = "r0" | ||
7 | 5 | ||
8 | PACKAGE_ARCH = "all" | 6 | inherit allarch |
9 | 7 | ||
10 | SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/610/5035/pmdemos_1.0.tar.gz" | 8 | SRC_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 @@ | |||
1 | DESCRIPTION = "Qt4 demo descriptions for Matrix v2" | 1 | DESCRIPTION = "Qt4 demo descriptions for Matrix v2" |
2 | HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" | 2 | HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" |
3 | LICENSE = "CC-BY-SA" | 3 | LICENSE = "CC-BY-SA" |
4 | PRIORITY = "optional" | ||
5 | 4 | ||
6 | PR = "r0" | ||
7 | 5 | ||
8 | PACKAGE_ARCH = "all" | 6 | inherit allarch |
9 | 7 | ||
10 | SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/608/5036/qt4demos_1.0.tar.gz" | 8 | SRC_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 @@ | |||
1 | DESCRIPTION = "Submenu packages for Matrix GUI v2" | 1 | DESCRIPTION = "Submenu packages for Matrix GUI v2" |
2 | HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" | 2 | HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" |
3 | LICENSE = "CC-BY-SA" | 3 | LICENSE = "CC-BY-SA" |
4 | PRIORITY = "optional" | 4 | LIC_FILES_CHKSUM = "file://settings/settings.desktop;md5=a447e92dfe653e63e5b91b305e969d6c" |
5 | |||
6 | PR = "r0" | ||
7 | 5 | ||
8 | require matrix-gui-paths.inc | 6 | require 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 |
11 | PACKAGE_ARCH = "all" | 9 | inherit 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 |
46 | RDEPENDS += matrix-gui | 44 | RDEPENDS += matrix-gui |
47 | 45 | ||
46 | RRECOMMENDS_${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" | ||
47 | ALLOW_EMPTY_${PN} = "1" | ||
48 | |||
48 | # Add the files for each submenu package | 49 | # Add the files for each submenu package |
49 | FILES_${PN}-arm = "${MATRIX_APP_DIR}/arm/*" | 50 | FILES_${PN}-arm = "${MATRIX_APP_DIR}/arm/*" |
50 | FILES_${PN}-3d = "${MATRIX_APP_DIR}/3d/*" | 51 | FILES_${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 @@ | |||
1 | DESCRIPTION = "Wifi demo descriptions for Matrix v2" | 1 | DESCRIPTION = "Wifi demo descriptions for Matrix v2" |
2 | HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" | 2 | HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" |
3 | LICENSE = "CC-BY-SA" | 3 | LICENSE = "CC-BY-SA" |
4 | PRIORITY = "optional" | ||
5 | 4 | ||
6 | PR = "r0" | ||
7 | 5 | ||
8 | PACKAGE_ARCH = "all" | 6 | inherit allarch |
9 | 7 | ||
10 | SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/617/5049/wifi_1.0.tar.gz" | 8 | SRC_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 @@ | |||
1 | DESCRIPTION = "Matrix GUI Application launcher" | 1 | DESCRIPTION = "Matrix GUI Application launcher" |
2 | HOMEPAGE = "https://gforge.ti.com/gf/project/matrix-gui-v2/" | 2 | HOMEPAGE = "https://gforge.ti.com/gf/project/matrix-gui-v2/" |
3 | LICENSE = "BSD MIT Apache" | ||
4 | SECTION = "multimedia" | ||
5 | PRIORITY = "optional" | ||
6 | 3 | ||
7 | PR = "r3" | 4 | LICENSE = "BSD MIT Apache" |
5 | LIC_FILES_CHKSUM = "file://scripts/jquery-1.6.2.min.js;md5=a1a8cb16a060f6280a767187fd22e037" | ||
8 | 6 | ||
9 | INITSCRIPT_NAME = "matrix-gui-2.0" | 7 | SECTION = "multimedia" |
10 | INITSCRIPT_PARAMS = "defaults 99" | ||
11 | 8 | ||
12 | PACKAGE_ARCH = "all" | 9 | PR = "r1" |
13 | 10 | ||
14 | inherit update-rc.d | 11 | inherit allarch |
15 | 12 | ||
16 | BRANCH ?= "master" | 13 | BRANCH ?= "master" |
17 | SRCREV = "c6db82baffcd96b20e67aa5cfdb4c0c98ef208b9" | 14 | SRCREV = "c6db82baffcd96b20e67aa5cfdb4c0c98ef208b9" |
18 | 15 | ||
19 | SRC_URI = "git://gitorious.org/matrix-gui-v2/matrix-gui-v2.git;protocol=git;branch=${BRANCH} \ | 16 | SRC_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 | ||
22 | require matrix-gui-paths.inc | 19 | require 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 | ||
37 | RDEPENDS_${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 | ||
39 | FILES_${PN} += "${MATRIX_BASE_DIR}/*" | 38 | RDEPENDS_${PN} += "nodejs" |
39 | FILES_${PN} += "${MATRIX_BASE_DIR}/* ${base_libdir}/systemd/system" | ||