diff options
Diffstat (limited to 'recipes-ti/matrix/matrix-gui-pm-demos_1.0.bb')
-rw-r--r-- | recipes-ti/matrix/matrix-gui-pm-demos_1.0.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-ti/matrix/matrix-gui-pm-demos_1.0.bb b/recipes-ti/matrix/matrix-gui-pm-demos_1.0.bb new file mode 100644 index 00000000..f11ac940 --- /dev/null +++ b/recipes-ti/matrix/matrix-gui-pm-demos_1.0.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | DESCRIPTION = "Power management demo descriptions for Matrix v2" | ||
2 | HOMEPAGE = "https://gforge.ti.com/gf/project/matrixguiv2apps/" | ||
3 | LICENSE = "CC-BY-SA" | ||
4 | PRIORITY = "optional" | ||
5 | |||
6 | PR = "r0" | ||
7 | |||
8 | PACKAGE_ARCH = "all" | ||
9 | |||
10 | SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/610/5035/pmdemos_1.0.tar.gz" | ||
11 | |||
12 | S = ${WORKDIR}/pmdemos | ||
13 | |||
14 | require matrix-gui-apps.inc | ||
15 | |||
16 | # Make sure power submenu has been installed | ||
17 | RDEPENDS += matrix-gui-submenus-power | ||
18 | |||
19 | FILES_${PN} += "${MATRIX_BASE_DIR}/*" | ||
20 | |||
21 | SRC_URI[md5sum] = "81ee5495fe155bad88a4ba3510bb18b9" | ||
22 | SRC_URI[sha256sum] = "14c36da61466b384fd196769cf4a4344a9e62440fe3389f94d27575f29c319b3" | ||