All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ti-xdais: Move LIC_FILES_CHKSUM into recipe.
@ 2015-05-08 14:09 Jacob Stiffler
  2015-05-08 14:09 ` [PATCH 2/2] ti-xdais: Add version 7.24.00.04 Jacob Stiffler
  0 siblings, 1 reply; 12+ messages in thread
From: Jacob Stiffler @ 2015-05-08 14:09 UTC (permalink / raw)
  To: meta-ti

* This is version specific, so it should not be in a version-agnostic
  include file.

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-ti/xdais/ti-xdais.inc           |    7 +------
 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 9514ce6..2e7eb13 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
 LICENSE = "GPLv2"
 SECTION = "devel"
 
-LIC_FILES_CHKSUM = "file://xdais_6_26_01_03_manifest.html;md5=a5a675d49db2f658bb98746ec80cda4e"
-
 require ../includes/ti-paths.inc
 require ../includes/ti-staging.inc
 
-PR = "r1"
-
 S = "${WORKDIR}/xdais_${PV}"
 
 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
 do_install() {
     install -d ${D}${XDAIS_INSTALL_DIR_RECIPE}
     cp -pPrf ${S}/* ${D}${XDAIS_INSTALL_DIR_RECIPE}
-} 
-
+}
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 0451b2d..3d35863 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 @@
 require ti-xdais.inc
 
 PV = "6_26_01_03"
+PR = "r1"
+
+LIC_FILES_CHKSUM = "file://xdais_6_26_01_03_manifest.html;md5=a5a675d49db2f658bb98746ec80cda4e"
 
 SRC_URI[xdaistarball.md5sum] = "9b2bea3408254e737ec0d819a031adf6"
 SRC_URI[xdaistarball.sha256sum] = "d7bcbd8bcfe6fdfc5f402e4b125ced6c806dc30bc5296e98d5d43b0b5a237a0d"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-06-01 13:33 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-08 14:09 [PATCH 1/2] ti-xdais: Move LIC_FILES_CHKSUM into recipe Jacob Stiffler
2015-05-08 14:09 ` [PATCH 2/2] ti-xdais: Add version 7.24.00.04 Jacob Stiffler
2015-05-08 16:23   ` Khem Raj
2015-05-08 17:17     ` Jacob Stiffler
2015-05-19 20:11       ` Denys Dmytriyenko
2015-05-20 10:29         ` Jacob Stiffler
2015-05-22 18:12           ` Denys Dmytriyenko
2015-05-28 16:20             ` Jacob Stiffler
2015-05-28 16:27               ` Jacob Stiffler
2015-05-29 19:37               ` Denys Dmytriyenko
2015-06-01 12:52                 ` Jacob Stiffler
2015-06-01 13:33                   ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.