diff options
author | Koen Kooi <k-kooi@ti.com> | 2011-07-06 12:13:44 +0100 |
---|---|---|
committer | Koen Kooi <k-kooi@ti.com> | 2011-07-07 12:06:30 +0100 |
commit | bd3b8388ed859987e2cdb941f111b2aa7dc09737 (patch) | |
tree | a66d342f302d964b71d7ed0d2b334bf3bf3be1a7 /recipes-ti/hdvpss | |
parent | e73385b2d94472040431834e32da322843c0155c (diff) | |
download | meta-ti-bd3b8388ed859987e2cdb941f111b2aa7dc09737.tar.gz |
add hdvpss 01.00.01.27
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes-ti/hdvpss')
-rw-r--r-- | recipes-ti/hdvpss/ti-hdvpss.inc | 20 | ||||
-rw-r--r-- | recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb | 6 |
2 files changed, 26 insertions, 0 deletions
diff --git a/recipes-ti/hdvpss/ti-hdvpss.inc b/recipes-ti/hdvpss/ti-hdvpss.inc new file mode 100644 index 00000000..3c99b792 --- /dev/null +++ b/recipes-ti/hdvpss/ti-hdvpss.inc | |||
@@ -0,0 +1,20 @@ | |||
1 | DESCRIPTION = "TI HDVPSS" | ||
2 | SECTION = "devel" | ||
3 | LICENSE = "TI" | ||
4 | |||
5 | require ../includes/ti-paths.inc | ||
6 | require ../includes/ti-staging.inc | ||
7 | |||
8 | S = "${WORKDIR}/REL.HDVPSS_${PV}" | ||
9 | |||
10 | SRC_URI = "http://install.source.dir.local/REL.HDVPSS.${PV}.zip" | ||
11 | |||
12 | do_compile() { | ||
13 | : | ||
14 | } | ||
15 | |||
16 | do_install() { | ||
17 | install -d ${D}${HDVPSS_INSTALL_DIR_RECIPE} | ||
18 | cp -pPrf ${S}/* ${D}${HDVPSS_INSTALL_DIR_RECIPE} | ||
19 | } | ||
20 | |||
diff --git a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb b/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb new file mode 100644 index 00000000..e3b1c56f --- /dev/null +++ b/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require ti-hdvpss.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "6db908bef3b933dc8cea666564d5d4d8" | ||
4 | SRC_URI[sha256sum] = "2caa9c859cfe348197e860f07d174a8ab7048d38d6d3a12ec576802122c9e91e" | ||
5 | |||
6 | |||