diff options
| author | Enrico Butera <ebutera@users.berlios.de> | 2011-08-06 13:02:30 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-16 09:46:06 +0200 |
| commit | e32f2b80be99d999fddfb1673dd014f70805048b (patch) | |
| tree | 33c57fa5a4318d41a3b84bc46fd9cb61010921d4 /recipes-ti/framework-components | |
| parent | 3242ac8f0aa57039141dab9c58a9703215c46539 (diff) | |
| download | meta-ti-e32f2b80be99d999fddfb1673dd014f70805048b.tar.gz | |
import codec engine and dependencies from oe classic
Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti/framework-components')
| -rw-r--r-- | recipes-ti/framework-components/ti-framework-components.inc | 21 | ||||
| -rw-r--r-- | recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb | 8 |
2 files changed, 29 insertions, 0 deletions
diff --git a/recipes-ti/framework-components/ti-framework-components.inc b/recipes-ti/framework-components/ti-framework-components.inc new file mode 100644 index 00000000..f2244db4 --- /dev/null +++ b/recipes-ti/framework-components/ti-framework-components.inc | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | DESCRIPTION = "TI Framework Components" | ||
| 2 | HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/fc" | ||
| 3 | SECTION = "devel" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | |||
| 6 | LIC_FILES_CHKSUM = "file://framework_components_2_26_00_01_manifest.html;md5=3250f9da7ee72284c07f8dd840400c75" | ||
| 7 | |||
| 8 | require recipes-ti/includes/ti-paths.inc | ||
| 9 | require recipes-ti/includes/ti-staging.inc | ||
| 10 | |||
| 11 | PR = "r1" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/framework_components_${PV}" | ||
| 14 | |||
| 15 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/fc/${PV}/exports/framework_components_${PV},lite.tar.gz;name=fctarball" | ||
| 16 | |||
| 17 | do_install() { | ||
| 18 | install -d ${D}${FC_INSTALL_DIR_RECIPE} | ||
| 19 | cp -pPrf ${S}/* ${D}${FC_INSTALL_DIR_RECIPE} | ||
| 20 | } | ||
| 21 | |||
diff --git a/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb b/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb new file mode 100644 index 00000000..b7ea9b83 --- /dev/null +++ b/recipes-ti/framework-components/ti-framework-components_2.26.00.01.bb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | require ti-framework-components.inc | ||
| 2 | |||
| 3 | PV = "2_26_00_01" | ||
| 4 | |||
| 5 | SRC_URI[fctarball.md5sum] = "40b51cade2f9ae6e6f6dca73c17065af" | ||
| 6 | SRC_URI[fctarball.sha256sum] = "3f7a12a51dfe87310828a31518d7ef8f9039e59269c0ca24f74a68433c235048" | ||
| 7 | |||
| 8 | |||
