diff options
| author | Jacob Stiffler <j-stiffler@ti.com> | 2015-05-08 20:09:53 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2015-05-22 14:18:03 -0400 |
| commit | 472737bc11c98eab2d86fcbde7bae7b5ae18e70c (patch) | |
| tree | d93b97be9a63a821564649ce93b4020c5e4a7aeb | |
| parent | 38484e132f584017f2a21ea1577332aeaddba6a1 (diff) | |
| download | meta-ti-472737bc11c98eab2d86fcbde7bae7b5ae18e70c.tar.gz | |
ti-xdais: Move LIC_FILES_CHKSUM into recipe.
* This is version specific, so it should not be in a version-agnostic
include file.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -rw-r--r-- | recipes-ti/xdais/ti-xdais.inc | 7 | ||||
| -rw-r--r-- | recipes-ti/xdais/ti-xdais_6.26.01.03.bb | 3 |
2 files changed, 4 insertions, 6 deletions
diff --git a/recipes-ti/xdais/ti-xdais.inc b/recipes-ti/xdais/ti-xdais.inc index 9514ce6b..2e7eb13e 100644 --- a/recipes-ti/xdais/ti-xdais.inc +++ b/recipes-ti/xdais/ti-xdais.inc | |||
| @@ -3,13 +3,9 @@ HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/x | |||
| 3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
| 4 | SECTION = "devel" | 4 | SECTION = "devel" |
| 5 | 5 | ||
| 6 | LIC_FILES_CHKSUM = "file://xdais_6_26_01_03_manifest.html;md5=a5a675d49db2f658bb98746ec80cda4e" | ||
| 7 | |||
| 8 | require ../includes/ti-paths.inc | 6 | require ../includes/ti-paths.inc |
| 9 | require ../includes/ti-staging.inc | 7 | require ../includes/ti-staging.inc |
| 10 | 8 | ||
| 11 | PR = "r1" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/xdais_${PV}" | 9 | S = "${WORKDIR}/xdais_${PV}" |
| 14 | 10 | ||
| 15 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/xdais/${PV}/exports/xdais_${PV}.tar.gz;name=xdaistarball" | 11 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/xdais/${PV}/exports/xdais_${PV}.tar.gz;name=xdaistarball" |
| @@ -17,5 +13,4 @@ SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/xd | |||
| 17 | do_install() { | 13 | do_install() { |
| 18 | install -d ${D}${XDAIS_INSTALL_DIR_RECIPE} | 14 | install -d ${D}${XDAIS_INSTALL_DIR_RECIPE} |
| 19 | cp -pPrf ${S}/* ${D}${XDAIS_INSTALL_DIR_RECIPE} | 15 | cp -pPrf ${S}/* ${D}${XDAIS_INSTALL_DIR_RECIPE} |
| 20 | } | 16 | } |
| 21 | |||
diff --git a/recipes-ti/xdais/ti-xdais_6.26.01.03.bb b/recipes-ti/xdais/ti-xdais_6.26.01.03.bb index 0451b2dc..3d358632 100644 --- a/recipes-ti/xdais/ti-xdais_6.26.01.03.bb +++ b/recipes-ti/xdais/ti-xdais_6.26.01.03.bb | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | require ti-xdais.inc | 1 | require ti-xdais.inc |
| 2 | 2 | ||
| 3 | PV = "6_26_01_03" | 3 | PV = "6_26_01_03" |
| 4 | PR = "r1" | ||
| 5 | |||
| 6 | LIC_FILES_CHKSUM = "file://xdais_6_26_01_03_manifest.html;md5=a5a675d49db2f658bb98746ec80cda4e" | ||
| 4 | 7 | ||
| 5 | SRC_URI[xdaistarball.md5sum] = "9b2bea3408254e737ec0d819a031adf6" | 8 | SRC_URI[xdaistarball.md5sum] = "9b2bea3408254e737ec0d819a031adf6" |
| 6 | SRC_URI[xdaistarball.sha256sum] = "d7bcbd8bcfe6fdfc5f402e4b125ced6c806dc30bc5296e98d5d43b0b5a237a0d" | 9 | SRC_URI[xdaistarball.sha256sum] = "d7bcbd8bcfe6fdfc5f402e4b125ced6c806dc30bc5296e98d5d43b0b5a237a0d" |
